Searched refs:LessRecordByID (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 1111 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 1112 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID> 1114 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns; 1115 std::map<Record *, std::unique_ptr<TreePattern>, LessRecordByID> 1117 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands; 1118 std::map<Record*, DAGInstruction, LessRecordByID> Instructions; 1204 LessRecordByID>::const_iterator pf_iterator; 1216 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
|
| H A D | SubtargetFeatureInfo.h | 21 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
|
| H A D | AsmMatcherEmitter.cpp | 143 typedef std::set<Record*, LessRecordByID> RegisterSet; 248 II, LessRecordByID()); in isRelatedTo() 743 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy; 747 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; 1220 LessRecordByID()); in operator ()() 1266 LessRecordByID()); in buildRegisterClasses() 1303 LessRecordByID())) in buildRegisterClasses()
|
| H A D | InstrInfoEmitter.cpp | 734 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in emitFeatureVerifier()
|
| H A D | AsmWriterEmitter.cpp | 797 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2109 struct LessRecordByID { struct
|