Searched defs:WPR (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | SchedClassResolution.cpp | 62 for (const auto *WPR = STI.getWriteProcResBegin(&SCDesc), in getNonRedundantWriteProcRes() local 81 const MCWriteProcResEntry *WPR = Entry.second; in getNonRedundantWriteProcRes() local 209 for (const MCWriteProcResEntry &WPR : WPRS) { in computeIdealizedProcResPressure() local 318 [ProcResIdx](const std::pair<uint16_t, float> &WPR) { in getAsPoint()
|
H A D | Analysis.cpp | 387 for (const auto &WPR : RSC.NonRedundantWriteProcRes) { in printSchedClassDescHtml() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 20 ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 229 MCSubtargetInfo(const Triple & TT,StringRef C,StringRef TC,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) MCSubtargetInfo() argument
|