Home
last modified time | relevance | path

Searched refs:omp_get_team_num (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/teams/
H A Dteams-atomic.c23 if (omp_get_team_num() == 0) in main()
H A Dteams-distr-on-host.c27 printf("th %d, team %d, i %d\n", th, omp_get_team_num(), i); in main()
H A Dteams.c28 int team_id = omp_get_team_num(); in main()
H A Dkmp_num_teams.c41 int team_num = omp_get_team_num(); in check_num_teams()
/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A Dteams-no-par.c45 printf(" team %d, param %d\n", omp_get_team_num(), *nt); in foo()
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dtarget-teams-atomic.c24 if (omp_get_team_num() == 0) in main()
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dteams-affinity.c105 teams_places[omp_get_team_num()] = topology_alloc_openmp_partition(); in main()
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h315 function omp_get_team_num() bind(c)
317 integer(kind=omp_integer_kind) :: omp_get_team_num
318 end function omp_get_team_num
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DWorkshare.cpp170 ForStaticChunk(lastiter, lb, ub, stride, chunk, omp_get_team_num(), in for_static_init()
177 ForStaticNoChunk(lastiter, lb, ub, stride, chunk, omp_get_team_num(), in for_static_init()
183 numberOfActiveOMPThreads * omp_get_team_num() + gtid, in for_static_init()
H A DReduction.cpp204 uint32_t TeamId = omp_get_team_num(); in __kmpc_nvptx_teams_reduce_nowait_v2()
H A DState.cpp390 int omp_get_team_num() { return mapping::getBlockId(); } in omp_get_team_num() function
H A DSynchronization.cpp375 return omp_get_team_num() == 0; in __kmpc_master()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h133 int omp_get_team_num();
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var445 function omp_get_team_num() bind(c)
447 integer (kind=omp_integer_kind) omp_get_team_num
448 end function omp_get_team_num
1008 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_team_num
1091 !$omp declare target(omp_get_team_num )
H A Domp_lib.f90.var346 function omp_get_team_num() bind(c)
348 integer (kind=omp_integer_kind) omp_get_team_num
349 end function omp_get_team_num
H A Domp.h.var137 extern int __KAI_KMPC_CONVENTION omp_get_team_num (void);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h75 #define FTN_GET_TEAM_NUM omp_get_team_num
H A Ddllexports493 omp_get_team_num 866
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll165 %call23 = call i32 @omp_get_team_num()
395 declare dso_local i32 @omp_get_team_num()
801 ; CHECK: declare dso_local i32 @omp_get_team_num()
1341 ; OPTIMISTIC: declare dso_local i32 @omp_get_team_num()