Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h677 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
681 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp463 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
H A DAArch64FrameLowering.cpp451 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp311 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
316 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp83 if (SrcMFI.isMaxCallFrameSizeComputed()) in cloneFrameInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp356 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
H A DPrologEpilogInserter.cpp385 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp249 (!hasReservedCallFrame(MF) && (!MFI.isMaxCallFrameSizeComputed() || in hasBP()