Home
last modified time | relevance | path

Searched refs:usePackedStack (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h89 bool usePackedStack(MachineFunction &MF) const;
94 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()
H A DSystemZFrameLowering.cpp223 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
H A DSystemZISelLowering.cpp3791 int Offset = (TFL->usePackedStack(MF) ? -2 : 14) * in lowerRETURNADDR()