Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h136 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
DAArch64FrameLowering.cpp581 AFI->setLocalStackSize(NumBytes); in emitPrologue()
612 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
/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()