Searched refs:match_omp (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | openmp.cc | 3692 match_omp (gfc_exec_op op, const omp_mask mask) in match_omp() function 3827 return match_omp (EXEC_OMP_DISTRIBUTE, OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_distribute() 3834 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO, in gfc_match_omp_distribute_parallel_do() 3845 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO_SIMD, in gfc_match_omp_distribute_parallel_do_simd() 3855 return match_omp (EXEC_OMP_DISTRIBUTE_SIMD, in gfc_match_omp_distribute_simd() 3863 return match_omp (EXEC_OMP_DO, OMP_DO_CLAUSES); in gfc_match_omp_do() 3870 return match_omp (EXEC_OMP_DO_SIMD, OMP_DO_CLAUSES | OMP_SIMD_CLAUSES); in gfc_match_omp_do_simd() 3877 return match_omp (EXEC_OMP_LOOP, OMP_LOOP_CLAUSES); in gfc_match_omp_loop() 3884 return match_omp (EXEC_OMP_TEAMS_LOOP, OMP_TEAMS_CLAUSES | OMP_LOOP_CLAUSES); in gfc_match_omp_teams_loop() 3891 return match_omp (EXEC_OMP_TARGET_TEAMS_LOOP, in gfc_match_omp_target_teams_loop() [all …]
|
| H A D | ChangeLog-2014 | 1454 (match_omp): New function. 1459 gfc_match_omp_task): Rewritten using match_omp.
|
| H A D | ChangeLog-2021 | 746 (match_omp): Adjust call to gfc_match_omp_clauses
|
| H A D | ChangeLog-2016 | 679 (match_omp): Change mask argument from unsigned int to
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | openmp.c | 2609 match_omp (gfc_exec_op op, const omp_mask mask) in match_omp() function 2668 return match_omp (EXEC_OMP_DISTRIBUTE, OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_distribute() 2675 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO, in gfc_match_omp_distribute_parallel_do() 2686 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO_SIMD, in gfc_match_omp_distribute_parallel_do_simd() 2696 return match_omp (EXEC_OMP_DISTRIBUTE_SIMD, in gfc_match_omp_distribute_simd() 2704 return match_omp (EXEC_OMP_DO, OMP_DO_CLAUSES); in gfc_match_omp_do() 2711 return match_omp (EXEC_OMP_DO_SIMD, OMP_DO_CLAUSES | OMP_SIMD_CLAUSES); in gfc_match_omp_do_simd() 3376 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES); in gfc_match_omp_parallel() 3383 return match_omp (EXEC_OMP_PARALLEL_DO, in gfc_match_omp_parallel_do() 3391 return match_omp (EXEC_OMP_PARALLEL_DO_SIMD, in gfc_match_omp_parallel_do_simd() [all …]
|