Home
last modified time | relevance | path

Searched refs:getLocalFrameSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp287 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()
372 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp197 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp179 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp405 MFI.getLocalFrameSize() >= 128) in hasBasePointer()
599 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp377 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DMIRPrinter.cpp346 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
DPrologEpilogInserter.cpp918 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h418 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()