Searched refs:task_reductions (Results 1 – 8 of 8) sorted by relevance
53 thr->ts.work_share->task_reductions = reductions; in ialias_redirect()58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in ialias_redirect()
116 thr->ts.work_share->task_reductions = reductions; in GOMP_sections2_start()142 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_sections2_start()
264 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_start()290 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_start()440 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_ordered_start()452 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_ordered_start()624 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_doacross_start()632 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_doacross_start()
265 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_start()291 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_start()438 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ordered_start()450 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ordered_start()618 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_doacross_start()626 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_doacross_start()
390 uintptr_t *task_reductions; member
6884 (struct gomp_work_share): Add task_reductions field.
120 vec<tree> task_reductions; member1073 ctx->task_reductions.release (); in delete_omp_context()5007 if (ctx->task_reductions[0]) in lower_rec_input_clauses()5008 v = fold_convert (sizetype, ctx->task_reductions[0]); in lower_rec_input_clauses()5332 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()5334 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()5706 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()5708 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()9167 ctx->task_reductions.create (1 + cnt); in lower_omp_task_reductions()9169 ctx->task_reductions.quick_push (TREE_CODE (sz) == INTEGER_CST in lower_omp_task_reductions()[all …]
5406 * omp-low.c (struct omp_context): Add task_reductions and5414 (delete_omp_context): Release task_reductions and task_reduction_map.