Searched refs:MachineValueTypeSet (Results 1 – 2 of 2) sorted by relevance
52 struct MachineValueTypeSet { struct64 MachineValueTypeSet() { in MachineValueTypeSet() argument90 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument95 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument167 const MachineValueTypeSet *Set;177 bool operator==(const MachineValueTypeSet &S) const { argument181 bool operator!=(const MachineValueTypeSet &S) const {190 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument192 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> {[all …]
54 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()67 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream()259 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T) { in operator <<()627 MachineValueTypeSet VT, ST; in EnforceVectorEltTypeIs()