/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | st.c | 233 case EXEC_OMP_SIMD: in gfc_free_statement()
|
H A D | trans-openmp.c | 4157 for (n = clauses->lists[(op == EXEC_OMP_SIMD && collapse == 1) in gfc_trans_omp_do() 4164 else if (n == NULL && op != EXEC_OMP_SIMD) in gfc_trans_omp_do() 4268 && op == EXEC_OMP_SIMD in gfc_trans_omp_do() 4282 if (op == EXEC_OMP_SIMD) in gfc_trans_omp_do() 4366 if (op != EXEC_OMP_SIMD) in gfc_trans_omp_do() 4420 case EXEC_OMP_SIMD: stmt = make_node (OMP_SIMD); break; in gfc_trans_omp_do() 4644 case EXEC_OMP_SIMD: in gfc_split_omp_clauses() 4947 body = gfc_trans_omp_do (code, EXEC_OMP_SIMD, pblock ? pblock : &block, in gfc_trans_omp_do_simd() 5243 stmt = gfc_trans_omp_do (code, EXEC_OMP_SIMD, &block, in gfc_trans_omp_distribute() 5373 stmt = gfc_trans_omp_do (code, EXEC_OMP_SIMD, &block, in gfc_trans_omp_target() [all …]
|
H A D | dump-parse-tree.c | 1764 case EXEC_OMP_SIMD: name = "SIMD"; break; in show_omp_node() 1834 case EXEC_OMP_SIMD: in show_omp_node() 3030 case EXEC_OMP_SIMD: in show_code_node()
|
H A D | openmp.c | 3421 return match_omp (EXEC_OMP_SIMD, OMP_SIMD_CLAUSES); in gfc_match_omp_simd() 5748 case EXEC_OMP_SIMD: name = "!$OMP SIMD"; is_simd = true; break; in resolve_omp_do() 5947 case EXEC_OMP_SIMD: in omp_code_to_statement() 6402 case EXEC_OMP_SIMD: in gfc_resolve_omp_directive()
|
H A D | trans.c | 2124 case EXEC_OMP_SIMD: in trans_code()
|
H A D | gfortran.h | 2619 EXEC_OMP_TASKGROUP, EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, enumerator
|
H A D | match.c | 2933 || o->head->op == EXEC_OMP_SIMD in match_exit_cycle()
|
H A D | frontend-passes.c | 5312 case EXEC_OMP_SIMD: in gfc_code_walker()
|
H A D | resolve.c | 10803 case EXEC_OMP_SIMD: in gfc_resolve_blocks() 11784 case EXEC_OMP_SIMD: in gfc_resolve_code() 12201 case EXEC_OMP_SIMD: in gfc_resolve_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | st.cc | 252 case EXEC_OMP_SIMD: in gfc_free_statement()
|
H A D | ChangeLog-2014 | 1881 EXEC_OMP_TASKGROUP, EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD and 1930 (resolve_omp_do): Likewise. Handle EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, 1932 (gfc_resolve_omp_directive): Handle EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, 1958 * frontend-passes.c (gfc_code_walker): Handle EXEC_OMP_SIMD, 1962 * match.c (match_exit_cycle): Handle EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD 1969 EXEC_OMP_DO_SIMD, EXEC_OMP_PARALLEL_DO_SIMD, EXEC_OMP_SIMD and 2003 EXEC_OMP_PARALLEL_DO_SIMD, EXEC_OMP_SIMD and EXEC_OMP_TASKGROUP. 2008 EXEC_OMP_PARALLEL_DO_SIMD, EXEC_OMP_SIMD and EXEC_OMP_TASKGROUP. 2016 EXEC_OMP_PARALLEL_DO_SIMD, EXEC_OMP_SIMD and EXEC_OMP_TASKGROUP. 2018 EXEC_OMP_PARALLEL_DO_SIMD, EXEC_OMP_SIMD and EXEC_OMP_TASKGROUP. [all …]
|
H A D | trans-openmp.cc | 5098 if (op == EXEC_OMP_SIMD && collapse == 1) in gfc_trans_omp_do() 5219 && op == EXEC_OMP_SIMD in gfc_trans_omp_do() 5231 if (!dovar_found && op == EXEC_OMP_SIMD) in gfc_trans_omp_do() 5318 if (op != EXEC_OMP_SIMD || dovar_found == 1) in gfc_trans_omp_do() 5396 case EXEC_OMP_SIMD: stmt = make_node (OMP_SIMD); break; in gfc_trans_omp_do() 5952 case EXEC_OMP_SIMD: in gfc_split_omp_clauses() 6439 body = gfc_trans_omp_do (code, EXEC_OMP_SIMD, pblock ? pblock : &block, in gfc_trans_omp_do_simd() 6784 stmt = gfc_trans_omp_do (code, EXEC_OMP_SIMD, &block, in gfc_trans_omp_distribute() 6929 stmt = gfc_trans_omp_do (code, EXEC_OMP_SIMD, &block, in gfc_trans_omp_target() 7004 stmt = gfc_trans_omp_do (code, EXEC_OMP_SIMD, &block, in gfc_trans_omp_taskloop() [all …]
|
H A D | dump-parse-tree.cc | 2041 case EXEC_OMP_SIMD: name = "SIMD"; break; in show_omp_node() 2126 case EXEC_OMP_SIMD: in show_omp_node() 3361 case EXEC_OMP_SIMD: in show_code_node()
|
H A D | openmp.cc | 5498 return match_omp (EXEC_OMP_SIMD, OMP_SIMD_CLAUSES); in gfc_match_omp_simd() 6362 case EXEC_OMP_SIMD: in resolve_omp_clauses() 6554 && code->op != EXEC_OMP_SIMD in resolve_omp_clauses() 8509 case EXEC_OMP_SIMD: name = "!$OMP SIMD"; is_simd = true; break; in resolve_omp_do() 8737 case EXEC_OMP_SIMD: in omp_code_to_statement() 9211 case EXEC_OMP_SIMD: in gfc_resolve_omp_directive()
|
H A D | trans.cc | 2213 case EXEC_OMP_SIMD: in trans_code()
|
H A D | gfortran.h | 2908 EXEC_OMP_TASKGROUP, EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, enumerator
|
H A D | match.cc | 2926 case EXEC_OMP_SIMD: in match_exit_cycle()
|
H A D | frontend-passes.cc | 5600 case EXEC_OMP_SIMD: in gfc_code_walker()
|
H A D | resolve.cc | 10956 case EXEC_OMP_SIMD: in gfc_resolve_blocks() 11949 case EXEC_OMP_SIMD: in gfc_resolve_code() 12393 case EXEC_OMP_SIMD: in gfc_resolve_code()
|