Home
last modified time | relevance | path

Searched refs:omp_get_max_active_levels (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/api/
Dignored.c25 maxActiveLevels = omp_get_max_active_levels(); in main()
/external/llvm-project/flang/module/
Domp_lib.h198 function omp_get_max_active_levels() bind(c)
200 integer(kind=omp_integer_kind) :: omp_get_max_active_levels
201 end function omp_get_max_active_levels
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var305 function omp_get_max_active_levels() bind(c)
307 integer (kind=omp_integer_kind) omp_get_max_active_levels
308 end function omp_get_max_active_levels
774 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_max_active_levels
857 !$omp declare target(omp_get_max_active_levels )
Domp_lib.f90.var221 function omp_get_max_active_levels() bind(c)
223 integer (kind=omp_integer_kind) omp_get_max_active_levels
224 end function omp_get_max_active_levels
Domp.h.var77 extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu127 EXTERN int omp_get_max_active_levels(void) { in omp_get_max_active_levels() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h66 EXTERN int omp_get_max_active_levels(void);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h67 #define FTN_GET_MAX_ACTIVE_LEVELS omp_get_max_active_levels
Ddllexports453 omp_get_max_active_levels 794
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def332 __OMP_RTL(omp_get_max_active_levels, false, Int32, )
726 __OMP_RTL_ATTRS(omp_get_max_active_levels, GetterAttrs, AttributeSet(),
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll102 %call13 = call i32 @omp_get_max_active_levels()
352 declare dso_local i32 @omp_get_max_active_levels()
730 ; CHECK-NEXT: declare dso_local i32 @omp_get_max_active_levels() #0
1267 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_max_active_levels()