Searched refs:WPR (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SchedClassResolution.cpp | 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() [all …]
|
| H A D | Analysis.cpp | 411 for (const auto &WPR : RSC.NonRedundantWriteProcRes) { in printSchedClassDescHtml() local 414 SM.getProcResource(WPR.ProcResourceIdx)->Name); in printSchedClassDescHtml() 415 OS << "</span>: " << WPR.Cycles << "</li>"; in printSchedClassDescHtml()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 20 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 228 const MCWriteProcResEntry *WPR, in MCSubtargetInfo() argument 234 ProcFeatures(PF), ProcDesc(PD), WriteProcResTable(WPR), in MCSubtargetInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 65 const MCWriteProcResEntry *WPR,
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
|