Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) sorted by relevance
55 struct MachineValueTypeSet { struct67 MachineValueTypeSet() { clear(); } in MachineValueTypeSet() argument89 std::pair<MachineValueTypeSet &, bool> insert(MVT T) { in insert() argument94 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument164 const MachineValueTypeSet *Set;174 bool operator==(const MachineValueTypeSet &S) const { argument178 bool operator!=(const MachineValueTypeSet &S) const { return !operator==(S); }185 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument187 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {[all …]
46 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()59 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream()250 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T) { in operator <<()619 MachineValueTypeSet VT, ST; in EnforceVectorEltTypeIs()