Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp205 return MFI->getLocalFrameSize() >= 256; in hasBasePointer()
288 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp177 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h305 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp297 StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp594 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp357 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer()
554 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp352 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp813 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h361 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.cpp632 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer()
1000 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized()