Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp205 return MFI->getLocalFrameSize() >= 256; in hasBasePointer()
288 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp231 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()
316 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp177 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp179 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp176 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp385 if (AFI->isThumb2Function() && MFI.getLocalFrameSize() < 128) in hasBasePointer()
576 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h361 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp361 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DMIRPrinter.cpp333 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
DPrologEpilogInserter.cpp807 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp352 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp813 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h398 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1336 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()