Searched refs:LessRecordByID (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h702 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes;
703 std::map<Record*, std::pair<Record*, std::string>, LessRecordByID> SDNodeXForms;
704 std::map<Record*, ComplexPattern, LessRecordByID> ComplexPatterns;
705 std::map<Record*, TreePattern*, LessRecordByID> PatternFragments;
706 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands;
707 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
738 typedef std::map<Record*, NodeXForm, LessRecordByID>::const_iterator
788 typedef std::map<Record*, TreePattern*, LessRecordByID>::const_iterator
799 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
H A DAsmMatcherEmitter.cpp135 typedef std::set<Record*, LessRecordByID> RegisterSet;
229 II, LessRecordByID());
620 typedef std::map<Record*, ClassInfo*, LessRecordByID> RegisterClassesTy;
624 std::map<Record*, SubtargetFeatureInfo*, LessRecordByID> SubtargetFeatures;
674 std::map<Record*, SubtargetFeatureInfo*, LessRecordByID>::const_iterator I =
1073 LessRecordByID());
1127 LessRecordByID());
1164 LessRecordByID()))
2231 for (std::map<Record*, SubtargetFeatureInfo*, LessRecordByID>::const_iterator
2269 typedef std::map<Record*, SubtargetFeatureInfo*, LessRecordByID> RecFeatMa
[all...]
H A DCodeGenDAGPatterns.cpp2975 for (std::map<Record*, DAGInstruction, LessRecordByID>::iterator II =
/external/llvm/include/llvm/TableGen/
H A DRecord.h1711 /// LessRecordByID - Sorting predicate to sort record pointers by their
1715 struct LessRecordByID { struct in namespace:llvm

Completed in 181 milliseconds