Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) sorted by relevance
55 struct MachineValueTypeSet { struct67 MachineValueTypeSet() { in MachineValueTypeSet() argument93 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument98 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument125 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument170 const MachineValueTypeSet *Set;180 bool operator==(const MachineValueTypeSet &S) const { argument184 bool operator!=(const MachineValueTypeSet &S) const {193 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument195 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {[all …]
55 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()68 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream()260 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T) { in operator <<()625 MachineValueTypeSet VT, ST; in EnforceVectorEltTypeIs()