Home
last modified time | relevance | path

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

123

/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimplify.c150 ORT_TEAMS = 0x20, enumerator
151 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
152 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7195 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7233 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10148 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10658 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12252 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12308 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
12724 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimplify.c151 ORT_TEAMS = 0x20, enumerator
152 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
153 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7256 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7294 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10478 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11032 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12784 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12840 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
13257 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimplify.c150 ORT_TEAMS = 0x20, enumerator
151 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
152 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7203 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7241 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10178 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10692 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12292 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12348 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
12764 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimplify.c151 ORT_TEAMS = 0x20, enumerator
152 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
153 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7256 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7294 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10478 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11032 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12784 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12840 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
13257 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimplify.c150 ORT_TEAMS = 0x20, enumerator
151 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
152 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7203 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7241 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10178 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10692 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12292 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12348 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
12764 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimplify.c151 ORT_TEAMS = 0x20, enumerator
152 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
153 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7256 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7294 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10478 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11032 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
12784 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
12840 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
13257 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimplify.c154 ORT_TEAMS = 0x20, enumerator
155 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
156 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7416 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7454 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
10984 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11564 || ((ctx->region_type & ORT_TEAMS) && ctx->code == OMP_TEAMS) in omp_construct_selector_matches()
13177 else if (octx && (octx->region_type & ORT_TEAMS) != 0) in gimplify_omp_loop()
13233 && (octx->region_type & ORT_TEAMS) == 0) in gimplify_omp_loop()
13725 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify.c136 ORT_TEAMS = 0x20, enumerator
137 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
138 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7084 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7122 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9711 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11745 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimplify.c136 ORT_TEAMS = 0x20, enumerator
137 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
138 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7065 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7103 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9674 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11675 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimplify.c136 ORT_TEAMS = 0x20, enumerator
137 ORT_COMBINED_TEAMS = ORT_TEAMS | 1,
138 ORT_HOST_TEAMS = ORT_TEAMS | 2,
7084 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7122 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9711 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
11745 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimplify.c96 ORT_TEAMS = 8, enumerator
5695 else if (ctx->region_type == ORT_TEAMS) in omp_notice_variable()
5734 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_notice_variable()
7079 ort = ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimplify.c113 ORT_TEAMS = 0x08, enumerator
6038 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
6076 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
7961 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
9703 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimplify.c113 ORT_TEAMS = 0x08, enumerator
6038 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
6076 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
7961 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
9703 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7060 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7098 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9025 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10830 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7060 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7098 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9025 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10830 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
H A 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.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7039 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7077 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9004 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10796 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7060 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7098 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9025 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10830 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7060 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7098 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9025 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10830 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimplify.c125 ORT_TEAMS = 0x08, enumerator
7068 else if (ctx->region_type & ORT_TEAMS) in omp_default_clause()
7106 if ((octx->region_type & (ORT_PARALLEL | ORT_TEAMS)) != 0) in omp_default_clause()
9047 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()
10856 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS; in gimplify_omp_workshare()

123