Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h53 struct MachineValueTypeSet { struct
65 MachineValueTypeSet() { in MachineValueTypeSet() argument
91 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument
96 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
176 bool operator==(const MachineValueTypeSet &S) const { argument
189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument