Searched refs:getReciprocalThroughput (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSchedule.cpp | 98 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 D | TargetSchedule.cpp | 309 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 D | MCSchedule.h | 403 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 D | InstructionInfoView.cpp | 217 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 372 double OldTput = MCSchedModel::getReciprocalThroughput(*ST, *OldDesc); in processInstruction() 373 double NewTput = MCSchedModel::getReciprocalThroughput(*ST, *NewDesc); in processInstruction()
|
| H A D | X86FixupInstTuning.cpp | 88 return MCSchedModel::getReciprocalThroughput( in processInstruction()
|