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

References

lib/Target/MSP430/MSP430FrameLowering.cpp
  238     uint64_t Amount = TII.getFrameSize(Old);
  246       if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) {
  248             BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
  252         assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode());
  254         Amount -= TII.getFramePoppedByCallee(Old);
  256           New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
  270   } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) {
  273     if (uint64_t CalleeAmt = TII.getFramePoppedByCallee(*I)) {
  276           BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)