Searched refs:WPR (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | SchedClassResolution.cpp | 66 WPR != WPREnd; ++WPR) { in getNonRedundantWriteProcRes() 68 ResourceMaskAndEntries.push_back({Mask, WPR}); in getNonRedundantWriteProcRes() 83 const MCWriteProcResEntry *WPR = Entry.second; in getNonRedundantWriteProcRes() local 85 SM.getProcResource(WPR->ProcResourceIdx); in getNonRedundantWriteProcRes() 88 Result.push_back({WPR->ProcResourceIdx, WPR->Cycles}); in getNonRedundantWriteProcRes() 89 ProcResUnitUsage[WPR->ProcResourceIdx] += WPR->Cycles; in getNonRedundantWriteProcRes() 93 float RemainingCycles = WPR->Cycles; in getNonRedundantWriteProcRes() 104 Result.push_back({WPR->ProcResourceIdx, in getNonRedundantWriteProcRes() 204 for (const MCWriteProcResEntry &WPR : WPRS) { in computeIdealizedProcResPressure() local 207 SM.getProcResource(WPR.ProcResourceIdx); in computeIdealizedProcResPressure() [all …]
|
H A D | Analysis.cpp | 404 for (const auto &WPR : RSC.NonRedundantWriteProcRes) { in printSchedClassDescHtml() local 407 SM.getProcResource(WPR.ProcResourceIdx)->Name); in printSchedClassDescHtml() 408 OS << "</span>: " << WPR.Cycles << "</li>"; in printSchedClassDescHtml()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 229 const MCWriteProcResEntry *WPR, in MCSubtargetInfo() argument 235 ProcFeatures(PF), ProcDesc(PD), WriteProcResTable(WPR), in MCSubtargetInfo()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 67 const MCWriteProcResEntry *WPR,
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
|