/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-general.h | 82 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
|
H A D | omp-grid.c | 498 omp_extract_for_data (gfor, &fd, loops); in grid_gfor_follows_tiling_pattern() 817 omp_extract_for_data (dist, &fd, dist_loops); in grid_target_follows_gridifiable_pattern()
|
H A D | omp-general.c | 180 omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd, in omp_extract_for_data() function
|
H A D | omp-expand.c | 183 omp_extract_for_data (as_a <gomp_for *> (ws_stmt), &fd, NULL); in workshare_safe_to_combine_p() 240 omp_extract_for_data (for_stmt, &fd, NULL); in get_ws_args_for() 819 omp_extract_for_data (as_a <gomp_for *> (g), &fd, NULL); in expand_task_call() 6541 omp_extract_for_data (as_a <gomp_for *> (last_stmt (region->entry)), in expand_omp_for() 8531 omp_extract_for_data (for_stmt, &fd, loops); in grid_expand_omp_for_loop()
|
H A D | omp-low.c | 1931 omp_extract_for_data (for_stmt, &fd, NULL); in add_taskreg_looptemp_clauses() 6385 omp_extract_for_data (as_a <gomp_for *> (ctx->stmt), &fd, in lower_lastprivate_conditional_clauses() 8857 omp_extract_for_data (as_a <gomp_for *> (ctx->outer->stmt), &fd, loops); in lower_omp_ordered_clauses() 9653 omp_extract_for_data (gfor, &outer_fd, NULL); in lower_omp_for_lastprivate() 10584 omp_extract_for_data (stmt, &fd, NULL); in lower_omp_for() 10704 omp_extract_for_data (stmt, &fd, NULL); in lower_omp_for()
|
H A D | gimplify.c | 12215 omp_extract_for_data (gfor, &fd, NULL); in gimplify_omp_for() 12236 omp_extract_for_data (gfor, &fd, NULL); in gimplify_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-general.h | 101 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
|
H A D | omp-low.cc | 2177 omp_extract_for_data (for_stmt, &fd, NULL); in add_taskreg_looptemp_clauses() 7081 omp_extract_for_data (as_a <gomp_for *> (ctx->stmt), &fd, in lower_lastprivate_conditional_clauses() 9701 omp_extract_for_data (as_a <gomp_for *> (ctx->outer->stmt), &fd, loops); in lower_omp_ordered_clauses() 10492 omp_extract_for_data (gfor, &outer_fd, NULL); in lower_omp_for_lastprivate() 11668 omp_extract_for_data (stmt, &fd, NULL); in lower_omp_for() 11825 omp_extract_for_data (stmt, &fd, NULL); in lower_omp_for()
|
H A D | omp-general.cc | 183 omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd, in omp_extract_for_data() function
|
H A D | omp-expand.cc | 184 omp_extract_for_data (as_a <gomp_for *> (ws_stmt), &fd, NULL); in workshare_safe_to_combine_p() 241 omp_extract_for_data (for_stmt, &fd, NULL); in get_ws_args_for() 783 omp_extract_for_data (as_a <gomp_for *> (g), &fd, NULL); in expand_task_call() 8058 omp_extract_for_data (as_a <gomp_for *> (last_stmt (region->entry)), in expand_omp_for()
|
H A D | gimplify.cc | 13493 omp_extract_for_data (gfor, &fd, NULL); in gimplify_omp_for() 13514 omp_extract_for_data (gfor, &fd, NULL); in gimplify_omp_for()
|
H A D | ChangeLog-2020 | 15329 * omp-general.c (omp_extract_for_data): Don't assert that 17375 * omp-general.c (omp_extract_for_data): Adjust for the above change. 17527 * omp-general.c (omp_extract_for_data): For non-rect loop, punt on 17915 * omp-general.c (omp_extract_for_data): Initialize them and remember 18620 * omp-general.c (omp_extract_for_data): Initialize first_nonrect, 19018 * omp-general.c (omp_extract_for_data): For triangular loops with 19630 * omp-general.c (omp_extract_for_data): Handle non-rectangular
|
H A D | ChangeLog-2019 | 20915 * omp-general.c (omp_extract_for_data): Likewise. 23787 * omp-general.c (omp_extract_for_data): Initialize them. 27005 * omp-general.c (omp_extract_for_data): Compute it. 27455 * omp-general.c (omp_extract_for_data): Initialize it. 33371 * omp-general.c (omp_extract_for_data): Removed a duplicate call
|
H A D | ChangeLog-2017 | 4942 * omp-general.c (omp_extract_for_data): Remove cilkplus support. 38008 * omp-general.c (omp_extract_for_data): Deal with tiling.
|
H A D | ChangeLog-2021 | 10766 * omp-general.c (omp_extract_for_data): If OMP_CLAUSE_ORDER is seen
|
H A D | ChangeLog-2016 | 1077 (extract_omp_for_data): Renamed to omp_extract_for_data and moved to
|
H A D | ChangeLog-2018 | 5398 (omp_extract_for_data): Initialize have_reductemp member. Allow
|