Lines Matching refs:defaultmap
235 int defaultmap[4]; member
459 c->defaultmap[GDMK_SCALAR] = GOVD_MAP; in new_omp_context()
460 c->defaultmap[GDMK_AGGREGATE] = GOVD_MAP; in new_omp_context()
461 c->defaultmap[GDMK_ALLOCATABLE] = GOVD_MAP; in new_omp_context()
462 c->defaultmap[GDMK_POINTER] = GOVD_MAP; in new_omp_context()
6863 if (ctx->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE) in omp_firstprivatize_variable()
7475 if (ctx->defaultmap[gdmk] == 0) in omp_notice_variable()
7482 else if (ctx->defaultmap[gdmk] in omp_notice_variable()
7484 nflags |= ctx->defaultmap[gdmk]; in omp_notice_variable()
7487 gcc_assert (ctx->defaultmap[gdmk] & GOVD_MAP); in omp_notice_variable()
7488 nflags |= ctx->defaultmap[gdmk] & ~GOVD_MAP; in omp_notice_variable()
8398 ctx->defaultmap[GDMK_POINTER] = GOVD_MAP | GOVD_MAP_0LEN_ARRAY; in gimplify_scan_omp_clauses()
8399 ctx->defaultmap[GDMK_SCALAR] = GOVD_FIRSTPRIVATE; in gimplify_scan_omp_clauses()
9662 ctx->defaultmap[gdmk] = GOVD_MAP | GOVD_MAP_ALLOC_ONLY; in gimplify_scan_omp_clauses()
9665 ctx->defaultmap[gdmk] = GOVD_MAP | GOVD_MAP_TO_ONLY; in gimplify_scan_omp_clauses()
9668 ctx->defaultmap[gdmk] = GOVD_MAP | GOVD_MAP_FROM_ONLY; in gimplify_scan_omp_clauses()
9671 ctx->defaultmap[gdmk] = GOVD_MAP; in gimplify_scan_omp_clauses()
9674 ctx->defaultmap[gdmk] = GOVD_FIRSTPRIVATE; in gimplify_scan_omp_clauses()
9677 ctx->defaultmap[gdmk] = 0; in gimplify_scan_omp_clauses()
9683 ctx->defaultmap[gdmk] = GOVD_FIRSTPRIVATE; in gimplify_scan_omp_clauses()
9687 ctx->defaultmap[gdmk] = GOVD_MAP; in gimplify_scan_omp_clauses()
9690 ctx->defaultmap[gdmk] = GOVD_MAP | GOVD_MAP_0LEN_ARRAY; in gimplify_scan_omp_clauses()
12637 if (gimplify_omp_ctxp->defaultmap[GDMK_SCALAR] & GOVD_FIRSTPRIVATE) in computable_teams_clause()