reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsSEFrameLowering.cpp
  690   MachineBasicBlock::iterator MBBI = MBB.getFirstTerminator();
  699   DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
  715     BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO);
  729       TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J),
  735     emitInterruptEpilogueStub(MF, MBB);
  744   TII.adjustStackPtr(SP, StackSize, MBB, MBBI);