Home
last modified time | relevance | path

Searched refs:task_reductions (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dscope.c53 thr->ts.work_share->task_reductions = reductions; in ialias_redirect()
58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in ialias_redirect()
H A Dsections.c116 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()
H A Dloop.c265 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()
H A Dloop_ull.c264 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()
H A Dlibgomp.h390 uintptr_t *task_reductions; member
H A DChangeLog6796 (struct gomp_work_share): Add task_reductions field.
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dsections.c116 thr->ts.work_share->task_reductions = reductions; in GOMP_sections2_start()
139 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_sections2_start()
H A Dloop_ull.c264 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_start()
287 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_start()
437 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_ordered_start()
449 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_ordered_start()
621 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ull_doacross_start()
629 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ull_doacross_start()
H A Dloop.c265 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_start()
288 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_start()
435 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_ordered_start()
447 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_ordered_start()
615 thr->ts.work_share->task_reductions = reductions; in GOMP_loop_doacross_start()
623 uintptr_t *first_reductions = thr->ts.work_share->task_reductions; in GOMP_loop_doacross_start()
H A Dlibgomp.h358 uintptr_t *task_reductions; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-low.c121 vec<tree> task_reductions; member
1034 ctx->task_reductions.release (); in delete_omp_context()
4449 if (ctx->task_reductions[0]) in lower_rec_input_clauses()
4450 v = fold_convert (sizetype, ctx->task_reductions[0]); in lower_rec_input_clauses()
4739 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()
4741 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()
5105 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()
5107 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()
8331 ctx->task_reductions.create (1 + cnt); in lower_omp_task_reductions()
8333 ctx->task_reductions.quick_push (TREE_CODE (sz) == INTEGER_CST in lower_omp_task_reductions()
[all …]
H A Domp-low.cc120 vec<tree> task_reductions; member
1073 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 …]
H A DChangeLog-20185406 * omp-low.c (struct omp_context): Add task_reductions and
5414 (delete_omp_context): Release task_reductions and task_reduction_map.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c121 vec<tree> task_reductions; member
1034 ctx->task_reductions.release (); in delete_omp_context()
4449 if (ctx->task_reductions[0]) in lower_rec_input_clauses()
4450 v = fold_convert (sizetype, ctx->task_reductions[0]); in lower_rec_input_clauses()
4739 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()
4741 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()
5105 if (ctx->task_reductions[1 + idx]) in lower_rec_input_clauses()
5107 ctx->task_reductions[1 + idx]); in lower_rec_input_clauses()
8331 ctx->task_reductions.create (1 + cnt); in lower_omp_task_reductions()
8333 ctx->task_reductions.quick_push (TREE_CODE (sz) == INTEGER_CST in lower_omp_task_reductions()
[all …]