Searched refs:getReciprocalThroughput (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSchedule.cpp | 88 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 D | TargetSchedule.cpp | 327 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 D | MCSchedule.h | 363 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 D | InstructionInfoView.cpp | 140 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SchedClassResolution.cpp | 312 MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getAsPoint()
|
| H A D | Analysis.cpp | 407 MCSchedModel::getReciprocalThroughput(*SubtargetInfo_, *RSC.SCDesc)); in printSchedClassDescHtml()
|