Lines Matching refs:CodeGenProcModel

471     CodeGenProcModel &PM = getProcModel(RCU->getValueAsDef("SchedModel"));  in collectRetireControlUnits()
486 CodeGenProcModel &PM = getProcModel(Queue->getValueAsDef("SchedModel")); in collectLoadStoreQueueInfo()
800 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
940 const CodeGenProcModel &ProcModel = in collectSchedClasses()
960 for (const CodeGenProcModel &PM : ProcModels) { in collectSchedClasses()
1140 for (const CodeGenProcModel &PM : make_range(procModelBegin(),procModelEnd())) in hasItineraries()
1149 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins()
1210 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcUnsupportedFeatures()
1245 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass()
1468 const CodeGenProcModel &PM = in getIntersectingVariants()
1733 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup()
1752 void CodeGenSchedModels::verifyProcResourceGroups(CodeGenProcModel &PM) { in verifyProcResourceGroups()
1788 CodeGenProcModel &PM = getProcModel(RF->getValueAsDef("SchedModel")); in collectRegisterFiles()
1877 CodeGenProcModel &PM = getProcModel(PRG->getValueAsDef("SchedModel")); in collectProcResources()
1885 CodeGenProcModel &PM = getProcModel(PRU->getValueAsDef("SchedModel")); in collectProcResources()
1890 for (CodeGenProcModel &PM : ProcModels) { in collectProcResources()
1927 for (const CodeGenProcModel &ProcModel : procModels()) { in checkCompleteness()
1981 const CodeGenProcModel &PM = ProcModels[PIdx]; in collectItinProcResources()
2048 const CodeGenProcModel &PM, in findProcResUnits()
2089 CodeGenProcModel &PM, in addProcResource()
2135 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const { in getProcResourceIdx()
2144 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported()
2155 void CodeGenProcModel::dump() const { in dump()