Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dst.c233 case EXEC_OMP_SIMD: in gfc_free_statement()
H A Dtrans-openmp.c4157 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 Ddump-parse-tree.c1764 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 Dopenmp.c3421 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 Dtrans.c2124 case EXEC_OMP_SIMD: in trans_code()
H A Dgfortran.h2619 EXEC_OMP_TASKGROUP, EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, enumerator
H A Dmatch.c2933 || o->head->op == EXEC_OMP_SIMD in match_exit_cycle()
H A Dfrontend-passes.c5312 case EXEC_OMP_SIMD: in gfc_code_walker()
H A Dresolve.c10803 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 Dst.cc252 case EXEC_OMP_SIMD: in gfc_free_statement()
H A DChangeLog-20141881 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 Dtrans-openmp.cc5098 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 Ddump-parse-tree.cc2041 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 Dopenmp.cc5498 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 Dtrans.cc2213 case EXEC_OMP_SIMD: in trans_code()
H A Dgfortran.h2908 EXEC_OMP_TASKGROUP, EXEC_OMP_SIMD, EXEC_OMP_DO_SIMD, enumerator
H A Dmatch.cc2926 case EXEC_OMP_SIMD: in match_exit_cycle()
H A Dfrontend-passes.cc5600 case EXEC_OMP_SIMD: in gfc_code_walker()
H A Dresolve.cc10956 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()