Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:STI

55                             const TargetSubtargetInfo *sti,
58 STI = sti;
60 STI->initInstrItins(InstrItins);
117 SchedClass = STI->resolveSchedClass(SchedClass, MI, this);
193 STI->getWriteLatencyEntry(SCDesc, DefIdx);
204 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
241 STI->getWriteLatencyEntry(SCDesc, DefIdx);
276 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc),
277 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) {