Home
last modified time | relevance | path

Searched refs:LessRecordByID (Results 1 – 10 of 10) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h722 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes;
723 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID> SDNodeXForms;
724 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns;
725 std::map<Record *, std::unique_ptr<TreePattern>, LessRecordByID>
727 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands;
728 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
758 typedef std::map<Record*, NodeXForm, LessRecordByID>::const_iterator
810 LessRecordByID>::const_iterator pf_iterator;
820 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
DAsmMatcherEmitter.cpp136 typedef std::set<Record*, LessRecordByID> RegisterSet;
238 II, LessRecordByID()); in isRelatedTo()
714 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy;
718 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures;
1197 LessRecordByID()); in operator ()()
1243 LessRecordByID()); in buildRegisterClasses()
1280 LessRecordByID())) in buildRegisterClasses()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h1146 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes;
1147 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID>
1149 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns;
1150 std::map<Record *, std::unique_ptr<TreePattern>, LessRecordByID>
1152 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands;
1153 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
1239 LessRecordByID>::const_iterator pf_iterator;
1251 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
DSubtargetFeatureInfo.h19 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
DAsmMatcherEmitter.cpp141 typedef std::set<Record*, LessRecordByID> RegisterSet;
246 II, LessRecordByID()); in isRelatedTo()
729 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy;
733 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures;
1209 LessRecordByID()); in operator ()()
1255 LessRecordByID()); in buildRegisterClasses()
1292 LessRecordByID())) in buildRegisterClasses()
DCodeEmitterGen.cpp529 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in run()
DAsmWriterEmitter.cpp794 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
/external/llvm/include/llvm/TableGen/
DRecord.h1566 struct LessRecordByID { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1769 struct LessRecordByID { struct
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1828 struct LessRecordByID { struct