Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h140 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp856 AFI->setLocalStackSize(NumBytes); in emitPrologue()
895 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1319 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()