Searched refs:usePackedStack (Results 1 – 2 of 2) sorted by relevance
66 bool usePackedStack(MachineFunction &MF) const;71 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()
114 if (usePackedStack(MF)) in assignCalleeSavedSpillSlots()323 if (!usePackedStack(MF) || BackChain) in processFunctionBeforeFrameFinalized()770 if (usePackedStack(MF) && !(IsVarArg && !SoftFloat)) { in getRegSpillOffset()794 bool SystemZFrameLowering::usePackedStack(MachineFunction &MF) const { in usePackedStack() function in SystemZFrameLowering