Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstrReg

659   unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
660 bool IsLoad = InstrReg;
662 InstrReg = TII.isStoreToStackSlot(*MI, FI);
665 if (InstrReg != Reg || FI != StackSlot)