Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/test/offloading/
Dlooptripcnt.c24 num_teams[j] = omp_get_num_teams(); in main()
32 num_teams[j] = omp_get_num_teams(); in main()
/external/llvm-project/openmp/runtime/test/teams/
Dteams.c18 int nteams = omp_get_num_teams(); in main()
39 if (team_id < 0 || team_id > omp_get_num_teams()) { in main()
/external/llvm-project/flang/module/
Domp_lib.h310 function omp_get_num_teams() bind(c)
312 integer(kind=omp_integer_kind) :: omp_get_num_teams
313 end function omp_get_num_teams
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var404 function omp_get_num_teams() bind(c)
406 integer (kind=omp_integer_kind) omp_get_num_teams
407 end function omp_get_num_teams
794 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_num_teams
877 !$omp declare target(omp_get_num_teams )
Domp_lib.f90.var322 function omp_get_num_teams() bind(c)
324 integer (kind=omp_integer_kind) omp_get_num_teams
325 end function omp_get_num_teams
Domp.h.var136 extern int __KAI_KMPC_CONVENTION omp_get_num_teams (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu307 EXTERN int omp_get_num_teams(void) { in omp_get_num_teams() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h90 EXTERN int omp_get_num_teams(void);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h74 #define FTN_GET_NUM_TEAMS omp_get_num_teams
Ddllexports478 omp_get_num_teams 865
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll164 %call22 = call i32 @omp_get_num_teams()
396 declare dso_local i32 @omp_get_num_teams()
796 ; CHECK: declare dso_local i32 @omp_get_num_teams()
1333 ; OPTIMISTIC: declare dso_local i32 @omp_get_num_teams()