Home
last modified time | relevance | path

Searched refs:ItinRWDefs (Results 1 – 3 of 3) 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()