Home
last modified time | relevance | path

Searched refs:CallFrameSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h38 const int64_t CallFrameSize = 160; variable
41 const int64_t CFAOffsetFromInitialSP = CallFrameSize;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp51 -SystemZMC::CallFrameSize, 8, in SystemZFrameLowering()
290 SystemZMC::CallFrameSize); in processFunctionBeforeFrameFinalized()
293 int64_t MaxArgOffset = SystemZMC::CallFrameSize; in processFunctionBeforeFrameFinalized()
296 int64_t ArgOffset = SystemZMC::CallFrameSize + in processFunctionBeforeFrameFinalized()
387 StackSize += SystemZMC::CallFrameSize; in emitPrologue()
H A DSystemZInstrInfo.cpp134 SystemZMC::CallFrameSize + in splitAdjDynAlloc()
H A DSystemZISelLowering.cpp1339 unsigned Offset = SystemZMC::CallFrameSize + VA.getLocMemOffset(); in LowerCall()
2852 BackChainIdx = MFI.CreateFixedObject(8, -SystemZMC::CallFrameSize, false); in lowerFRAMEADDR()