Searched refs:getReciprocalThroughput (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCSchedule.cpp | 88 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/ |
| HD | TargetSchedule.cpp | 328 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/ |
| HD | MCSchedule.h | 363 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/ |
| HD | InstructionInfoView.cpp | 58 MCSchedModel::getReciprocalThroughput(STI, SCDesc); in printView()
|