Home
last modified time | relevance | path

Searched refs:setLocalStackSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp434 AFI->setLocalStackSize(NumBytes); in emitPrologue()
460 AFI->setLocalStackSize(NumBytes - CSStackSize); in emitPrologue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp927 AFI->setLocalStackSize(NumBytes); in emitPrologue()
969 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1465 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h248 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp1491 AFI->setLocalStackSize(NumBytes); in emitPrologue()
1530 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1972 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()