Home
last modified time | relevance | path

Searched refs:EXEC_OMP_TASKLOOP_SIMD (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dst.c251 case EXEC_OMP_TASKLOOP_SIMD: in gfc_free_statement()
H A Dopenmp.c3568 return match_omp (EXEC_OMP_TASKLOOP_SIMD, in gfc_match_omp_taskloop_simd()
4151 case EXEC_OMP_TASKLOOP_SIMD:
5612 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_omp_parallel_blocks()
5773 case EXEC_OMP_TASKLOOP_SIMD: in resolve_omp_do()
5981 case EXEC_OMP_TASKLOOP_SIMD: in omp_code_to_statement()
6411 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_omp_directive()
H A Ddump-parse-tree.c1788 case EXEC_OMP_TASKLOOP_SIMD: name = "TASKLOOP SIMD"; break; in show_omp_node()
1852 case EXEC_OMP_TASKLOOP_SIMD: in show_omp_node()
3049 case EXEC_OMP_TASKLOOP_SIMD: in show_code_node()
H A Dtrans-openmp.c4694 case EXEC_OMP_TASKLOOP_SIMD: in gfc_split_omp_clauses()
5441 case EXEC_OMP_TASKLOOP_SIMD: in gfc_trans_omp_taskloop()
5810 case EXEC_OMP_TASKLOOP_SIMD: in gfc_trans_omp_directive()
H A Dtrans.c2143 case EXEC_OMP_TASKLOOP_SIMD: in trans_code()
H A Dgfortran.h2634 EXEC_OMP_TASKLOOP, EXEC_OMP_TASKLOOP_SIMD enumerator
H A Dfrontend-passes.c5314 case EXEC_OMP_TASKLOOP_SIMD: in gfc_code_walker()
H A Dresolve.c10822 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_blocks()
11770 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_code()
12220 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dst.cc272 case EXEC_OMP_TASKLOOP_SIMD: in gfc_free_statement()
H A Ddump-parse-tree.cc2067 case EXEC_OMP_TASKLOOP_SIMD: name = "TASKLOOP SIMD"; break; in show_omp_node()
2146 case EXEC_OMP_TASKLOOP_SIMD: in show_omp_node()
3382 case EXEC_OMP_TASKLOOP_SIMD: in show_code_node()
H A Dopenmp.cc5645 return match_omp (EXEC_OMP_TASKLOOP_SIMD, in gfc_match_omp_taskloop_simd()
6379 case EXEC_OMP_TASKLOOP_SIMD: in resolve_omp_clauses()
7225 || code->op == EXEC_OMP_TASKLOOP_SIMD in resolve_omp_clauses()
8347 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_omp_parallel_blocks()
8538 case EXEC_OMP_TASKLOOP_SIMD: in resolve_omp_do()
8775 case EXEC_OMP_TASKLOOP_SIMD: in omp_code_to_statement()
9222 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_omp_directive()
H A Dtrans.cc2234 case EXEC_OMP_TASKLOOP_SIMD: in trans_code()
H A Dtrans-openmp.cc6017 case EXEC_OMP_TASKLOOP_SIMD: in gfc_split_omp_clauses()
7003 case EXEC_OMP_TASKLOOP_SIMD: in gfc_trans_omp_taskloop()
7041 stmt = gfc_trans_omp_taskloop (code, EXEC_OMP_TASKLOOP_SIMD); in gfc_trans_omp_master_masked_taskloop()
7524 case EXEC_OMP_TASKLOOP_SIMD: in gfc_trans_omp_directive()
H A DChangeLog-2017734 and EXEC_OMP_TASKLOOP_SIMD.
741 and EXEC_OMP_TASKLOOP_SIMD.
H A Dgfortran.h2923 EXEC_OMP_TASKLOOP, EXEC_OMP_TASKLOOP_SIMD, EXEC_OMP_SCAN, EXEC_OMP_DEPOBJ, enumerator
H A Dmatch.cc2909 case EXEC_OMP_TASKLOOP_SIMD: in match_exit_cycle()
H A Dfrontend-passes.cc5602 case EXEC_OMP_TASKLOOP_SIMD: in gfc_code_walker()
H A Dresolve.cc10978 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_blocks()
11935 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_code()
12414 case EXEC_OMP_TASKLOOP_SIMD: in gfc_resolve_code()
H A DChangeLog-2016802 EXEC_OMP_TASKLOOP, EXEC_OMP_TASKLOOP_SIMD.