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

References

lib/Target/PowerPC/PPCFrameLowering.cpp
 2103   unsigned StackSize = determineFrameLayout(MF, true);
 2104   MachineFrameInfo &MFI = MF.getFrameInfo();
 2105   if (MFI.hasVarSizedObjects() || spillsCR(MF) || spillsVRSAVE(MF) ||
 2105   if (MFI.hasVarSizedObjects() || spillsCR(MF) || spillsVRSAVE(MF) ||
 2106       hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {
 2106       hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {
 2120     if (spillsCR(MF) || spillsVRSAVE(MF) || HasAlVars)
 2120     if (spillsCR(MF) || spillsVRSAVE(MF) || HasAlVars)