Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 81 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, 118 std::optional<unsigned> StackSizeInBytes); 125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument 132 StackSizeInBytes); in thread() 169 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, 222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread()
|
| /llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 72 std::optional<unsigned> StackSizeInBytes) { 88 if (StackSizeInBytes) { 89 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
|
| /llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 30 std::optional<unsigned> StackSizeInBytes) { 31 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
|
| /llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 720 size_t StackSizeInBytes) { in getMaxFPOffset() 727 return (StackSizeInBytes >= StackProbeSize) && in getMaxFPOffset() 585 WindowsRequiresStackProbe(const MachineFunction & MF,size_t StackSizeInBytes) WindowsRequiresStackProbe() argument
|
| /llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 1133 uint64_t StackSizeInBytes) { in shouldCombineCSRLocalStackBump() 1139 StackSizeInBytes >= uint64_t(MFI.getStackProbeSize()); in shouldCombineCSRLocalStackBump() 1099 windowsRequiresStackProbe(MachineFunction & MF,uint64_t StackSizeInBytes) windowsRequiresStackProbe() argument
|