Home
last modified time | relevance | path

Searched refs:getLocalStackSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp129 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
293 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
480 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize()); in emitPrologue()
487 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()
848 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()
DAArch64MachineFunctionInfo.h132 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp194 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
388 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
632 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize()); in emitPrologue()
640 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
940 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()
1115 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()
DAArch64MachineFunctionInfo.h137 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function