Home
last modified time | relevance | path

Searched refs:getLocalFrameSize (Results 1 – 25 of 25) 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-16.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp207 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp197 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp287 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()
372 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp179 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp176 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
/external/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()
/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-16.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp379 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
DMIRPrinter.cpp364 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
DPrologEpilogInserter.cpp957 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-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp405 MFI.getLocalFrameSize() >= 128) in hasBasePointer()
599 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/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-16.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp442 MFI.getLocalFrameSize() >= 128) in hasBasePointer()
634 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp526 return MFI.getLocalFrameSize() >= 256; in hasBasePointer()
681 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h438 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h418 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp551 MaxSPOffset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()