/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Threading.cpp | 43 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument 44 (void)StackSizeInBytes; in llvm_execute_on_thread() 63 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 65 (void)StackSizeInBytes; in llvm_execute_on_thread_async() 73 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 74 (void)StackSizeInBytes; in llvm_execute_on_thread_async() 127 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument 130 llvm_execute_on_thread_impl(threadFuncSync, &Info, StackSizeInBytes, in llvm_execute_on_thread() 136 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 139 StackSizeInBytes, JoiningPolicy::Detach); in llvm_execute_on_thread_async()
|
/external/llvm-project/llvm/lib/Support/ |
D | Threading.cpp | 43 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument 44 (void)StackSizeInBytes; in llvm_execute_on_thread() 66 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 68 (void)StackSizeInBytes; in llvm_execute_on_thread_async() 76 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 77 (void)StackSizeInBytes; in llvm_execute_on_thread_async() 118 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument 121 llvm_execute_on_thread_impl(threadFuncSync, &Info, StackSizeInBytes, in llvm_execute_on_thread() 127 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument 130 StackSizeInBytes, JoiningPolicy::Detach); in llvm_execute_on_thread_async()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Threading.h | 69 llvm::Optional<unsigned> StackSizeInBytes = llvm::None); 84 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Threading.h | 70 llvm::Optional<unsigned> StackSizeInBytes = llvm::None); 85 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 38 llvm::Optional<unsigned> StackSizeInBytes, 41 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 59 llvm::Optional<unsigned> StackSizeInBytes, 76 if (StackSizeInBytes) { 77 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Threading.inc | 65 llvm::Optional<unsigned> StackSizeInBytes, 82 if (StackSizeInBytes) { 83 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Threading.inc | 40 llvm::Optional<unsigned> StackSizeInBytes, 43 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 171 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 179 return StackSizeInBytes >= StackProbeSize; in WindowsRequiresStackProbe()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 215 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 223 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 432 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 444 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 194 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 202 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 571 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 583 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|