Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1106 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 DSubtargetFeatureInfo.h19 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
H A DAsmMatcherEmitter.cpp142 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 DInstrInfoEmitter.cpp732 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in emitFeatureVerifier()
H A DAsmWriterEmitter.cpp792 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h2038 struct LessRecordByID { struct