Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp39 unsigned MaxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
66 unsigned MaxCallFrameSize = MF.getFrameInfo().getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp155 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
H A DMipsSEFrameLowering.cpp846 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp233 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp167 Offset += getMaxCallFrameSize(); in estimateStackSize()
H A DPrologEpilogInserter.cpp344 (MFI.getMaxCallFrameSize() == MaxCallFrameSize && in calculateCallFrameInfo()
1077 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp356 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp136 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h646 unsigned getMaxCallFrameSize() const { in getMaxCallFrameSize() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp65 DstMFI.setMaxCallFrameSize(SrcMFI.getMaxCallFrameSize()); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp68 uint64_t MaxCallSize = alignTo(MFI.getMaxCallFrameSize(), StackAlign); in determineFrameLayout()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp717 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc()
903 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
H A DPPCFrameLowering.cpp333 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp248 MFI.getMaxCallFrameSize() != 0))) && in hasBP()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1099 NumBytes += MFI.getMaxCallFrameSize(); in expandGetStackTopPseudo()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1013 static_cast<uint16_t>(MFFrame.getMaxCallFrameSize() / 4)); // Parms/4. in emitPPA1()
H A DSystemZInstrInfo.cpp126 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp603 unsigned MaxCFA = alignTo(MFI.getMaxCallFrameSize(), MaxAlign); in insertPrologueInBlock()
614 unsigned MaxCF = MFI.getMaxCallFrameSize(); in insertPrologueInBlock()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp55 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
H A DARMFrameLowering.cpp228 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp450 MFI.getMaxCallFrameSize() > DefaultSafeSPDisplacement) in hasFP()
3781 return alignTo(CSSize + MF.getFrameInfo().getMaxCallFrameSize(), in getWinEHFuncletFrameSize()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2148 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
2473 return alignDown(MFI.getMaxCallFrameSize(), getStackAlign().value()) + in getWin64EHFrameIndexRef()