Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp98 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
123 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI, in getReciprocalThroughput() function in MCSchedModel
141 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc); in getReciprocalThroughput()
147 MCSchedModel::getReciprocalThroughput(unsigned SchedClass, in getReciprocalThroughput() function in MCSchedModel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp309 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
314 return MCSchedModel::getReciprocalThroughput(*STI, *resolveSchedClass(MI)); in computeReciprocalThroughput()
323 return MCSchedModel::getReciprocalThroughput(SchedClass, in computeReciprocalThroughput()
328 return MCSchedModel::getReciprocalThroughput(*STI, SCDesc); in computeReciprocalThroughput()
337 return SchedModel.getReciprocalThroughput(*STI, *TII, MI); in computeReciprocalThroughput()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h403 getReciprocalThroughput(const MCSubtargetInfo &STI,
406 LLVM_ABI static double getReciprocalThroughput(unsigned SchedClass,
409 LLVM_ABI double getReciprocalThroughput(const MCSubtargetInfo &STI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp217 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp372 double OldTput = MCSchedModel::getReciprocalThroughput(*ST, *OldDesc); in processInstruction()
373 double NewTput = MCSchedModel::getReciprocalThroughput(*ST, *NewDesc); in processInstruction()
H A DX86FixupInstTuning.cpp88 return MCSchedModel::getReciprocalThroughput( in processInstruction()