Searched defs:MachineValueTypeSet (Results 1 – 1 of 1) sorted by relevance
53 struct MachineValueTypeSet { struct65 MachineValueTypeSet() { in MachineValueTypeSet() argument91 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() argument176 bool operator==(const MachineValueTypeSet &S) const { argument189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument