HomeSort by relevance Sort by last modified time
    Searched refs:getLocalStackSize (Results 1 - 4 of 4) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 137 unsigned getLocalStackSize() const { return LocalStackSize; }
AArch64FrameLowering.cpp 194 unsigned NumBytes = AFI->getLocalStackSize();
388 if (AFI->getLocalStackSize() == 0)
632 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize());
640 FPOffset += AFI->getLocalStackSize();
    [all...]

Completed in 359 milliseconds