Searched refs:new_omp_context (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 967 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 D | gimplify.cc | 452 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 D | ChangeLog.gimple-classes | 849 (new_omp_context): Likewise.
|
H A D | ChangeLog.tuples | 3477 (new_omp_context): Same.
|
H A D | ChangeLog-2006 | 12809 (new_omp_context): Add is_combined_parallel argument. 12811 new_omp_context caller. 22250 (new_omp_context): New.
|
H A D | ChangeLog-2019 | 6907 (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 D | ChangeLog-2008 | 17306 (new_omp_context): Set default_kind to 17311 (new_omp_context): Take region_type as argument instead of is_parallel
|
H A D | ChangeLog-2015 | 8675 (new_omp_context, delete_omp_context, scan_omp_target): Remove 42922 (new_omp_context, delete_omp_context, scan_sharing_clauses)
|
H A D | ChangeLog-2021 | 23194 (new_omp_context): Init defaultmap[GDMK_SCALAR_TARGET].
|
H A D | ChangeLog-2009 | 9745 * omp-low.c (new_omp_context): Update for eh_lp_nr.
|
H A D | ChangeLog-2007 | 24326 (new_omp_context): Likewise.
|
H A D | ChangeLog-2020 | 24965 * omp-low.c (new_omp_context): Remove assignments to
|
H A D | ChangeLog-2018 | 5287 (new_omp_context): Initialize defaultmap member.
|
H A D | ChangeLog-2010 | 31679 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
|
H A D | ChangeLog-2011 | 30272 * omp-low.c (new_omp_context): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 928 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 D | gimplify.c | 445 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()
|