Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h657 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
661 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp502 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp468 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp361 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp388 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp317 (!hasReservedCallFrame(MF) && (!MFI.isMaxCallFrameSizeComputed() || in hasBP()