Home
last modified time | relevance | path

Searched refs:isMaxCallFrameSizeComputed (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h669 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
673 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp311 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
316 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp549 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp504 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp363 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp373 MFI.isMaxCallFrameSizeComputed() ? MFI.getMaxCallFrameSize() : UINT64_MAX; in calculateCallFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp330 (!hasReservedCallFrame(MF) && (!MFI.isMaxCallFrameSizeComputed() || in hasBP()