Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) sorted by relevance
56 struct MachineValueTypeSet { struct68 MachineValueTypeSet() { in MachineValueTypeSet() argument94 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument99 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument124 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument169 const MachineValueTypeSet *Set;179 bool operator==(const MachineValueTypeSet &S) const { argument183 bool operator!=(const MachineValueTypeSet &S) const {192 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument193 using SetType = MachineValueTypeSet;
51 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()