Home | History | Annotate | Download | only in TableGen

Lines Matching full:pidx

854   for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
855 const CodeGenProcModel &PM = ProcModels[PIdx];
870 IdxVec ProcIndices(1, PIdx);
893 unsigned PIdx = getProcModel(Rec->getValueAsDef("SchedModel")).Index;
894 IdxVec ProcIndices(1, PIdx);
1527 for (unsigned PIdx = 0, PEnd = ProcModels.size(); PIdx != PEnd; ++PIdx) {
1528 const CodeGenProcModel &PM = ProcModels[PIdx];
1543 IdxVec ProcIndices(1, PIdx);
1665 void CodeGenSchedModels::addWriteRes(Record *ProcWriteResDef, unsigned PIdx) {
1666 assert(PIdx && "don't add resources to an invalid Processor model");
1668 RecVec &WRDefs = ProcModels[PIdx].WriteResDefs;
1678 addProcResource(*WritePRI, ProcModels[PIdx]);
1684 unsigned PIdx) {
1685 RecVec &RADefs = ProcModels[PIdx].ReadAdvanceDefs;