Searched refs:usePackedStack (Results 1 – 3 of 3) sorted by relevance
89 bool usePackedStack(MachineFunction &MF) const;94 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()
223 if (usePackedStack(MF)) in assignCalleeSavedSpillSlots()449 if (!usePackedStack(MF) || BackChain) in processFunctionBeforeFrameFinalized()871 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) { in getRegSpillOffset()895 bool SystemZELFFrameLowering::usePackedStack(MachineFunction &MF) const { in usePackedStack() function in SystemZELFFrameLowering
3791 int Offset = (TFL->usePackedStack(MF) ? -2 : 14) * in lowerRETURNADDR()