Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
DAArch64FrameLowering.cpp434 AFI->setLocalStackSize(NumBytes); in emitPrologue()
460 AFI->setLocalStackSize(NumBytes - CSStackSize); in emitPrologue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
DAArch64FrameLowering.cpp927 AFI->setLocalStackSize(NumBytes); in emitPrologue()
969 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1465 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h199 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
DAArch64FrameLowering.cpp1101 AFI->setLocalStackSize(NumBytes); in emitPrologue()
1140 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1608 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()