Home
last modified time | relevance | path

Searched refs:ORT_TEAMS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc155 ORT_TEAMS = 0x20, enumerator
156 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
157 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7548 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7586 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
11369 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11960 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
13575 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
13631 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
14123 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
DChangeLog-201315538 (enum omp_region_type): Add ORT_TEAMS, ORT_TARGET_DATA and ORT_TARGET.
15550 in target region. Handle ORT_TEAMS, ORT_TARGET and ORT_TARGET_DATA.
DChangeLog-201532269 (omp_notice_variable): Accept both ORT_TEAMS