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 D | teams-atomic.c | 23 if (omp_get_team_num() == 0) in main()
|
| H A D | teams-distr-on-host.c | 27 printf("th %d, team %d, i %d\n", th, omp_get_team_num(), i); in main()
|
| H A D | teams.c | 28 int team_id = omp_get_team_num(); in main()
|
| H A D | kmp_num_teams.c | 41 int team_num = omp_get_team_num(); in check_num_teams()
|
| /llvm-project-15.0.7/openmp/runtime/test/misc_bugs/ |
| H A D | teams-no-par.c | 45 printf(" team %d, param %d\n", omp_get_team_num(), *nt); in foo()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | target-teams-atomic.c | 24 if (omp_get_team_num() == 0) in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/ |
| H A D | teams-affinity.c | 105 teams_places[omp_get_team_num()] = topology_alloc_openmp_partition(); in main()
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | omp_lib.h | 315 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 D | Workshare.cpp | 170 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 D | Reduction.cpp | 204 uint32_t TeamId = omp_get_team_num(); in __kmpc_nvptx_teams_reduce_nowait_v2()
|
| H A D | State.cpp | 390 int omp_get_team_num() { return mapping::getBlockId(); } in omp_get_team_num() function
|
| H A D | Synchronization.cpp | 375 return omp_get_team_num() == 0; in __kmpc_master()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 133 int omp_get_team_num();
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 445 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 D | omp_lib.f90.var | 346 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 D | omp.h.var | 137 extern int __KAI_KMPC_CONVENTION omp_get_team_num (void);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 75 #define FTN_GET_TEAM_NUM omp_get_team_num
|
| H A D | dllexports | 493 omp_get_team_num 866
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 165 %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()
|