Home
last modified time | relevance | path

Searched refs:is_taskreg_ctx (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c307 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
447 if ((is_taskreg_ctx (up) in use_pointer_for_field()
591 else if (is_taskreg_ctx (ctx))
608 if (outer && is_taskreg_ctx (outer))
860 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1091 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1130 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1207 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1250 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
3936 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
H A DChangeLog-200817360 Use is_taskreg_ctx instead of is_parallel_ctx.
17415 (is_taskreg_ctx): New function.
17416 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c306 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
557 else if (is_taskreg_ctx (ctx))
574 if (outer && is_taskreg_ctx (outer))
826 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1057 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1096 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1173 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1216 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
3874 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
3965 if (!is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c307 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
447 if ((is_taskreg_ctx (up) in use_pointer_for_field()
591 else if (is_taskreg_ctx (ctx))
608 if (outer && is_taskreg_ctx (outer))
860 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1091 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1130 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1207 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1250 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
3936 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if ((is_taskreg_ctx (up) in use_pointer_for_field()
546 else if (is_taskreg_ctx (ctx))
563 if (ctx->outer && is_taskreg_ctx (ctx))
821 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1045 gcc_assert (is_taskreg_ctx (ctx));
1084 if (is_taskreg_ctx (ctx)
1123 else if (is_taskreg_ctx (ctx))
1165 gcc_assert (is_taskreg_ctx (ctx));
4370 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
H A DChangeLog-200817360 Use is_taskreg_ctx instead of is_parallel_ctx.
17415 (is_taskreg_ctx): New function.
17416 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
534 else if (is_taskreg_ctx (ctx))
551 if (ctx->outer && is_taskreg_ctx (ctx))
809 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1032 gcc_assert (is_taskreg_ctx (ctx));
1071 if (is_taskreg_ctx (ctx)
1110 else if (is_taskreg_ctx (ctx))
1152 gcc_assert (is_taskreg_ctx (ctx));
4350 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if ((is_taskreg_ctx (up) in use_pointer_for_field()
546 else if (is_taskreg_ctx (ctx))
563 if (ctx->outer && is_taskreg_ctx (ctx))
821 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1045 gcc_assert (is_taskreg_ctx (ctx));
1084 if (is_taskreg_ctx (ctx)
1123 else if (is_taskreg_ctx (ctx))
1165 gcc_assert (is_taskreg_ctx (ctx));
4370 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if ((is_taskreg_ctx (up) in use_pointer_for_field()
546 else if (is_taskreg_ctx (ctx))
563 if (ctx->outer && is_taskreg_ctx (ctx))
821 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1045 gcc_assert (is_taskreg_ctx (ctx));
1084 if (is_taskreg_ctx (ctx)
1123 else if (is_taskreg_ctx (ctx))
1165 gcc_assert (is_taskreg_ctx (ctx));
4370 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if ((is_taskreg_ctx (up) in use_pointer_for_field()
546 else if (is_taskreg_ctx (ctx))
563 if (ctx->outer && is_taskreg_ctx (ctx))
821 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1045 gcc_assert (is_taskreg_ctx (ctx));
1084 if (is_taskreg_ctx (ctx)
1123 else if (is_taskreg_ctx (ctx))
1165 gcc_assert (is_taskreg_ctx (ctx));
4370 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c286 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
407 if ((is_taskreg_ctx (up) in use_pointer_for_field()
546 else if (is_taskreg_ctx (ctx))
563 if (ctx->outer && is_taskreg_ctx (ctx))
821 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1045 gcc_assert (is_taskreg_ctx (ctx));
1084 if (is_taskreg_ctx (ctx)
1123 else if (is_taskreg_ctx (ctx))
1165 gcc_assert (is_taskreg_ctx (ctx));
4371 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c346 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
486 if ((is_taskreg_ctx (up) in use_pointer_for_field()
630 else if (is_taskreg_ctx (ctx))
648 if (outer && is_taskreg_ctx (outer))
908 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1141 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1185 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1262 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1313 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4428 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c387 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
527 if ((is_taskreg_ctx (up) in use_pointer_for_field()
671 else if (is_taskreg_ctx (ctx))
689 if (outer && is_taskreg_ctx (outer))
941 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1191 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1254 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1340 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1395 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4729 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c346 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
486 if ((is_taskreg_ctx (up) in use_pointer_for_field()
630 else if (is_taskreg_ctx (ctx))
648 if (outer && is_taskreg_ctx (outer))
908 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1141 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1192 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1269 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1320 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4446 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c387 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
527 if ((is_taskreg_ctx (up) in use_pointer_for_field()
671 else if (is_taskreg_ctx (ctx))
689 if (outer && is_taskreg_ctx (outer))
941 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1191 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1254 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1340 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1395 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4729 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c346 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
486 if ((is_taskreg_ctx (up) in use_pointer_for_field()
630 else if (is_taskreg_ctx (ctx))
648 if (outer && is_taskreg_ctx (outer))
908 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1141 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1192 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1269 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1320 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4446 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c387 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
527 if ((is_taskreg_ctx (up) in use_pointer_for_field()
671 else if (is_taskreg_ctx (ctx))
689 if (outer && is_taskreg_ctx (outer))
941 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1191 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1254 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1340 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1395 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4729 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c391 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
531 if ((is_taskreg_ctx (up) in use_pointer_for_field()
691 else if (is_taskreg_ctx (ctx))
709 if (outer && is_taskreg_ctx (outer))
962 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1215 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1302 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1406 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1461 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
4953 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Domp-low.c197 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
784 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
918 else if (is_taskreg_ctx (ctx)) in build_outer_var_ref()
1089 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1400 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1439 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Domp-low.c196 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
783 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
916 else if (is_taskreg_ctx (ctx)) in build_outer_var_ref()
1087 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1397 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1436 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Domp-low.c273 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
904 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
1018 else if (is_taskreg_ctx (ctx)) in build_outer_var_ref()
1029 if (ctx->outer && is_taskreg_ctx (ctx)) in build_outer_var_ref()
1207 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1525 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1564 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
H A DChangeLog-200817360 Use is_taskreg_ctx instead of is_parallel_ctx.
17415 (is_taskreg_ctx): New function.
17416 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Domp-low.c443 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
1168 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
1295 else if (is_taskreg_ctx (ctx))
1312 if (ctx->outer && is_taskreg_ctx (ctx))
1570 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1900 gcc_assert (is_taskreg_ctx (ctx));
1939 if (is_taskreg_ctx (ctx)
1978 else if (is_taskreg_ctx (ctx))
2020 gcc_assert (is_taskreg_ctx (ctx));
5150 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]
H A DChangeLog-200817360 Use is_taskreg_ctx instead of is_parallel_ctx.
17415 (is_taskreg_ctx): New function.
17416 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Domp-low.c443 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
1168 if (is_taskreg_ctx (up) && maybe_lookup_decl (decl, up)) in use_pointer_for_field()
1295 else if (is_taskreg_ctx (ctx))
1312 if (ctx->outer && is_taskreg_ctx (ctx))
1570 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1900 gcc_assert (is_taskreg_ctx (ctx));
1939 if (is_taskreg_ctx (ctx)
1978 else if (is_taskreg_ctx (ctx))
2020 gcc_assert (is_taskreg_ctx (ctx));
5150 gcc_assert (is_taskreg_ctx (ctx)); in lower_rec_input_clauses()
[all …]

123