Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h202 double computeReciprocalThroughput(const MachineInstr *MI) const;
203 double computeReciprocalThroughput(const MCInst &MI) const;
204 double computeReciprocalThroughput(unsigned Opcode) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp325 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel
339 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel
354 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel
357 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()