Lines Matching refs:CodeGenProcModel
483 CodeGenProcModel &PM = getProcModel(RCU->getValueAsDef("SchedModel")); in collectRetireControlUnits()
498 CodeGenProcModel &PM = getProcModel(Queue->getValueAsDef("SchedModel")); in collectLoadStoreQueueInfo()
819 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
958 const CodeGenProcModel &ProcModel = in collectSchedClasses()
978 for (const CodeGenProcModel &PM : ProcModels) { in collectSchedClasses()
1165 for (const CodeGenProcModel &PM : make_range(procModelBegin(),procModelEnd())) in hasItineraries()
1174 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins()
1235 for (CodeGenProcModel &ProcModel : ProcModels) in collectProcUnsupportedFeatures()
1269 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass()
1483 const CodeGenProcModel &PM = in getIntersectingVariants()
1811 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup()
1829 void CodeGenSchedModels::verifyProcResourceGroups(CodeGenProcModel &PM) { in verifyProcResourceGroups()
1864 CodeGenProcModel &PM = getProcModel(RF->getValueAsDef("SchedModel")); in collectRegisterFiles()
1953 CodeGenProcModel &PM = getProcModel(PRG->getValueAsDef("SchedModel")); in collectProcResources()
1961 CodeGenProcModel &PM = getProcModel(PRU->getValueAsDef("SchedModel")); in collectProcResources()
1966 for (CodeGenProcModel &PM : ProcModels) { in collectProcResources()
2001 for (const CodeGenProcModel &ProcModel : procModels()) { in checkCompleteness()
2057 const CodeGenProcModel &PM = ProcModels[PIdx]; in collectItinProcResources()
2121 const CodeGenProcModel &PM, in findProcResUnits()
2162 CodeGenProcModel &PM, in addProcResource()
2207 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const { in getProcResourceIdx()
2216 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported()
2227 void CodeGenProcModel::dump() const { in dump()