Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h623 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
627 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp355 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp382 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp293 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
298 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp347 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp335 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()