Home
last modified time | relevance | path

Searched refs:omp_firstprivatize_variable (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.h75 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dgimplify.c6842 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) in omp_firstprivatize_variable() function
6899 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type)); in omp_firstprivatize_type_sizes()
6900 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type)); in omp_firstprivatize_type_sizes()
6916 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field)); in omp_firstprivatize_type_sizes()
6931 omp_firstprivatize_variable (ctx, TYPE_SIZE (type)); in omp_firstprivatize_type_sizes()
6932 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type)); in omp_firstprivatize_type_sizes()
7006 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl)); in omp_add_variable()
7007 omp_firstprivatize_variable (ctx, DECL_SIZE (decl)); in omp_add_variable()
8632 omp_firstprivatize_variable (ctx, v); in gimplify_scan_omp_clauses()
8651 omp_firstprivatize_variable (ctx, v); in gimplify_scan_omp_clauses()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.h75 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dgimplify.cc7166 omp_firstprivatize_variable (struct gimplify_omp_ctx *ctx, tree decl) in omp_firstprivatize_variable() function
7223 omp_firstprivatize_variable (ctx, TYPE_MIN_VALUE (type)); in omp_firstprivatize_type_sizes()
7224 omp_firstprivatize_variable (ctx, TYPE_MAX_VALUE (type)); in omp_firstprivatize_type_sizes()
7240 omp_firstprivatize_variable (ctx, DECL_FIELD_OFFSET (field)); in omp_firstprivatize_type_sizes()
7255 omp_firstprivatize_variable (ctx, TYPE_SIZE (type)); in omp_firstprivatize_type_sizes()
7256 omp_firstprivatize_variable (ctx, TYPE_SIZE_UNIT (type)); in omp_firstprivatize_type_sizes()
7330 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl)); in omp_add_variable()
7331 omp_firstprivatize_variable (ctx, DECL_SIZE (decl)); in omp_add_variable()
9354 omp_firstprivatize_variable (ctx, v); in gimplify_scan_omp_clauses()
9373 omp_firstprivatize_variable (ctx, v); in gimplify_scan_omp_clauses()
[all …]
H A DChangeLog-200622143 (omp_firstprivatize_variable): Declare.
22257 (omp_firstprivatize_variable, omp_firstprivatize_type_sizes
H A DChangeLog-20185290 (omp_firstprivatize_variable): Handle ORT_TASKGROUP like
5292 ctx->omp_firstprivatize_variable.
5329 instead of ctx->omp_firstprivatize_variable.
H A DChangeLog-201315543 (omp_firstprivatize_variable): Handle GOVD_MAP, GOVD_ALIGNED,
21387 (omp_firstprivatize_variable): Same.
H A DChangeLog-20156701 (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a mask.
12329 (omp_firstprivatize_variable): Handle ORT_NONE. Adjust check for
H A DChangeLog-200817313 (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c1544 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_LBOUND (type, r)); in gfc_omp_firstprivatize_type_sizes()
1545 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_UBOUND (type, r)); in gfc_omp_firstprivatize_type_sizes()
1546 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_STRIDE (type, r)); in gfc_omp_firstprivatize_type_sizes()
1548 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_SIZE (type)); in gfc_omp_firstprivatize_type_sizes()
1549 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_OFFSET (type)); in gfc_omp_firstprivatize_type_sizes()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc1816 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_LBOUND (type, r)); in gfc_omp_firstprivatize_type_sizes()
1817 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_UBOUND (type, r)); in gfc_omp_firstprivatize_type_sizes()
1818 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_STRIDE (type, r)); in gfc_omp_firstprivatize_type_sizes()
1820 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_SIZE (type)); in gfc_omp_firstprivatize_type_sizes()
1821 omp_firstprivatize_variable (ctx, GFC_TYPE_ARRAY_OFFSET (type)); in gfc_omp_firstprivatize_type_sizes()