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 D | capacity_nthreads.cpp | 12 4 * omp_get_num_procs()), in main()
|
| H A D | capacity_mix_threads.cpp | 19 4 * omp_get_num_procs()), in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/misc/ |
| H A D | api_calls_places.c | 56 ompt_get_thread_data()->value, omp_get_num_procs()); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | State.cpp | 348 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 D | omp_lib.h | 138 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 D | omp_lib.h.var | 306 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 D | omp_lib.f90.var | 205 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 D | omp.h.var | 69 extern int __KAI_KMPC_CONVENTION omp_get_num_procs (void);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 57 #define FTN_GET_NUM_PROCS omp_get_num_procs
|
| H A D | dllexports | 416 omp_get_num_procs 705
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 235 __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 D | add_attributes.ll | 67 %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 D | Runtimes.rst | 292 certain API calls including ``omp_get_max_threads()``, ``omp_get_num_procs()``
|