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 181 if (MFI->getLocalFrameSize() < 256)
294 Offset += MFI->getLocalFrameSize();
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 178 Offset += MFI->getLocalFrameSize();
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 355 /// getLocalFrameSize - Get the size of the local object blob.
356 int64_t getLocalFrameSize() const { return LocalFrameSize; }
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 357 int64_t FrameSizeAdjust = StackGrowsDown ? MFI->getLocalFrameSize() : 0;
PrologEpilogInserter.cpp 601 Offset += MFI->getLocalFrameSize();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 325 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128)
536 Offset += MFI->getLocalFrameSize();

Completed in 82 milliseconds