Searched refs:getReciprocalThroughput (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | 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-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 364 getReciprocalThroughput(const MCSubtargetInfo &STI, 368 getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID); 371 getReciprocalThroughput(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionInfoView.cpp | 116 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc); in collectData()
|