Searched refs:LessRecordByID (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 1133 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 1134 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID> 1136 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns; 1137 std::map<Record *, std::unique_ptr<TreePattern>, LessRecordByID> 1139 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands; 1140 std::map<Record*, DAGInstruction, LessRecordByID> Instructions; 1182 typedef std::map<Record*, NodeXForm, LessRecordByID>::const_iterator 1238 LessRecordByID>::const_iterator pf_iterator; 1250 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
|
| H A D | SubtargetFeatureInfo.h | 25 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
|
| H A D | AsmMatcherEmitter.cpp | 142 typedef std::set<Record*, LessRecordByID> RegisterSet; 247 II, LessRecordByID()); in isRelatedTo() 730 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy; 734 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; 1206 LessRecordByID()); in operator ()() 1252 LessRecordByID()); in buildRegisterClasses() 1289 LessRecordByID())) in buildRegisterClasses()
|
| H A D | CodeEmitterGen.cpp | 322 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in run()
|
| H A D | AsmWriterEmitter.cpp | 741 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1673 struct LessRecordByID { struct
|