Home
last modified time | relevance | path

Searched refs:computeReciprocalThroughput (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h201 double computeReciprocalThroughput(const MachineInstr *MI) const;
202 double computeReciprocalThroughput(const MCInst &MI) const;
203 double computeReciprocalThroughput(unsigned Opcode) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSchedule.cpp324 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel
338 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel
353 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel
356 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()