Home
last modified time | relevance | path

Searched refs:next_child_tid (Results 1 – 13 of 13) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_barrier.cpp579 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
581 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
583 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
750 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
753 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
755 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
758 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp578 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
580 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
582 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
748 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
751 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
753 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
756 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp579 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
581 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
583 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
750 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
753 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
755 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
758 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp577 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
579 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
581 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
748 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
751 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
753 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
756 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp558 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
560 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
562 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
724 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
727 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
729 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
732 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_barrier.cpp579 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
581 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
583 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
750 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
753 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
755 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
758 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp578 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
580 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
582 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
748 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
751 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
753 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
756 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp558 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
560 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
562 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
724 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
727 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
729 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
732 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp577 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
579 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
581 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
748 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
751 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
753 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
756 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp574 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
576 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
578 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
741 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
744 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
746 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
749 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp528 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
530 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
532 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
695 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
698 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
700 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
703 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp558 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
560 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
562 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
724 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
727 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
729 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
732 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_barrier.cpp1070 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
1072 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
1074 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
1236 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
1239 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
1241 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
1244 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()