Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h63 int omp_get_max_active_levels(void);
105 int omp_get_max_active_levels(void);
/llvm-project-15.0.7/flang/module/
H A 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
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var341 function omp_get_max_active_levels() bind(c)
343 integer (kind=omp_integer_kind) omp_get_max_active_levels
344 end function omp_get_max_active_levels
987 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_max_active_levels
1070 !$omp declare target(omp_get_max_active_levels )
H A Domp_lib.f90.var240 function omp_get_max_active_levels() bind(c)
242 integer (kind=omp_integer_kind) omp_get_max_active_levels
243 end function omp_get_max_active_levels
H A Domp.h.var77 extern int __KAI_KMPC_CONVENTION omp_get_max_active_levels (void);
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp358 int omp_get_max_active_levels(void) { return icv::MaxActiveLevels; } in omp_get_max_active_levels() function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h67 #define FTN_GET_MAX_ACTIVE_LEVELS omp_get_max_active_levels
H A Ddllexports467 omp_get_max_active_levels 794
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def227 __OMP_RTL(omp_get_max_active_levels, false, Int32, )
667 __OMP_RTL_ATTRS(omp_get_max_active_levels, GetterAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll99 %call13 = call i32 @omp_get_max_active_levels()
349 declare dso_local i32 @omp_get_max_active_levels()
732 ; CHECK-NEXT: declare dso_local i32 @omp_get_max_active_levels()
1272 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_max_active_levels()