Searched refs:computeReciprocalThroughput (Results 1 – 2 of 2) sorted by relevance
215 LLVM_ABI double computeReciprocalThroughput(const MachineInstr *MI) const;216 LLVM_ABI double computeReciprocalThroughput(const MCInst &MI) const;217 LLVM_ABI double computeReciprocalThroughput(unsigned Opcode) const;
306 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel320 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel335 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel338 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()