| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | langhooks.h | 27 struct gimplify_omp_ctx; 119 void (*omp_firstprivatize_type_sizes) (struct gimplify_omp_ctx *, tree);
|
| H A D | langhooks-def.h | 84 struct gimplify_omp_ctx; 85 extern void lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *,
|
| H A D | gimplify.h | 75 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
|
| H A D | gimplify.c | 216 struct gimplify_omp_ctx struct 218 struct gimplify_omp_ctx *outer_context; argument 239 static struct gimplify_omp_ctx *gimplify_omp_ctxp; argument 444 static struct gimplify_omp_ctx * 447 struct gimplify_omp_ctx *c; in new_omp_context() 449 c = XCNEW (struct gimplify_omp_ctx); in new_omp_context() 470 delete_omp_context (struct gimplify_omp_ctx *c) in delete_omp_context() 478 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 479 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool); 786 struct gimplify_omp_ctx *ctx = gimplify_omp_ctxp; in gimple_add_tmp_var() [all …]
|
| H A D | langhooks.c | 626 lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *c ATTRIBUTE_UNUSED, in lhd_omp_firstprivatize_type_sizes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | langhooks.h | 27 struct gimplify_omp_ctx; 129 void (*omp_firstprivatize_type_sizes) (struct gimplify_omp_ctx *, tree);
|
| H A D | langhooks-def.h | 87 struct gimplify_omp_ctx; 88 extern void lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *,
|
| H A D | gimplify.h | 75 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
|
| H A D | gimplify.cc | 222 struct gimplify_omp_ctx struct 224 struct gimplify_omp_ctx *outer_context; argument 245 static struct gimplify_omp_ctx *gimplify_omp_ctxp; argument 451 static struct gimplify_omp_ctx * 454 struct gimplify_omp_ctx *c; in new_omp_context() 456 c = XCNEW (struct gimplify_omp_ctx); in new_omp_context() 478 delete_omp_context (struct gimplify_omp_ctx *c) in delete_omp_context() 486 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 487 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool); 791 struct gimplify_omp_ctx *ctx = gimplify_omp_ctxp; in gimple_add_tmp_var() [all …]
|
| H A D | langhooks.cc | 676 lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *c ATTRIBUTE_UNUSED, in lhd_omp_firstprivatize_type_sizes()
|
| H A D | ChangeLog-2006 | 12808 * gimplify.c (struct gimplify_omp_ctx): Add is_combined_parallel field. 22230 * langhooks.h (struct gimplify_omp_ctx): Forward declare. 22244 (struct gimplify_omp_ctx): Declare.
|
| H A D | ChangeLog-2019 | 8910 * gimplify.c (struct gimplify_omp_ctx): Add code member. 21120 * gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member. 23428 * gimplify.c (struct gimplify_omp_ctx): Add add_safelen1 member. 27191 * gimplify.c (struct gimplify_omp_ctx): Add clauses member.
|
| H A D | ChangeLog-2020 | 302 * gimplify.c (struct gimplify_omp_ctx): Add in_for_exprs flag. 347 * gimplify.c (struct gimplify_omp_ctx): Add has_depend member.
|
| H A D | ChangeLog-2008 | 17309 (struct gimplify_omp_ctx): Remove is_parallel and is_combined_parallel
|
| H A D | ChangeLog-2021 | 23193 (struct gimplify_omp_ctx): Extend defaultmap array by one.
|
| H A D | ChangeLog-2018 | 5285 (struct gimplify_omp_ctx): Remove target_map_scalars_firstprivate and
|
| H A D | ChangeLog-2013 | 15539 (struct gimplify_omp_ctx): Add combined_loop field.
|
| H A D | ChangeLog-2015 | 12320 (struct gimplify_omp_ctx): Add loop_iter_var,
|
| H A D | ChangeLog-2014 | 34744 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans.h | 818 struct gimplify_omp_ctx; 819 void gfc_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *, tree);
|
| H A D | trans-openmp.c | 1535 gfc_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *ctx, tree type) in gfc_omp_firstprivatize_type_sizes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans.h | 826 struct gimplify_omp_ctx; 827 void gfc_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *, tree);
|
| H A D | trans-openmp.cc | 1807 gfc_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *ctx, tree type) in gfc_omp_firstprivatize_type_sizes()
|