Home
last modified time | relevance | path

Searched refs:omp_get_num_procs (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/
H A Dcapacity_nthreads.cpp12 4 * omp_get_num_procs()), in main()
H A Dcapacity_mix_threads.cpp19 4 * omp_get_num_procs()), in main()
/llvm-project-15.0.7/openmp/runtime/test/ompt/misc/
H A Dapi_calls_places.c56 ompt_get_thread_data()->value, omp_get_num_procs()); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp348 int omp_get_num_procs(void) { return mapping::getNumberOfProcessorElements(); } in omp_get_num_procs() function
364 int omp_get_place_num_procs(int) { return omp_get_num_procs(); } in omp_get_place_num_procs()
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h138 function omp_get_num_procs() bind(c)
140 integer(kind=omp_integer_kind) :: omp_get_num_procs
141 end function omp_get_num_procs
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var306 function omp_get_num_procs() bind(c)
308 integer (kind=omp_integer_kind) omp_get_num_procs
309 end function omp_get_num_procs
980 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_num_procs
1063 !$omp declare target(omp_get_num_procs )
H A Domp_lib.f90.var205 function omp_get_num_procs() bind(c)
207 integer (kind=omp_integer_kind) omp_get_num_procs
208 end function omp_get_num_procs
H A Domp.h.var69 extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h57 #define FTN_GET_NUM_PROCS omp_get_num_procs
H A Ddllexports416 omp_get_num_procs 705
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def235 __OMP_RTL(omp_get_num_procs, false, Int32, )
677 __OMP_RTL_ATTRS(omp_get_num_procs, GetterAttrs, AttributeSet(), ParamAttrs())
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll67 %call5 = call i32 @omp_get_num_procs()
333 declare dso_local i32 @omp_get_num_procs()
708 ; CHECK-NEXT: declare dso_local i32 @omp_get_num_procs()
1248 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_num_procs()
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst292 certain API calls including ``omp_get_max_threads()``, ``omp_get_num_procs()``