Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h597 if (!isMaxCallFrameSizeComputed()) in getMaxCallFrameSize()
601 bool isMaxCallFrameSizeComputed() const { in isMaxCallFrameSizeComputed() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp270 if (!MFI.isMaxCallFrameSizeComputed()) in mirFileLoaded()
DAArch64FrameLowering.cpp219 if (!MFI.isMaxCallFrameSizeComputed() || in hasFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp259 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
264 bool HasFP = MF.getFrameInfo().isMaxCallFrameSizeComputed() in getRegPressureLimit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp328 YamlMFI.MaxCallFrameSize = MFI.isMaxCallFrameSizeComputed() in convert()
DPrologEpilogInserter.cpp277 assert(!MFI.isMaxCallFrameSizeComputed() || in calculateCallFrameInfo()