Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp243 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW() local
244 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) { in collectSchedRW()
821 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW() local
822 std::sort(ItinRWDefs.begin(), ItinRWDefs.end(), LessRecord()); in collectProcItinRW()
823 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) { in collectProcItinRW()
832 ProcModels[I->second].ItinRWDefs.push_back(*II); in collectProcItinRW()
874 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); in inferFromItinClass()
1607 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); in collectItinProcResources()
DCodeGenSchedule.h190 RecVec ItinRWDefs; member
213 return !WriteResDefs.empty() || !ItinRWDefs.empty(); in hasInstrSchedModel()
DSubtargetEmitter.cpp874 for (Record *I : ProcModel.ItinRWDefs) { in GenSchedClassTables()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp363 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW() local
364 for (Record *ItinRWDef : ItinRWDefs) { in collectSchedRW()
925 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW() local
926 llvm::sort(ItinRWDefs.begin(), ItinRWDefs.end(), LessRecord()); in collectProcItinRW()
927 for (Record *RWDef : ItinRWDefs) { in collectProcItinRW()
936 ProcModels[I->second].ItinRWDefs.push_back(RWDef); in collectProcItinRW()
980 for (const Record *Rec : PM.ItinRWDefs) { in inferFromItinClass()
1719 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); in collectItinProcResources()
DCodeGenSchedule.h222 RecVec ItinRWDefs; member
255 return !WriteResDefs.empty() || !ItinRWDefs.empty(); in hasInstrSchedModel()
DSubtargetEmitter.cpp1054 for (Record *I : ProcModel.ItinRWDefs) { in GenSchedClassTables()