Lines Matching refs:TSchedModel
89 TargetSchedModel TSchedModel; in getSchedInfoStr() local
90 TSchedModel.init(this); in getSchedInfoStr()
91 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in getSchedInfoStr()
92 double RThroughput = TSchedModel.computeReciprocalThroughput(&MI); in getSchedInfoStr()
100 TargetSchedModel TSchedModel; in getSchedInfoStr() local
101 TSchedModel.init(this); in getSchedInfoStr()
103 if (TSchedModel.hasInstrSchedModel()) in getSchedInfoStr()
104 Latency = TSchedModel.computeInstrLatency(MCI); in getSchedInfoStr()
105 else if (TSchedModel.hasInstrItineraries()) { in getSchedInfoStr()
106 auto *ItinData = TSchedModel.getInstrItineraries(); in getSchedInfoStr()
111 double RThroughput = TSchedModel.computeReciprocalThroughput(MCI); in getSchedInfoStr()