Lines Matching defs:STI
42 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI,
49 STI.getWriteLatencyEntry(&SCDesc, DefIdx);
58 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI,
64 return MCSchedModel::computeInstrLatency(STI, SCDesc);
69 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI,
79 SchedClass = STI.resolveVariantSchedClass(SchedClass, &Inst, &MCII, CPUID);
84 return MCSchedModel::computeInstrLatency(STI, *SCDesc);
90 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI,
93 const MCSchedModel &SM = STI.getSchedModel();
94 const MCWriteProcResEntry *I = STI.getWriteProcResBegin(&SCDesc);
95 const MCWriteProcResEntry *E = STI.getWriteProcResEnd(&SCDesc);
112 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI,
125 SchedClass = STI.resolveVariantSchedClass(SchedClass, &Inst, &MCII, CPUID);
130 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc);