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

References

lib/Target/X86/X86FrameLowering.cpp
  981   uint64_t StackSize = MFI.getStackSize();    // Number of bytes to allocate.
 1027     MFI.setStackSize(StackSize);
 1038       !MFI.hasVarSizedObjects() &&             // No dynamic alloca.
 1039       !MFI.adjustsStack() &&                   // No calls.
 1041       !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop.
 1047     MFI.setStackSize(StackSize);
 1168       MFI.setOffsetAdjustment(-NumBytes);
 1170       MFI.setOffsetAdjustment(-StackSize);