Lines Matching refs:PRVec
112 void ExpandProcResources(RecVec &PRVec, std::vector<int64_t> &Cycles,
968 void SubtargetEmitter::ExpandProcResources(RecVec &PRVec, in ExpandProcResources() argument
971 assert(PRVec.size() == Cycles.size() && "failed precondition"); in ExpandProcResources()
972 for (unsigned i = 0, e = PRVec.size(); i != e; ++i) { in ExpandProcResources()
973 Record *PRDef = PRVec[i]; in ExpandProcResources()
990 PRVec.push_back(SuperDef); in ExpandProcResources()
1006 PRVec.push_back(PR); in ExpandProcResources()
1138 RecVec PRVec = WriteRes->getValueAsListOfDefs("ProcResources"); in GenSchedClassTables() local
1145 Cycles.resize(PRVec.size(), 1); in GenSchedClassTables()
1146 } else if (Cycles.size() != PRVec.size()) { in GenSchedClassTables()
1152 .concat(Twine(PRVec.size())) in GenSchedClassTables()
1157 ExpandProcResources(PRVec, Cycles, ProcModel); in GenSchedClassTables()
1159 for (unsigned PRIdx = 0, PREnd = PRVec.size(); in GenSchedClassTables()
1162 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()