Home
last modified time | relevance | path

Searched refs:ELFCallFrameSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h31 const int64_t ELFCallFrameSize = 160; variable
34 const int64_t ELFCFAOffsetFromInitialSP = ELFCallFrameSize;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp186 int StartSPOffset = SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots()
195 Offset -= SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots()
221 int CurrOffset = -SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots()
454 SystemZMC::ELFCallFrameSize); in processFunctionBeforeFrameFinalized()
565 MFFrame.setStackSize(MFFrame.getStackSize() + SystemZMC::ELFCallFrameSize); in emitPrologue()
608 StackSize += SystemZMC::ELFCallFrameSize; in emitPrologue()
610 StackSize = StackSize > SystemZMC::ELFCallFrameSize in emitPrologue()
611 ? StackSize - SystemZMC::ELFCallFrameSize in emitPrologue()
810 buildCFAOffs(*MBB, MBBI, DL, -int64_t(SystemZMC::ELFCallFrameSize + LoopAlloc), in inlineStackProbe()
858 return Offset + StackOffset::getFixed(SystemZMC::ELFCallFrameSize); in getFrameIndexReference()
[all …]
H A DSystemZRegisterInfo.h120 int getCallFrameSize() final { return SystemZMC::ELFCallFrameSize; } in getCallFrameSize()
H A DSystemZFrameLowering.h94 return usePackedStack(MF) ? SystemZMC::ELFCallFrameSize - 8 : 0; in getBackchainOffset()
H A DSystemZISelLowering.cpp1609 -SystemZMC::ELFCallFrameSize + TFL->getRegSpillOffset(MF, SystemZ::R2D) - 16; in LowerFormalArguments()
1620 MFI.CreateFixedObject(8, -SystemZMC::ELFCallFrameSize + Offset, true); in LowerFormalArguments()