Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenSchedule.cpp647 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectSchedRW() local
648 for (Record *ItinRWDef : ItinRWDefs) { in collectSchedRW()
1197 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW"); in collectProcItinRW() local
1198 llvm::sort(ItinRWDefs, LessRecord()); in collectProcItinRW()
1199 for (Record *RWDef : ItinRWDefs) { in collectProcItinRW()
1208 ProcModels[I->second].ItinRWDefs.push_back(RWDef); in collectProcItinRW()
1251 for (const Record *Rec : PM.ItinRWDefs) { in inferFromItinClass()
2042 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); II != IE; in collectItinProcResources()
HDCodeGenSchedule.h236 RecVec ItinRWDefs; member
268 return !WriteResDefs.empty() || !ItinRWDefs.empty(); in hasInstrSchedModel()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDSubtargetEmitter.cpp1115 for (Record *I : ProcModel.ItinRWDefs) { in GenSchedClassTables()