Home
last modified time | relevance | path

Searched refs:omp_set_max_active_levels (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/
H A Dmax_active_levels_serialized.c11 omp_set_max_active_levels(1); in main()
/llvm-project-15.0.7/openmp/runtime/test/parallel/
H A Domp_nested.c22 omp_set_max_active_levels(omp_get_supported_active_levels()); in test_omp_nested()
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_par_in_loop.c14 omp_set_max_active_levels(2); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h62 void omp_set_max_active_levels(int);
103 void omp_set_max_active_levels(int Level);
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dkmp-affinity-reset.c50 omp_set_max_active_levels(2); in main()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stub.cpp29 #define omp_set_max_active_levels ompc_set_max_active_levels macro
99 void omp_set_max_active_levels(omp_int_t max_active_levels) { i; } in omp_set_max_active_levels() function
H A Dkmp_ftn_os.h66 #define FTN_SET_MAX_ACTIVE_LEVELS omp_set_max_active_levels
H A Ddllexports468 omp_set_max_active_levels 795
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h193 subroutine omp_set_max_active_levels(max_levels) bind(c)
196 end subroutine omp_set_max_active_levels
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp354 void omp_set_max_active_levels(int Levels) { in omp_set_max_active_levels() function
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var336 subroutine omp_set_max_active_levels(max_levels) bind(c)
339 end subroutine omp_set_max_active_levels
986 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_max_active_levels
1069 !$omp declare target(omp_set_max_active_levels )
H A Domp_lib.f90.var235 subroutine omp_set_max_active_levels(max_levels) bind(c)
238 end subroutine omp_set_max_active_levels
H A Domp.h.var60 extern void __KAI_KMPC_CONVENTION omp_set_max_active_levels (int);
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def246 __OMP_RTL(omp_set_max_active_levels, false, Void, Int32)
692 __OMP_RTL_ATTRS(omp_set_max_active_levels, SetterAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll44 call void @omp_set_max_active_levels(i32 0)
317 declare dso_local void @omp_set_max_active_levels(i32)
684 ; CHECK-NEXT: declare dso_local void @omp_set_max_active_levels(i32)
1224 ; OPTIMISTIC-NEXT: declare dso_local void @omp_set_max_active_levels(i32)