HomeSort by relevance Sort by last modified time
    Searched refs:getLocalFrameSize (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 162 if (MFI->getLocalFrameSize() < 256)
250 Offset += MFI->getLocalFrameSize();
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 336 /// getLocalFrameSize - Get the size of the local object blob.
337 int64_t getLocalFrameSize() const { return LocalFrameSize; }
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 177 Offset += MFI->getLocalFrameSize();
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 332 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128)
549 Offset += MFI->getLocalFrameSize();
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 354 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0;
PrologEpilogInserter.cpp 552 Offset += MFI->getLocalFrameSize();
    [all...]

Completed in 2151 milliseconds