Home
last modified time | relevance | path

Searched refs:omp_add_variable (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c478 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
809 omp_add_variable (ctx, tmp, flag); in gimple_add_tmp_var()
1372 omp_add_variable (ctx, t, flag | GOVD_SEEN); in gimplify_bind_expr()
6864 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable()
6866 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY); in omp_firstprivatize_variable()
6873 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable()
6939 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function
7001 omp_add_variable (ctx, t, nflags); in omp_add_variable()
7544 omp_add_variable (ctx, decl, nflags); in omp_notice_variable()
7572 omp_add_variable (ctx, decl, flags); in omp_notice_variable()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc486 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
814 omp_add_variable (ctx, tmp, flag); in gimple_add_tmp_var()
1382 omp_add_variable (ctx, t, flag | GOVD_SEEN); in gimplify_bind_expr()
7188 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable()
7190 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY); in omp_firstprivatize_variable()
7197 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable()
7263 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function
7325 omp_add_variable (ctx, t, nflags); in omp_add_variable()
7904 omp_add_variable (ctx, decl, nflags); in omp_notice_variable()
7932 omp_add_variable (ctx, decl, flags); in omp_notice_variable()
[all …]
H A DChangeLog-20069547 omp_add_variable): Treat sizes as variable whenever not
15655 * gimplify.c (gimplify_bind_expr): Only call omp_add_variable on
18224 * gimplify.c (omp_add_variable): Guard variable size decl test with
22252 (gimple_add_tmp_var): Call omp_add_variable.
22258 omp_add_variable, omp_notice_variable, omp_is_private
H A DChangeLog-20156702 (omp_add_variable): Look in outer contexts for openacc and allow
12332 (omp_add_variable): Handle ORT_NONE. Allow map clause together with
17088 * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
H A DChangeLog-201122657 * gimplify.c (omp_add_variable, omp_notice_variable,
35757 * gimplify.c (omp_add_variable): Only call omp_notice_variable
H A DChangeLog-201315545 (omp_add_variable): Avoid checks on readding var for GOVD_ALIGNED.
21388 (omp_add_variable): Only use splay_tree_insert if lookup failed.
H A DChangeLog-201726813 * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
29980 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
H A DChangeLog-202131110 * gimplify.c (omp_add_variable): Handle NULL_TREE as size
H A DChangeLog-200731331 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
H A DChangeLog-201615235 * gimplify.c (omp_add_variable): Adjust/add variable mapping on
H A DChangeLog-20185293 (omp_add_variable): Don't add private/firstprivate for VLAs in
H A DChangeLog-201918848 * gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT
H A DChangeLog-201441350 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1