| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | coarrays01.f90 | 10 end team 11 form team(1, t) 21 end team 24 end team 27 end team 43 end team 46 end team 49 end team 52 end team 70 form team(i, t) [all …]
|
| H A D | synchronization04.f90 | 18 sync team(warriors) 19 sync team(warriors, stat=sync_status) 28 sync team(not_a_team) 36 sync team(warriors, status=sync_status) 40 sync team(warriors, stat=invalid_type) 44 sync team(warriors, stat=non_scalar) 48 sync team(warriors, stat) 52 sync team(warriors, sync_status) 61 sync team(warriors, errmsg=invalid_type) 65 sync team(warriors, error_message) [all …]
|
| H A D | this_image02.f90 | 21 n = this_image(team=home) 30 images = this_image(co_array, team=home) 31 images = this_image(team_coarray, team=home) 44 n = this_image(co_array, i, team=home) 45 n = this_image(co_array, dim=i, team=home) 46 n = this_image(co_array, team=home, dim=i) 72 n = this_image(i, team=home) 78 n = this_image(dim=i, team=home) 81 n = this_image(team=home, dim=i) 91 n = this_image(team=league) [all …]
|
| H A D | resolve50.f90 | 11 change team(t, x[*] => y) 12 end team 15 change team(t, x[*] => 1) 16 end team 18 change team(t, x[*] => z) 19 end team 28 change team(t, x[10,*] => y, x[*] => y2) 29 end team
|
| H A D | this_image01.f90 | 6 type(team_type) :: team local 13 team = get_team() 15 print *, this_image(team) 17 print *, this_image(coarray, team) 19 print *, this_image(coarray, 1, team) 21 print *, this_image(coscalar, team) 23 print *, this_image(coscalar, 1, team) 29 print *, team_number(team)
|
| H A D | team_number01.f90 | 6 type(team_type) :: team local 9 team = get_team() 11 print *, team_number(team) 12 print *, team_number(team=team) 20 print *, team_number(team=3.1415)
|
| H A D | team_number02.f90 | 17 n = team_number(team=home) 26 n = team_number(team=league) 36 n = team_number(team=home, team=league(1)) 40 n = team_number(team=non_team_type)
|
| H A D | image_status.f90 | 31 n = image_status(image=2, team=home) 32 n = image_status(team=home, image=2) 55 n = image_status(1, team=league) 76 n = image_status(1, team=1) 85 n = image_status(image=1, team=home, team=league(1))
|
| H A D | failed_images.f90 | 21 failure = failed_images(team=home) 29 failure = failed_images(team=home, kind=c_int32_t) 30 failure = failed_images(kind=c_int32_t, team=home) 42 failure = failed_images(team=-1) 45 failure = failed_images(team=i, kind=c_int32_t)
|
| H A D | critical02.f90 | 25 sync team (j) 48 change team (j) 50 end team 79 form team(1, t)
|
| H A D | num_images02.f90 | 26 n = num_images(team=home) 36 n = num_images(team=league) 62 n = num_images(team=-1)
|
| H A D | doconcurrent01.f90 | 41 sync team (j) 43 change team (j) 51 end team 86 form team(1, t)
|
| H A D | canondo16.f90 | 23 change team (odd_even) 24 01 end team
|
| H A D | doconcurrent02.f90 | 35 change team (j) 37 end team
|
| H A D | dosemantics11.f90 | 69 level1: change team(team_var) 72 end team level1 81 level1: change team(team_var) 84 end team level1
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_barrier.cpp | 487 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_dist_barrier_release() 1268 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hyper_barrier_release() 1296 bool team_changed = team != thr_bar->team; in __kmp_init_hierarchical_barrier_thread() 1333 thr_bar->team = team; in __kmp_init_hierarchical_barrier_thread() 1338 thr_bar->team = team; in __kmp_init_hierarchical_barrier_thread() 1612 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hierarchical_barrier_release() 2567 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, in __kmp_fork_barrier() 2647 team->t.t_threads[0], team)); in __kmp_setup_icv_copy() 2652 team->t.t_threads[0], team)); in __kmp_setup_icv_copy() 2662 f, team->t.t_threads[f], team)); in __kmp_setup_icv_copy() [all …]
|
| H A D | kmp_runtime.cpp | 2296 team->t.t_id, team->t.t_pkfn)); in __kmp_fork_call() 3001 team = team->t.t_parent; in __kmp_get_ancestor_thread_num() 3005 team = team->t.t_parent; in __kmp_get_ancestor_thread_num() 3054 team = team->t.t_parent; in __kmp_get_team_size() 3058 team = team->t.t_parent; in __kmp_get_team_size() 4628 team->t.t_threads[0], team)); in __kmp_reinitialize_team() 4639 team->t.t_threads[0], team)); in __kmp_reinitialize_team() 5347 team->t.t_id, __kmp_gtid_from_tid(f, team), team->t.t_id, f, in __kmp_allocate_team() 5538 team = __kmp_reap_team(team); in __kmp_allocate_team() 8340 team = team->t.t_parent; in __kmp_aux_get_team_info() [all …]
|
| H A D | ompt-specific.cpp | 36 #define LWT_FROM_TEAM(team) (team)->t.ompt_serialized_team_info argument 56 if (team == NULL) in __ompt_get_teaminfo() 68 if (!lwt && team) { in __ompt_get_teaminfo() 73 team = team->t.t_parent; in __ompt_get_teaminfo() 74 if (team) { in __ompt_get_teaminfo() 90 } else if (team) { in __ompt_get_teaminfo() 93 *size = team->t.t_nproc; in __ompt_get_teaminfo() 364 if (team == NULL) in __ompt_get_task_info_internal() 386 if (team == NULL) in __ompt_get_task_info_internal() 388 prev_team = team; in __ompt_get_task_info_internal() [all …]
|
| H A D | kmp_csupport.cpp | 971 kmp_team_t *team; in __kmpc_ordered() local 3492 kmp_team_t *team; in __kmp_swap_teams_for_teams_reduction() local 3496 *team_p = team = th->th.th_team; in __kmp_swap_teams_for_teams_reduction() 3518 th->th.th_team = team; in __kmp_restore_swapped_teams() 3550 kmp_team_t *team; in __kmpc_reduce_nowait() local 3778 kmp_team_t *team; in __kmpc_reduce() local 3897 kmp_team_t *team; in __kmpc_end_reduce() local 4074 if (team->t.t_serialized) { in __kmpc_doacross_init() 4190 if (team->t.t_serialized) { in __kmpc_doacross_wait() 4302 if (team->t.t_serialized) { in __kmpc_doacross_post() [all …]
|
| H A D | kmp_tasking.cpp | 1241 task->td_team = team; in __kmp_init_implicit_task() 1285 team, task)); in __kmp_init_implicit_task() 2583 kmp_team_t *team = thr->th.th_team; in __kmp_task_reduction_modifier_init() local 2710 kmp_team_t *team; in __kmpc_end_taskgroup() local 2715 team = thread->th.th_team; in __kmpc_end_taskgroup() 3928 team->t.t_task_team[this_thr->th.th_task_state], team->t.t_id, in __kmp_task_team_setup() 3939 if (team->t.t_nproc > 1) { in __kmp_task_team_setup() 3948 team->t.t_task_team[other_team], team->t.t_id, other_team)); in __kmp_task_team_setup() 3967 team->t.t_task_team[other_team], team->t.t_id, other_team)); in __kmp_task_team_setup() 4290 thread = team->t.t_threads[k]; in __kmpc_give_task() [all …]
|
| H A D | kmp_itt.inl | 128 kmp_team_t *team = __kmp_team_from_gtid(gtid); local 129 if (team->t.t_active_level > 1) { 194 kmp_team_t *team = __kmp_team_from_gtid(gtid); local 369 kmp_team_t *team = __kmp_team_from_gtid(gtid); local 370 if (team->t.t_active_level > 1) { 410 counter in team and thread structures. We could use an address of team 412 different barriers (even whithin the same team). So let us use team address 425 kmp_team_t *team = thr->th.th_team; local 431 if (team != NULL) { 444 (kmp_uintptr_t)(team) + [all …]
|
| H A D | kmp_sched.cpp | 93 kmp_team_t *team; in __kmp_for_static_init() local 199 team = th->th.th_team; in __kmp_for_static_init() 206 team = th->th.th_team; in __kmp_for_static_init() 210 if (team->t.t_serialized) { in __kmp_for_static_init() 242 nth = team->t.t_nproc; in __kmp_for_static_init() 487 kmp_team_t *team; in __kmp_dist_for_static_init() local 530 team = th->th.th_team; in __kmp_dist_for_static_init() 533 team_id = team->t.t_master_tid; in __kmp_dist_for_static_init() 751 kmp_team_t *team; in __kmp_team_static_init() local 792 team = th->th.th_team; in __kmp_team_static_init() [all …]
|
| H A D | kmp_dispatch.cpp | 135 kmp_team_t *team; in __kmp_dispatch_init_algorithm() local 156 team = th->th.th_team; in __kmp_dispatch_init_algorithm() 157 active = !team->t.t_serialized; in __kmp_dispatch_init_algorithm() 163 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm() 808 kmp_team_t *team; in __kmp_dispatch_init() local 842 team = th->th.th_team; in __kmp_dispatch_init() 2047 if (team->t.t_serialized) { in __kmp_dispatch_next() 2307 kmp_team_t *team; in __kmpc_sections_init() local 2319 team = th->th.th_team; in __kmpc_sections_init() 2509 kmp_team_t *team; in __kmp_dist_get_bounds() local [all …]
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | pre-fir-tree04.f90 | 15 change team(t, x[5,*] => y) 18 end team 21 form team(1, t) 52 sync team(t)
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | construct-pairs.test | 5 - meeting: with team. 9 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
|