Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1111 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 DSubtargetFeatureInfo.h21 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
H A DAsmMatcherEmitter.cpp143 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 DInstrInfoEmitter.cpp734 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in emitFeatureVerifier()
H A DAsmWriterEmitter.cpp797 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2109 struct LessRecordByID { struct