Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSchedule.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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetSchedule.cpp328 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
333 return MCSchedModel::getReciprocalThroughput(*STI, *resolveSchedClass(MI)); in computeReciprocalThroughput()
342 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
347 return MCSchedModel::getReciprocalThroughput(*STI, SCDesc); in computeReciprocalThroughput()
356 return SchedModel.getReciprocalThroughput(*STI, *TII, MI); in computeReciprocalThroughput()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSchedule.h363 getReciprocalThroughput(const MCSubtargetInfo &STI,
367 getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
370 getReciprocalThroughput(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDInstructionInfoView.cpp58 MCSchedModel::getReciprocalThroughput(STI, SCDesc); in printView()