Searched refs:usePackedStack (Results 1 – 2 of 2) sorted by relevance
89 bool usePackedStack(MachineFunction &MF) const;94 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()
222 if (usePackedStack(MF)) in assignCalleeSavedSpillSlots()448 if (!usePackedStack(MF) || BackChain) in processFunctionBeforeFrameFinalized()867 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) { in getRegSpillOffset()891 bool SystemZELFFrameLowering::usePackedStack(MachineFunction &MF) const { in usePackedStack() function in SystemZELFFrameLowering