Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) sorted by relevance
53 struct MachineValueTypeSet { struct65 MachineValueTypeSet() { in MachineValueTypeSet() function91 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument96 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument166 const MachineValueTypeSet *Set;176 bool operator==(const MachineValueTypeSet &S) const { argument180 bool operator!=(const MachineValueTypeSet &S) const {189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument190 using SetType = MachineValueTypeSet;
51 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()