/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiFrameLowering.cpp | 39 unsigned MaxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout() 66 unsigned MaxCallFrameSize = MF.getFrameInfo().getMaxCallFrameSize(); in replaceAdjDynAllocPseudo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16FrameLowering.cpp | 153 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
|
H A D | MipsSEFrameLowering.cpp | 848 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 233 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 167 Offset += getMaxCallFrameSize(); in estimateStackSize()
|
H A D | PrologEpilogInserter.cpp | 373 MFI.isMaxCallFrameSizeComputed() ? MFI.getMaxCallFrameSize() : UINT64_MAX; in calculateCallFrameInfo() 376 assert(MFI.getMaxCallFrameSize() <= MaxCFSIn && in calculateCallFrameInfo() 1110 Offset += MFI.getMaxCallFrameSize(); in calculateFrameObjectOffsets()
|
H A D | MIRPrinter.cpp | 364 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 136 NumBytes += MFI.getMaxCallFrameSize(); in emitPrologue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 666 uint64_t getMaxCallFrameSize() const { in getMaxCallFrameSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 68 uint64_t MaxCallSize = alignTo(MFI.getMaxCallFrameSize(), StackAlign); in determineFrameLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 751 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAlloc() 937 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in lowerDynamicAreaOffset()
|
H A D | PPCFrameLowering.cpp | 334 unsigned maxCallFrameSize = MFI.getMaxCallFrameSize(); in determineFrameLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 1101 NumBytes += MFI.getMaxCallFrameSize(); in expandGetStackTopPseudo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 605 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 D | Thumb1FrameLowering.cpp | 54 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
|
H A D | ARMFrameLowering.cpp | 228 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 331 MFI.getMaxCallFrameSize() != 0))) && in hasBP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 1475 std::max(64U, (unsigned)alignTo(MFFrame.getMaxCallFrameSize(), 64))); in processFunctionBeforeFrameFinalized()
|
H A D | SystemZInstrInfo.cpp | 139 uint64_t Offset = (MFFrame.getMaxCallFrameSize() + in splitAdjDynAlloc()
|
H A D | SystemZISelLowering.cpp | 8296 if (NumBytes > MFI.getMaxCallFrameSize()) in emitAdjCallStack()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2325 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize() 2693 return alignDown(MFI.getMaxCallFrameSize(), getStackAlign().value()) + in getWin64EHFrameIndexRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 505 MFI.getMaxCallFrameSize() > DefaultSafeSPDisplacement) in hasFP() 4662 return alignTo(CSSize + MF.getFrameInfo().getMaxCallFrameSize(), in getWinEHFuncletFrameSize()
|