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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 132 unsigned getLocalStackSize() const { return LocalStackSize; }
AArch64FrameLowering.cpp 129 unsigned NumBytes = AFI->getLocalStackSize();
293 if (AFI->getLocalStackSize() == 0)
480 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize());
487 FPOffset += AFI->getLocalStackSize();
727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize());
    [all...]

Completed in 66 milliseconds