Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSchedule.cpp88 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
110 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
128 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
134 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput() function in MCSchedModel
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSchedule.cpp327 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
332 return MCSchedModel::getReciprocalThroughput(*STI, *resolveSchedClass(MI)); in computeReciprocalThroughput()
341 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
346 return MCSchedModel::getReciprocalThroughput(*STI, SCDesc); in computeReciprocalThroughput()
355 return SchedModel.getReciprocalThroughput(*STI, *TII, MI); in computeReciprocalThroughput()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSchedule.h363 getReciprocalThroughput(const MCSubtargetInfo &STI,
367 getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
370 getReciprocalThroughput(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp140 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp312 MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getAsPoint()
H A DAnalysis.cpp407 MCSchedModel::getReciprocalThroughput(*SubtargetInfo_, *RSC.SCDesc)); in printSchedClassDescHtml()