Home
last modified time | relevance | path

Searched refs:omp_get_max_threads (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dicv_tracking.ll226 %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 Dicv_tracking_out_of_scope.ll27 ; 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 Dicv_remarks.ll25 %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 Dtest-touch.c16 extern int omp_get_max_threads();
24 omp_get_max_threads(); in main()
/llvm-project-15.0.7/openmp/runtime/test/parallel/
H A Domp_nested.c13 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 Dcapacity_mix_threads.cpp13 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 Dcapacity_nthreads.cpp11 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 Domp_thread_limit.c47 else if (omp_get_max_threads() > cl_thread_limit) { in main()
78 omp_get_max_threads()); in main()
H A Domp_alloc_env_invalid.c12 volatile int n = omp_get_max_threads(); // causes library initialization in main()
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dnested_parallel_tasking.c19 printf("omp_num_threads: %d\n", omp_get_max_threads()); in main()
H A Domp_task.c46 if (omp_get_max_threads() < 2) in main()
H A Domp_taskyield.c52 if (omp_get_max_threads() < 2) in main()
H A Domp50_taskwait_depend.c44 int num_threads = omp_get_max_threads(); in main()
H A Dtaskdep_if0_2.c36 int num_threads = omp_get_max_threads(); in main()
H A Dkmp_detach_tasks_t1.c78 int nt = omp_get_max_threads(); in main()
H A Dkmp_detach_tasks_t2.c80 int nt = omp_get_max_threads(); in main()
H A Dkmp_detach_tasks_t3.c89 int nt = omp_get_max_threads(); in main()
/llvm-project-15.0.7/openmp/runtime/test/api/
H A Domp_in_parallel.c35 if (omp_get_max_threads() == 1) in main()
/llvm-project-15.0.7/openmp/runtime/test/flush/
H A Domp_flush.c41 if (omp_get_max_threads() == 1) in main()
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_for_schedule_auto.c24 int max_threads = omp_get_max_threads(); in test_omp_for_auto()
H A Domp_for_dynamic_large_chunk.c27 nthreads = omp_get_max_threads(); in main()
H A Domp_doacross.c54 if (omp_get_max_threads() < 2) in main()
H A Domp_for_static_large_chunk.c39 nthreads = omp_get_max_threads(); in main()
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Daffinity_display.1.c58 n = omp_get_max_threads(); in main()
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h128 function omp_get_max_threads() bind(c)
130 integer(kind=omp_integer_kind) :: omp_get_max_threads
131 end function omp_get_max_threads

12