Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.h75 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
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 …]
DChangeLog-200622143 (omp_firstprivatize_variable): Declare.
22257 (omp_firstprivatize_variable, omp_firstprivatize_type_sizes
DChangeLog-20185290 (omp_firstprivatize_variable): Handle ORT_TASKGROUP like
5292 ctx->omp_firstprivatize_variable.
5329 instead of ctx->omp_firstprivatize_variable.
DChangeLog-201315543 (omp_firstprivatize_variable): Handle GOVD_MAP, GOVD_ALIGNED,
21387 (omp_firstprivatize_variable): Same.
DChangeLog-20156701 (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a mask.
12329 (omp_firstprivatize_variable): Handle ORT_NONE. Adjust check for
DChangeLog-200817313 (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,