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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 304 /// getLocalFrameSize - Get the size of the local object blob.
305 int64_t getLocalFrameSize() const { return LocalFrameSize; }
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 297 StackGrowsDown ? MFI->getLocalFrameSize() : 0;
PrologEpilogInserter.cpp 594 Offset += MFI->getLocalFrameSize();
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 619 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128)
    [all...]

Completed in 166 milliseconds