Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1133 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 DSubtargetFeatureInfo.h25 using SubtargetFeatureInfoMap = std::map<Record *, SubtargetFeatureInfo, LessRecordByID>;
H A DAsmMatcherEmitter.cpp142 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 DCodeEmitterGen.cpp322 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; in run()
H A DAsmWriterEmitter.cpp741 return LessRecordByID()(LHS.first.TheDef, RHS.first.TheDef); in operator ()()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1673 struct LessRecordByID { struct