Home
last modified time | relevance | path

Searched refs:LessRecord (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp30 std::sort(DefList.begin(), DefList.end(), LessRecord()); in Enumeration()
570 std::sort(ItinClassList.begin(), ItinClassList.end(), LessRecord()); in EmitData()
599 std::sort(Features.begin(), Features.end(), LessRecord()); in ParseFeaturesFunction()
DCodeGenRegisters.h41 typedef std::map<Record*, CodeGenRegister*, LessRecord> SubRegMap;
DCodeGenRegisters.cpp519 std::sort(SubRegIndices.begin(), SubRegIndices.end(), LessRecord()); in CodeGenRegBank()
524 std::sort(Regs.begin(), Regs.end(), LessRecord()); in CodeGenRegBank()
752 typedef std::map<Record*, CodeGenRegister::Set, LessRecord> SubReg2SetMap; in computeInferredRegisterClasses()
DInstrInfoEmitter.cpp37 std::sort(DefList.begin(), DefList.end(), LessRecord()); in GatherItinClasses()
DCodeGenTarget.cpp169 std::sort(RegAltNameIndices.begin(), RegAltNameIndices.end(), LessRecord()); in ReadRegAltNameIndices()
DRegisterInfoEmitter.cpp103 typedef std::map<Record*, std::vector<int64_t>, LessRecord> DwarfRegNumsMapTy; in EmitRegMapping()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp260 std::sort(AliasDefs.begin(), AliasDefs.end(), LessRecord()); in collectSchedRW()
278 std::sort(SWDefs.begin(), SWDefs.end(), LessRecord()); in collectSchedRW()
283 std::sort(SRDefs.begin(), SRDefs.end(), LessRecord()); in collectSchedRW()
521 std::sort(InstRWDefs.begin(), InstRWDefs.end(), LessRecord()); in collectSchedClasses()
822 std::sort(ItinRWDefs.begin(), ItinRWDefs.end(), LessRecord()); in collectProcItinRW()
1511 LessRecord()); in collectProcResources()
1513 LessRecord()); in collectProcResources()
1515 LessRecord()); in collectProcResources()
DSubtargetEmitter.cpp125 std::sort(DefList.begin(), DefList.end(), LessRecord()); in Enumeration()
1278 std::sort(Prologs.begin(), Prologs.end(), LessRecord()); in EmitSchedModelHelpers()
1346 std::sort(Features.begin(), Features.end(), LessRecord()); in ParseFeaturesFunction()
DCodeGenTarget.cpp229 std::sort(RegAltNameIndices.begin(), RegAltNameIndices.end(), LessRecord()); in ReadRegAltNameIndices()
DCodeGenRegisters.cpp931 std::sort(SRIs.begin(), SRIs.end(), LessRecord()); in CodeGenRegBank()
DCodeGenDAGPatterns.cpp886 std::sort(PredicateRecs.begin(), PredicateRecs.end(), LessRecord()); in getPredicateCheck()
/external/llvm/include/llvm/TableGen/
DRecord.h1556 struct LessRecord { struct
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1636 struct LessRecord { struct