Home | History | Annotate | Download | only in Mips

Lines Matching defs:STI

347   const MipsSubtarget *STI;
369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), STI(nullptr),
451 STI = &static_cast<const MipsSubtarget &>(mf.getSubtarget());
453 if (!STI->inMips16Mode() || !MipsSubtarget::useConstantIslands()) {
456 TII = (const Mips16InstrInfo *)STI->getInstrInfo();