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 313 /// getLocalFrameSize - Get the size of the local object blob.
314 int64_t getLocalFrameSize() const { return LocalFrameSize; }
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 291 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128)
510 Offset += MFI->getLocalFrameSize();
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 293 StackGrowsDown ? MFI->getLocalFrameSize() : 0;
PrologEpilogInserter.cpp 577 Offset += MFI->getLocalFrameSize();
    [all...]

Completed in 128 milliseconds