Home
last modified time | relevance | path

Searched refs:getLocalStackSize (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h174 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
DAArch64FrameLowering.cpp230 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
455 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
991 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1026 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1501 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
1843 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h200 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
DAArch64FrameLowering.cpp289 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
600 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
1162 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1173 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1644 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
1991 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()