Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc967 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2288 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2334 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2727 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
3005 omp_context *ctx = new_omp_context (input_stmt, outer_ctx); in scan_omp_simd_scan()
3008 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
3021 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
3034 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
3061 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
3114 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
[all …]
H A Dgimplify.cc452 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
9161 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
16344 gimplify_omp_ctxp = new_omp_context (ORT_IMPLICIT_TARGET); in gimplify_body()
H A DChangeLog.gimple-classes849 (new_omp_context): Likewise.
H A DChangeLog.tuples3477 (new_omp_context): Same.
H A DChangeLog-200612809 (new_omp_context): Add is_combined_parallel argument.
12811 new_omp_context caller.
22250 (new_omp_context): New.
H A DChangeLog-20196907 (new_omp_context): Initialize these.
31290 * omp-low.c (new_omp_context): Set ctx->cb.dont_remap_vla_if_no_change.
35707 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
H A DChangeLog-200817306 (new_omp_context): Set default_kind to
17311 (new_omp_context): Take region_type as argument instead of is_parallel
H A DChangeLog-20158675 (new_omp_context, delete_omp_context, scan_omp_target): Remove
42922 (new_omp_context, delete_omp_context, scan_sharing_clauses)
H A DChangeLog-202123194 (new_omp_context): Init defaultmap[GDMK_SCALAR_TARGET].
H A DChangeLog-20099745 * omp-low.c (new_omp_context): Update for eh_lp_nr.
H A DChangeLog-200724326 (new_omp_context): Likewise.
H A DChangeLog-202024965 * omp-low.c (new_omp_context): Remove assignments to
H A DChangeLog-20185287 (new_omp_context): Initialize defaultmap member.
H A DChangeLog-201031679 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
H A DChangeLog-201130272 * omp-low.c (new_omp_context): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c928 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2016 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2065 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2410 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2684 omp_context *ctx = new_omp_context (input_stmt, outer_ctx); in scan_omp_simd_scan()
2687 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2700 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2713 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2740 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2785 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
[all …]
H A Dgimplify.c445 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
8392 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
14873 gimplify_omp_ctxp = new_omp_context (ORT_IMPLICIT_TARGET); in gimplify_body()