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

References

lib/Target/MSP430/MSP430FrameLowering.cpp
   42   assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
   48   MachineBasicBlock::iterator MBBI = MBB.begin();
   49   DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
   66     BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r))
   70     BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FP)
   82   while (MBBI != MBB.end() && (MBBI->getOpcode() == MSP430::PUSH16r))
   85   if (MBBI != MBB.end())
   98         BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP)