Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h623 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
627 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp346 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp382 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp298 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
303 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp359 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp341 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()