Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h199 double computeReciprocalThroughput(const MachineInstr *MI) const;
200 double computeReciprocalThroughput(const MCInst &MI) const;
201 double computeReciprocalThroughput(unsigned Opcode) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp326 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel
340 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel
355 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel
358 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()
H A DTargetSubtargetInfo.cpp92 double RThroughput = TSchedModel.computeReciprocalThroughput(&MI); in getSchedInfoStr()
111 double RThroughput = TSchedModel.computeReciprocalThroughput(MCI); in getSchedInfoStr()