Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h303 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp1886 AFI->setLocalStackSize(NumBytes); in emitPrologue()
1924 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
2333 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()