Searched refs:ompws_flags (Results 1 – 14 of 14) sorted by relevance
48 int ompws_flags; variable5544 ompws_flags = OMPWS_WORKSHARE_FLAG; in gfc_trans_omp_workshare()5562 ompws_flags |= OMPWS_NOWAIT; in gfc_trans_omp_workshare()5565 ompws_flags |= OMPWS_CURR_SINGLEUNIT; in gfc_trans_omp_workshare()5566 ompws_flags &= ~(OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY); in gfc_trans_omp_workshare()5603 saved_ompws_flags = ompws_flags; in gfc_trans_omp_workshare()5604 ompws_flags = 0; in gfc_trans_omp_workshare()5606 ompws_flags = saved_ompws_flags; in gfc_trans_omp_workshare()5619 if (ompws_flags & OMPWS_CURR_SINGLEUNIT) in gfc_trans_omp_workshare()5636 if (ompws_flags & OMPWS_CURR_SINGLEUNIT) in gfc_trans_omp_workshare()[all …]
1170 extern int ompws_flags;
2220 ompws_flags = 0; in gfc_generate_code()
5897 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_BODY)) in gfc_trans_where_3()5901 ompws_flags |= OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY; in gfc_trans_where_3()6003 ompws_flags &= ~OMPWS_SCALARIZER_BODY; in gfc_trans_where_3()
11166 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_BODY)) in gfc_trans_assignment_1()11171 ompws_flags |= OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY; in gfc_trans_assignment_1()11465 ompws_flags &= ~OMPWS_SCALARIZER_WS; in gfc_trans_assignment_1()11472 ompws_flags &= ~OMPWS_SCALARIZER_BODY; in gfc_trans_assignment_1()
4124 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_WS in gfc_trans_scalarized_loop_end()4152 if (ompws_flags & OMPWS_NOWAIT) in gfc_trans_scalarized_loop_end()4173 ompws_flags &= ~OMPWS_CURR_SINGLEUNIT; in gfc_trans_scalarized_loop_end()
52 int ompws_flags; variable7228 ompws_flags = OMPWS_WORKSHARE_FLAG; in gfc_trans_omp_workshare()7246 ompws_flags |= OMPWS_NOWAIT; in gfc_trans_omp_workshare()7249 ompws_flags |= OMPWS_CURR_SINGLEUNIT; in gfc_trans_omp_workshare()7250 ompws_flags &= ~(OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY); in gfc_trans_omp_workshare()7288 saved_ompws_flags = ompws_flags; in gfc_trans_omp_workshare()7289 ompws_flags = 0; in gfc_trans_omp_workshare()7291 ompws_flags = saved_ompws_flags; in gfc_trans_omp_workshare()7308 if (ompws_flags & OMPWS_CURR_SINGLEUNIT) in gfc_trans_omp_workshare()7325 if (ompws_flags & OMPWS_CURR_SINGLEUNIT) in gfc_trans_omp_workshare()[all …]
1181 extern int ompws_flags;
2312 ompws_flags = 0; in gfc_generate_code()
3059 (ompws_flags): New extern decl.3061 for the outer dimension if ompws_flags allow it.3062 * trans.c (gfc_generate_code): Clear ompws_flags.3067 * trans-openmp.c (ompws_flags): New variable.
5933 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_BODY)) in gfc_trans_where_3()5937 ompws_flags |= OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY; in gfc_trans_where_3()6039 ompws_flags &= ~OMPWS_SCALARIZER_BODY; in gfc_trans_where_3()
11704 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_BODY)) in gfc_trans_assignment_1()11709 ompws_flags |= OMPWS_SCALARIZER_WS | OMPWS_SCALARIZER_BODY; in gfc_trans_assignment_1()12004 ompws_flags &= ~OMPWS_SCALARIZER_WS; in gfc_trans_assignment_1()12011 ompws_flags &= ~OMPWS_SCALARIZER_BODY; in gfc_trans_assignment_1()
4228 if ((ompws_flags & (OMPWS_WORKSHARE_FLAG | OMPWS_SCALARIZER_WS in gfc_trans_scalarized_loop_end()4256 if (ompws_flags & OMPWS_NOWAIT) in gfc_trans_scalarized_loop_end()4277 ompws_flags &= ~OMPWS_CURR_SINGLEUNIT; in gfc_trans_scalarized_loop_end()
1798 bit in ompws_flags only if loop.temp_ss is NULL, and clear it if