Home
last modified time | relevance | path

Searched defs:MachineValueTypeSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h56 struct MachineValueTypeSet { struct
68 MachineValueTypeSet() { in MachineValueTypeSet() argument
94 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument
99 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
124 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
179 bool operator==(const MachineValueTypeSet &S) const { argument
192 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument