Searched refs:usePackedStack (Results 1 – 2 of 2) sorted by relevance
101 bool usePackedStack(MachineFunction &MF) const;106 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()111 return (usePackedStack(MF) ? -2 : 14) * getPointerSize(); in getReturnAddressOffset()
211 if (usePackedStack(MF)) in assignCalleeSavedSpillSlots()437 if (!usePackedStack(MF) || BackChain) in processFunctionBeforeFrameFinalized()856 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) { in getRegSpillOffset()880 bool SystemZELFFrameLowering::usePackedStack(MachineFunction &MF) const { in usePackedStack() function in SystemZELFFrameLowering