Searched refs:getLocalStackSize (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 129 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()
|
D | AArch64MachineFunctionInfo.h | 132 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.h | 174 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
|
D | AArch64FrameLowering.cpp | 230 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/ |
D | AArch64MachineFunctionInfo.h | 200 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
|
D | AArch64FrameLowering.cpp | 289 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()
|