Home
last modified time | relevance | path

Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A Dthread.h81 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 DThreading.inc72 std::optional<unsigned> StackSizeInBytes) {
88 if (StackSizeInBytes) {
89 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc30 std::optional<unsigned> StackSizeInBytes) {
31 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp720 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 DAArch64FrameLowering.cpp1133 uint64_t StackSizeInBytes) { in shouldCombineCSRLocalStackBump()
1139 StackSizeInBytes >= uint64_t(MFI.getStackProbeSize()); in shouldCombineCSRLocalStackBump()
1099 windowsRequiresStackProbe(MachineFunction & MF,uint64_t StackSizeInBytes) windowsRequiresStackProbe() argument