Lines Matching refs:CodeGenProcModel

464     CodeGenProcModel &PM = getProcModel(RCU->getValueAsDef("SchedModel"));  in collectRetireControlUnits()
479 CodeGenProcModel &PM = getProcModel(Queue->getValueAsDef("SchedModel")); in collectLoadStoreQueueInfo()
802 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
941 const CodeGenProcModel &ProcModel = in collectSchedClasses()
961 for (const CodeGenProcModel &PM : ProcModels) { in collectSchedClasses()
1148 for (const CodeGenProcModel &PM : make_range(procModelBegin(),procModelEnd())) in hasItineraries()
1157 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins()
1218 for (CodeGenProcModel &ProcModel : ProcModels) in collectProcUnsupportedFeatures()
1252 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass()
1466 const CodeGenProcModel &PM = in getIntersectingVariants()
1794 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup()
1812 void CodeGenSchedModels::verifyProcResourceGroups(CodeGenProcModel &PM) { in verifyProcResourceGroups()
1847 CodeGenProcModel &PM = getProcModel(RF->getValueAsDef("SchedModel")); in collectRegisterFiles()
1936 CodeGenProcModel &PM = getProcModel(PRG->getValueAsDef("SchedModel")); in collectProcResources()
1944 CodeGenProcModel &PM = getProcModel(PRU->getValueAsDef("SchedModel")); in collectProcResources()
1949 for (CodeGenProcModel &PM : ProcModels) { in collectProcResources()
1984 for (const CodeGenProcModel &ProcModel : procModels()) { in checkCompleteness()
2040 const CodeGenProcModel &PM = ProcModels[PIdx]; in collectItinProcResources()
2104 const CodeGenProcModel &PM, in findProcResUnits()
2145 CodeGenProcModel &PM, in addProcResource()
2190 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const { in getProcResourceIdx()
2199 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported()
2210 void CodeGenProcModel::dump() const { in dump()