| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | icv_tracking.ll | 226 %5 = call i32 @omp_get_max_threads() 253 %6 = call i32 @omp_get_max_threads() 281 %6 = call i32 @omp_get_max_threads() 308 %6 = call i32 @omp_get_max_threads() 336 %6 = call i32 @omp_get_max_threads() 363 %6 = call i32 @omp_get_max_threads() 388 %4 = call i32 @omp_get_max_threads() 413 %5 = call i32 @omp_get_max_threads() 441 %5 = call i32 @omp_get_max_threads() 495 %5 = call i32 @omp_get_max_threads() [all …]
|
| H A D | icv_tracking_out_of_scope.ll | 27 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @omp_get_max_threads() 37 %call = call i32 @omp_get_max_threads() 49 declare i32 @omp_get_max_threads()
|
| H A D | icv_remarks.ll | 25 %call = tail call i32 @omp_get_max_threads() #1, !dbg !23 36 declare !dbg !9 dso_local i32 @omp_get_max_threads() local_unnamed_addr #1 50 %call.i = tail call i32 @omp_get_max_threads() #1, !dbg !53 82 !9 = !DISubprogram(name: "omp_get_max_threads", scope: !5, file: !5, line: 67, type: !10, flags: DI…
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | test-touch.c | 16 extern int omp_get_max_threads(); 24 omp_get_max_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/parallel/ |
| H A D | omp_nested.c | 13 if (omp_get_max_threads() > 4) in test_omp_nested() 15 if (omp_get_max_threads() < 2) in test_omp_nested()
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/ |
| H A D | capacity_mix_threads.cpp | 13 int nthreads = omp_get_max_threads(); in dummy_root() 18 const int N = std::min(std::max(std::max(32, 4 * omp_get_max_threads()), in main()
|
| H A D | capacity_nthreads.cpp | 11 const int N = std::min(std::max(std::max(32, 4 * omp_get_max_threads()), in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/env/ |
| H A D | omp_thread_limit.c | 47 else if (omp_get_max_threads() > cl_thread_limit) { in main() 78 omp_get_max_threads()); in main()
|
| H A D | omp_alloc_env_invalid.c | 12 volatile int n = omp_get_max_threads(); // causes library initialization in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | nested_parallel_tasking.c | 19 printf("omp_num_threads: %d\n", omp_get_max_threads()); in main()
|
| H A D | omp_task.c | 46 if (omp_get_max_threads() < 2) in main()
|
| H A D | omp_taskyield.c | 52 if (omp_get_max_threads() < 2) in main()
|
| H A D | omp50_taskwait_depend.c | 44 int num_threads = omp_get_max_threads(); in main()
|
| H A D | taskdep_if0_2.c | 36 int num_threads = omp_get_max_threads(); in main()
|
| H A D | kmp_detach_tasks_t1.c | 78 int nt = omp_get_max_threads(); in main()
|
| H A D | kmp_detach_tasks_t2.c | 80 int nt = omp_get_max_threads(); in main()
|
| H A D | kmp_detach_tasks_t3.c | 89 int nt = omp_get_max_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/api/ |
| H A D | omp_in_parallel.c | 35 if (omp_get_max_threads() == 1) in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/flush/ |
| H A D | omp_flush.c | 41 if (omp_get_max_threads() == 1) in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_for_schedule_auto.c | 24 int max_threads = omp_get_max_threads(); in test_omp_for_auto()
|
| H A D | omp_for_dynamic_large_chunk.c | 27 nthreads = omp_get_max_threads(); in main()
|
| H A D | omp_doacross.c | 54 if (omp_get_max_threads() < 2) in main()
|
| H A D | omp_for_static_large_chunk.c | 39 nthreads = omp_get_max_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/format/ |
| H A D | affinity_display.1.c | 58 n = omp_get_max_threads(); in main()
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | omp_lib.h | 128 function omp_get_max_threads() bind(c) 130 integer(kind=omp_integer_kind) :: omp_get_max_threads 131 end function omp_get_max_threads
|