Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP170.rst22 double *A = malloc(N * omp_get_thread_limit());
23 double *B = malloc(N * omp_get_thread_limit());
34 ompi170.c:2:26: remark: OpenMP runtime call omp_get_thread_limit deduplicated. [OMP170]
35 double *A = malloc(N * omp_get_thread_limit());
/llvm-project-15.0.7/openmp/runtime/test/env/
H A Domp_thread_limit.c42 if (omp_get_thread_limit() != cl_thread_limit) { in main()
44 omp_get_thread_limit(), cl_thread_limit); in main()
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h183 function omp_get_thread_limit() bind(c)
185 integer(kind=omp_integer_kind) :: omp_get_thread_limit
186 end function omp_get_thread_limit
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h53 int omp_get_thread_limit(void);
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var331 function omp_get_thread_limit() bind(c)
333 integer (kind=omp_integer_kind) omp_get_thread_limit
334 end function omp_get_thread_limit
985 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_thread_limit
1068 !$omp declare target(omp_get_thread_limit )
H A Domp_lib.f90.var230 function omp_get_thread_limit() bind(c)
232 integer (kind=omp_integer_kind) omp_get_thread_limit
233 end function omp_get_thread_limit
H A Domp.h.var76 extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void);
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp346 int omp_get_thread_limit(void) { return mapping::getKernelSize(); } in omp_get_thread_limit() function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h63 #define FTN_GET_THREAD_LIMIT omp_get_thread_limit
H A Ddllexports466 omp_get_thread_limit 793
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def225 __OMP_RTL(omp_get_thread_limit, false, Int32, )
664 __OMP_RTL_ATTRS(omp_get_thread_limit, GetterAttrs, AttributeSet(), ParamAttrs())
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll95 %call12 = call i32 @omp_get_thread_limit()
347 declare dso_local i32 @omp_get_thread_limit()
729 ; CHECK-NEXT: declare dso_local i32 @omp_get_thread_limit()
1269 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_thread_limit()
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst267 The ``omp_get_thread_limit()`` routine returns the value of the limit.