Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h54 struct MachineValueTypeSet { struct
66 MachineValueTypeSet() { in MachineValueTypeSet() argument
92 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument
97 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
167 const MachineValueTypeSet *Set;
177 bool operator==(const MachineValueTypeSet &S) const { argument
181 bool operator!=(const MachineValueTypeSet &S) const {
190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { argument
191 using SetType = MachineValueTypeSet;
DCodeGenDAGPatterns.cpp48 static bool berase_if(MachineValueTypeSet &S, Predicate P) { in berase_if()