Home
last modified time | relevance | path

Searched refs:is_taskloop_ctx (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c286 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
615 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
2784 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
2812 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4040 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
5515 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
5597 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c285 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
581 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
2750 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
2778 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
3978 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
5440 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
5522 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c286 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
615 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
2784 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
2812 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4040 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
5515 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
5597 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
570 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3717 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4811 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4893 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
558 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3697 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4791 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4873 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
570 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3717 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4811 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4893 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
570 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3717 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4811 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4893 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
570 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3717 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4811 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4893 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c276 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
570 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3717 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
4812 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
4894 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c325 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
655 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3078 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3106 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4532 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6545 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
6627 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c366 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
696 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3296 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3324 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4834 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6963 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
7045 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c325 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
655 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3096 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3124 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4550 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6564 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
6646 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c366 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
696 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3296 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3324 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4834 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6963 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
7045 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c325 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
655 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3096 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3124 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4550 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6564 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
6646 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c366 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
696 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3296 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3324 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
4834 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
6963 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
7045 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c370 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
716 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
3390 && (!is_taskloop_ctx (ctx) in check_omp_nesting_restrictions()
3418 && is_taskloop_ctx (octx->outer)) in check_omp_nesting_restrictions()
5060 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
7234 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
7316 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
H A DChangeLog-201919096 is_taskloop_ctx check from the assert to the guarding condition.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Domp-low.c433 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
1319 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
4497 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
5492 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
5546 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Domp-low.c433 is_taskloop_ctx (omp_context *ctx) in is_taskloop_ctx() function
1319 else if (code == OMP_CLAUSE_LASTPRIVATE && is_taskloop_ctx (ctx))
4497 if (pass != 0 || is_taskloop_ctx (ctx)) in lower_rec_input_clauses()
5492 && is_taskloop_ctx (ctx)) in lower_lastprivate_clauses()
5546 gcc_checking_assert (is_taskloop_ctx (ctx)); in lower_lastprivate_clauses()

12