Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp90 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
112 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
130 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
136 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput() function in MCSchedModel
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp312 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
317 return MCSchedModel::getReciprocalThroughput(*STI, *resolveSchedClass(MI)); in computeReciprocalThroughput()
326 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
331 return MCSchedModel::getReciprocalThroughput(*STI, SCDesc); in computeReciprocalThroughput()
340 return SchedModel.getReciprocalThroughput(*STI, *TII, MI); in computeReciprocalThroughput()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h377 getReciprocalThroughput(const MCSubtargetInfo &STI,
381 getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
384 getReciprocalThroughput(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp140 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp89 return MCSchedModel::getReciprocalThroughput( in processInstruction()