Home
last modified time | relevance | path

Searched refs:omp_extract_for_data (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h82 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
H A Domp-grid.c498 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 Domp-general.c180 omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd, in omp_extract_for_data() function
H A Domp-expand.c183 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 Domp-low.c1931 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 Dgimplify.c12215 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 Domp-general.h101 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
H A Domp-low.cc2177 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 Domp-general.cc183 omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd, in omp_extract_for_data() function
H A Domp-expand.cc184 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 Dgimplify.cc13493 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 DChangeLog-202015329 * 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 DChangeLog-201920915 * 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 DChangeLog-20174942 * omp-general.c (omp_extract_for_data): Remove cilkplus support.
38008 * omp-general.c (omp_extract_for_data): Deal with tiling.
H A DChangeLog-202110766 * omp-general.c (omp_extract_for_data): If OMP_CLAUSE_ORDER is seen
H A DChangeLog-20161077 (extract_omp_for_data): Renamed to omp_extract_for_data and moved to
H A DChangeLog-20185398 (omp_extract_for_data): Initialize have_reductemp member. Allow