Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp156 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
H A DMipsSEFrameLowering.cpp848 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp232 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp167 Offset += getMaxCallFrameSize(); in estimateStackSize()
H A DPrologEpilogInserter.cpp342 (MFI.getMaxCallFrameSize() == MaxCallFrameSize && in calculateCallFrameInfo()
1065 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp360 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h620 unsigned getMaxCallFrameSize() const { in getMaxCallFrameSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp136 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp648 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc()
834 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
H A DPPCFrameLowering.cpp332 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp55 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
H A DARMFrameLowering.cpp220 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1067 NumBytes += MFI.getMaxCallFrameSize(); in expandGetStackTopPseudo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp600 unsigned MaxCFA = alignTo(MFI.getMaxCallFrameSize(), MaxAlign); in insertPrologueInBlock()
611 unsigned MaxCF = MFI.getMaxCallFrameSize(); in insertPrologueInBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp383 MFI.getMaxCallFrameSize() > DefaultSafeSPDisplacement) in hasFP()
3533 return alignTo(CSSize + MF.getFrameInfo().getMaxCallFrameSize(), in getWinEHFuncletFrameSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1976 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
2315 return alignDown(MFI.getMaxCallFrameSize(), getStackAlign().value()) + in getWin64EHFrameIndexRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp122 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()