Home
last modified time | relevance | path

Searched refs:WPR (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp59 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 DAnalysis.cpp411 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 DTargetSubtargetInfo.cpp20 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 DMCSubtargetInfo.cpp228 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 DTargetSubtargetInfo.h65 const MCWriteProcResEntry *WPR,
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,