Home
last modified time | relevance | path

Searched refs:EXEC_FORALL (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dst.c192 case EXEC_FORALL: in gfc_free_statement()
H A Dmatch.c2522 new_st.op = EXEC_FORALL; in match_simple_forall()
2525 new_st.block = gfc_get_code (EXEC_FORALL); in match_simple_forall()
2572 new_st.op = EXEC_FORALL; in gfc_match_forall()
2595 new_st.op = EXEC_FORALL; in gfc_match_forall()
2598 new_st.block = gfc_get_code (EXEC_FORALL); in gfc_match_forall()
H A Dfrontend-passes.c4875 if (co->op != EXEC_FORALL && co->op != EXEC_DO_CONCURRENT) in index_interchange()
5153 case EXEC_FORALL: in gfc_code_walker()
5164 if (co->op == EXEC_FORALL) in gfc_code_walker()
5387 if (co->op == EXEC_FORALL) in gfc_code_walker()
H A Dtrans.c2024 case EXEC_FORALL: in trans_code()
H A Dgfortran.h2599 EXEC_SELECT, EXEC_BLOCK, EXEC_FORALL, EXEC_WHERE, EXEC_CYCLE, EXEC_EXIT, enumerator
H A Dresolve.c10559 case EXEC_FORALL: in gfc_resolve_forall_body()
10583 gcc_assert(code->op == EXEC_FORALL); in gfc_count_forall_iterators()
10594 if (code->op == EXEC_FORALL) in gfc_count_forall_iterators()
10744 case EXEC_FORALL: in gfc_resolve_blocks()
11727 if (code->op == EXEC_FORALL) in gfc_resolve_code()
12158 case EXEC_FORALL: in gfc_resolve_code()
H A Ddump-parse-tree.c2325 case EXEC_FORALL: in show_code_node()
H A Dparse.c4066 d->op = EXEC_FORALL; in parse_forall_block()
H A Dtrans-openmp.c5586 case EXEC_FORALL: in gfc_trans_omp_workshare()
H A Dtrans-stmt.c5199 case EXEC_FORALL: in gfc_trans_forall_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dst.cc192 case EXEC_FORALL: in gfc_free_statement()
H A Dmatch.cc2497 new_st.op = EXEC_FORALL; in match_simple_forall()
2500 new_st.block = gfc_get_code (EXEC_FORALL); in match_simple_forall()
2547 new_st.op = EXEC_FORALL; in gfc_match_forall()
2570 new_st.op = EXEC_FORALL; in gfc_match_forall()
2573 new_st.block = gfc_get_code (EXEC_FORALL); in gfc_match_forall()
H A Dfrontend-passes.cc5155 if (co->op != EXEC_FORALL && co->op != EXEC_DO_CONCURRENT) in index_interchange()
5433 case EXEC_FORALL: in gfc_code_walker()
5444 if (co->op == EXEC_FORALL) in gfc_code_walker()
5680 if (co->op == EXEC_FORALL) in gfc_code_walker()
H A Dtrans.cc2097 case EXEC_FORALL: in trans_code()
H A Dresolve.cc10706 case EXEC_FORALL: in gfc_resolve_forall_body()
10730 gcc_assert(code->op == EXEC_FORALL); in gfc_count_forall_iterators()
10741 if (code->op == EXEC_FORALL) in gfc_count_forall_iterators()
10891 case EXEC_FORALL: in gfc_resolve_blocks()
11886 if (code->op == EXEC_FORALL) in gfc_resolve_code()
12340 case EXEC_FORALL: in gfc_resolve_code()
H A Dgfortran.h2888 EXEC_SELECT, EXEC_BLOCK, EXEC_FORALL, EXEC_WHERE, EXEC_CYCLE, EXEC_EXIT, enumerator
H A Ddump-parse-tree.cc2639 case EXEC_FORALL: in show_code_node()
H A Dparse.cc4316 d->op = EXEC_FORALL; in parse_forall_block()
H A Dtrans-stmt.cc5235 case EXEC_FORALL: in gfc_trans_forall_1()
H A Dtrans-openmp.cc7270 case EXEC_FORALL: in gfc_trans_omp_workshare()