Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp39 unsigned MaxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
66 unsigned MaxCallFrameSize = MF.getFrameInfo().getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp154 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
H A DMipsSEFrameLowering.cpp849 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp233 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp167 Offset += getMaxCallFrameSize(); in estimateStackSize()
H A DPrologEpilogInserter.cpp389 (MFI.getMaxCallFrameSize() >= MaxCallFrameSize && in calculateCallFrameInfo()
1123 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp362 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp136 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h654 unsigned 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.cpp751 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc()
937 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
H A DPPCFrameLowering.cpp333 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1101 NumBytes += MFI.getMaxCallFrameSize(); in expandGetStackTopPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp605 unsigned MaxCFA = alignTo(MFI.getMaxCallFrameSize(), MaxAlign); in insertPrologueInBlock()
616 unsigned MaxCF = MFI.getMaxCallFrameSize(); in insertPrologueInBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp54 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
H A DARMFrameLowering.cpp228 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp318 MFI.getMaxCallFrameSize() != 0))) && in hasBP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1473 std::max(64U, (unsigned)alignTo(MFFrame.getMaxCallFrameSize(), 64))); in processFunctionBeforeFrameFinalized()
H A DSystemZInstrInfo.cpp139 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2270 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
2638 return alignDown(MFI.getMaxCallFrameSize(), getStackAlign().value()) + in getWin64EHFrameIndexRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp469 MFI.getMaxCallFrameSize() > DefaultSafeSPDisplacement) in hasFP()
4128 return alignTo(CSSize + MF.getFrameInfo().getMaxCallFrameSize(), in getWinEHFuncletFrameSize()