Searched defs:BitsSet (Results 1 – 4 of 4) sorted by relevance
57 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>> struct59 typedef Bit bit_type;60 typedef Flag flag_type;61 typedef std::tuple<Bit, Ignored...> value_type;62 typedef std::set<value_type, tc<value_type>> base;63 typedef typename base::const_iterator const_iterator;64 BitsSet(std::initializer_list<value_type> list) : base(list) in BitsSet() function67 BitsSet(BitsSet &&other) : base(std::forward<BitsSet>(other)) in BitsSet() function70 BitsSet(const BitsSet &other) : base(other) in BitsSet() function74 BitsSet &operator=(const BitsSet &other) in operator =()[all …]
3250 unsigned BitsSet = 0; in AdjustInstrPostInstrSelection() local
10214 unsigned BitsSet = countPopulation(NewDmask); in adjustWritemask() local
11811 unsigned BitsSet = llvm::popcount(NewDmask); in adjustWritemask() local