Home
last modified time | relevance | path

Searched refs:getMaxCallFrameSize (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp37 unsigned MaxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
63 unsigned MaxCallFrameSize = MF.getFrameInfo().getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp136 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
H A DMipsSEFrameLowering.cpp812 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp257 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp167 Offset += getMaxCallFrameSize(); in estimateStackSize()
H A DPrologEpilogInserter.cpp399 MFI.isMaxCallFrameSizeComputed() ? MFI.getMaxCallFrameSize() : UINT64_MAX; in calculateCallFrameInfo()
402 assert(MFI.getMaxCallFrameSize() <= MaxCFSIn && in calculateCallFrameInfo()
1112 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp349 ? MFI.getMaxCallFrameSize() : ~0u; in convertMFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp123 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h668 uint64_t getMaxCallFrameSize() const { in getMaxCallFrameSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp68 uint64_t MaxCallSize = alignTo(MFI.getMaxCallFrameSize(), StackAlign); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp754 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc()
940 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
H A DPPCFrameLowering.cpp334 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp52 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
H A DARMFrameLowering.cpp365 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1099 NumBytes += MFI.getMaxCallFrameSize(); in expandGetStackTopPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp594 unsigned MaxCFA = alignTo(MFI.getMaxCallFrameSize(), MaxAlign); in insertPrologueInBlock()
605 unsigned MaxCF = MFI.getMaxCallFrameSize(); in insertPrologueInBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1507 std::max(64U, (unsigned)alignTo(MFFrame.getMaxCallFrameSize(), 64))); in processFunctionBeforeFrameFinalized()
H A DSystemZInstrInfo.cpp141 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()
H A DSystemZISelLowering.cpp9620 if (NumBytes > MFI.getMaxCallFrameSize()) in emitAdjCallStack()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2388 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
2755 return alignDown(MFI.getMaxCallFrameSize(), getStackAlign().value()) + in getWin64EHFrameIndexRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp483 MFI.getMaxCallFrameSize() != 0))) && in hasBP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp557 MFI.getMaxCallFrameSize() > DefaultSafeSPDisplacement) in hasFPImpl()
5347 return alignTo(CSSize + MF.getFrameInfo().getMaxCallFrameSize(), in getWinEHFuncletFrameSize()