Home
last modified time | relevance | path

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

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h136 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp581 AFI->setLocalStackSize(NumBytes);
612 AFI->setLocalStackSize(NumBytes - PrologueSaveSize);
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h150 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp860 AFI->setLocalStackSize(NumBytes); in emitPrologue()
901 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1359 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
H A DAArch64FrameLowering.cpp945 AFI->setLocalStackSize(NumBytes); in emitPrologue()
984 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitPrologue()
1469 AFI->setLocalStackSize(NumBytes - PrologueSaveSize); in emitEpilogue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h183 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h183 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h199 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h199 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h199 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dfunc.h705 inline void setLocalStackSize(uint32_t size) noexcept { _localStackSize = size; } in setLocalStackSize() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.h734 inline void setLocalStackSize(uint32_t size) noexcept { _localStackSize = size; } in setLocalStackSize() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.h734 inline void setLocalStackSize(uint32_t size) noexcept { _localStackSize = size; } in setLocalStackSize() function

12