Searched refs:LessRecordByID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 1106 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 1107 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID> 1109 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns; 1110 std::map<Record *, std::unique_ptr<TreePattern>, LessRecordByID> 1112 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands; 1113 std::map<Record*, DAGInstruction, LessRecordByID> Instructions; 1199 LessRecordByID>::const_iterator pf_iterator; 1211 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
|
| H A D | SubtargetFeatureInfo.h | 19 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
|
| H A D | AsmMatcherEmitter.cpp | 142 typedef std::set<Record*, LessRecordByID> RegisterSet; 247 II, LessRecordByID()); in isRelatedTo() 740 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy; 744 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; 1217 LessRecordByID()); in operator ()() 1263 LessRecordByID()); in buildRegisterClasses() 1300 LessRecordByID())) in buildRegisterClasses()
|
| H A D | InstrInfoEmitter.cpp | 732 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in emitFeatureVerifier()
|
| H A D | AsmWriterEmitter.cpp | 792 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2038 struct LessRecordByID { struct
|