Searched refs:usePackedStack (Results 1 – 2 of 2) sorted by relevance
100 bool usePackedStack(MachineFunction &MF) const;105 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()110 return (usePackedStack(MF) ? -2 : 14) * getPointerSize(); in getReturnAddressOffset()
213 if (usePackedStack(MF)) in assignCalleeSavedSpillSlots()439 if (!usePackedStack(MF) || BackChain) in processFunctionBeforeFrameFinalized()888 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) { in getRegSpillOffset()912 bool SystemZELFFrameLowering::usePackedStack(MachineFunction &MF) const { in usePackedStack() function in SystemZELFFrameLowering