Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h53 struct MachineValueTypeSet { struct
65 MachineValueTypeSet() { in MachineValueTypeSet() function
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
166 const MachineValueTypeSet *Set;
176 bool operator==(const MachineValueTypeSet &S) const { argument
180 bool operator!=(const MachineValueTypeSet &S) const {
189 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument
190 using SetType = MachineValueTypeSet;
DCodeGenDAGPatterns.cpp51 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()