Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h649 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
653 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp408 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp449 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp311 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
316 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp64 if (SrcMFI.isMaxCallFrameSizeComputed()) in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp247 (!hasReservedCallFrame(MF) && (!MFI.isMaxCallFrameSizeComputed() || in hasBP()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp355 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp343 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()