Searched refs:getReciprocalThroughput (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSchedule.cpp | 90 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 D | TargetSchedule.cpp | 312 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 D | MCSchedule.h | 377 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 D | InstructionInfoView.cpp | 140 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupInstTuning.cpp | 89 return MCSchedModel::getReciprocalThroughput( in processInstruction()
|