Searched refs:computeReciprocalThroughput (Results 1 – 3 of 3) sorted by relevance
199 double computeReciprocalThroughput(const MachineInstr *MI) const;200 double computeReciprocalThroughput(const MCInst &MI) const;201 double computeReciprocalThroughput(unsigned Opcode) const;
326 TargetSchedModel::computeReciprocalThroughput(const MachineInstr *MI) const { in computeReciprocalThroughput() function in TargetSchedModel340 TargetSchedModel::computeReciprocalThroughput(unsigned Opcode) const { in computeReciprocalThroughput() function in TargetSchedModel355 TargetSchedModel::computeReciprocalThroughput(const MCInst &MI) const { in computeReciprocalThroughput() function in TargetSchedModel358 return computeReciprocalThroughput(MI.getOpcode()); in computeReciprocalThroughput()
92 double RThroughput = TSchedModel.computeReciprocalThroughput(&MI); in getSchedInfoStr()111 double RThroughput = TSchedModel.computeReciprocalThroughput(MCI); in getSchedInfoStr()