Lines Matching refs:CodeGenProcModel
465 CodeGenProcModel &PM = getProcModel(RCU->getValueAsDef("SchedModel")); in collectRetireControlUnits()
480 CodeGenProcModel &PM = getProcModel(Queue->getValueAsDef("SchedModel")); in collectLoadStoreQueueInfo()
794 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
933 const CodeGenProcModel &ProcModel = in collectSchedClasses()
953 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()
1244 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass()
1458 const CodeGenProcModel &PM = in getIntersectingVariants()
1786 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup()
1804 void CodeGenSchedModels::verifyProcResourceGroups(CodeGenProcModel &PM) { in verifyProcResourceGroups()
1839 CodeGenProcModel &PM = getProcModel(RF->getValueAsDef("SchedModel")); in collectRegisterFiles()
1928 CodeGenProcModel &PM = getProcModel(PRG->getValueAsDef("SchedModel")); in collectProcResources()
1936 CodeGenProcModel &PM = getProcModel(PRU->getValueAsDef("SchedModel")); in collectProcResources()
1941 for (CodeGenProcModel &PM : ProcModels) { in collectProcResources()
1977 for (const CodeGenProcModel &ProcModel : procModels()) { in checkCompleteness()
2034 const CodeGenProcModel &PM = ProcModels[PIdx]; in collectItinProcResources()
2098 const CodeGenProcModel &PM, in findProcResUnits()
2139 CodeGenProcModel &PM, in addProcResource()
2184 unsigned CodeGenProcModel::getProcResourceIdx(Record *PRDef) const { in getProcResourceIdx()
2193 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported()
2204 void CodeGenProcModel::dump() const { in dump()