Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h215 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;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp306 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel
320 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel
335 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel
338 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()