Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstrReg

987   unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI);
988 bool IsLoad = InstrReg;
990 InstrReg = TII.isStoreToStackSlot(MI, FI);
993 if (InstrReg != Reg || FI != StackSlot)