Lines Matching refs:WPR
59 for (const auto *WPR = STI.getWriteProcResBegin(&SCDesc), in getNonRedundantWriteProcRes() local
61 WPR != WPREnd; ++WPR) { in getNonRedundantWriteProcRes()
63 SM.getProcResource(WPR->ProcResourceIdx); in getNonRedundantWriteProcRes()
66 Result.push_back({WPR->ProcResourceIdx, WPR->Cycles}); in getNonRedundantWriteProcRes()
67 ProcResUnitUsage[WPR->ProcResourceIdx] += WPR->Cycles; in getNonRedundantWriteProcRes()
71 float RemainingCycles = WPR->Cycles; in getNonRedundantWriteProcRes()
82 Result.push_back({WPR->ProcResourceIdx, in getNonRedundantWriteProcRes()
182 for (const MCWriteProcResEntry &WPR : WPRS) { in computeIdealizedProcResPressure() local
185 SM.getProcResource(WPR.ProcResourceIdx); in computeIdealizedProcResPressure()
188 DensePressure[WPR.ProcResourceIdx] += WPR.Cycles; in computeIdealizedProcResPressure()
194 distributePressure(WPR.Cycles, Subunits, DensePressure); in computeIdealizedProcResPressure()
291 [ProcResIdx](const std::pair<uint16_t, float> &WPR) { in getAsPoint() argument
292 return WPR.first == ProcResIdx; in getAsPoint()