Searched refs:WPR (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | SchedClassResolution.cpp | 64 for (const auto *WPR = STI.getWriteProcResBegin(&SCDesc), in getNonRedundantWriteProcRes() local 66 WPR != WPREnd; ++WPR) { in getNonRedundantWriteProcRes() 67 uint64_t Mask = ProcResourceMasks[WPR->ProcResourceIdx]; 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() [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-src/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-src/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-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 67 const MCWriteProcResEntry *WPR,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 100 const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL,
|