/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 205 return MFI->getLocalFrameSize() >= 256; in hasBasePointer() 288 Offset += MFI->getLocalFrameSize(); in needsFrameBaseReg()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 177 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 207 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 197 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 287 return MFI.getLocalFrameSize() >= 256; in hasBasePointer() 372 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.cpp | 179 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.cpp | 176 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize(); in eliminateFrameIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 377 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
|
D | MIRPrinter.cpp | 346 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
|
D | PrologEpilogInserter.cpp | 918 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 352 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
|
D | PrologEpilogInserter.cpp | 813 Offset += MFI->getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 379 int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0; in insertFrameReferenceRegisters()
|
D | MIRPrinter.cpp | 364 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize(); in convert()
|
D | PrologEpilogInserter.cpp | 957 Offset += MFI.getLocalFrameSize(); in calculateFrameObjectOffsets()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 361 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 405 MFI.getLocalFrameSize() >= 128) in hasBasePointer() 599 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 357 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/ |
D | ARMBaseRegisterInfo.cpp | 442 MFI.getLocalFrameSize() >= 128) in hasBasePointer() 634 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 526 return MFI.getLocalFrameSize() >= 256; in hasBasePointer() 681 Offset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 438 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 418 int64_t getLocalFrameSize() const { return LocalFrameSize; } in getLocalFrameSize() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.cpp | 551 MaxSPOffset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized()
|