Home
last modified time | relevance | path

Searched refs:OMP_PARALLEL_CLAUSES (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dopenmp.c788 #define OMP_PARALLEL_CLAUSES \ macro
866 OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
875 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
1510 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES); in gfc_match_omp_parallel()
1518 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
1526 (OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES | OMP_SIMD_CLAUSES) in gfc_match_omp_parallel_do_simd()
1535 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
1639 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
1649 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
1691 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dopenmp.c3571 #define OMP_PARALLEL_CLAUSES \ macro
3863 OMP_PARALLEL_CLAUSES | OMP_LOOP_CLAUSES); in gfc_match_omp_parallel_loop()
3871 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_loop()
5104 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
5120 OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES); in gfc_match_omp_parallel_masked()
5127 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES in gfc_match_omp_parallel_masked_taskloop()
5136 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES in gfc_match_omp_parallel_masked_taskloop_simd()
5499 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
5508 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
5655 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dopenmp.c437 #define OMP_PARALLEL_CLAUSES \ macro
457 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES) != MATCH_YES) in gfc_match_omp_parallel()
626 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_parallel_do()
639 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES) in gfc_match_omp_parallel_sections()
652 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES) != MATCH_YES) in gfc_match_omp_parallel_workshare()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dopenmp.c437 #define OMP_PARALLEL_CLAUSES \ macro
457 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES) != MATCH_YES) in gfc_match_omp_parallel()
626 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_parallel_do()
639 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES) in gfc_match_omp_parallel_sections()
652 if (gfc_match_omp_clauses (&c, OMP_PARALLEL_CLAUSES) != MATCH_YES) in gfc_match_omp_parallel_workshare()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dopenmp.c2441 #define OMP_PARALLEL_CLAUSES \ macro
2573 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2584 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3281 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3297 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3361 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3370 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3414 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3426 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3519 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dopenmp.c2543 #define OMP_PARALLEL_CLAUSES \ macro
2675 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2686 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3383 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3399 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3463 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3472 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3516 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3528 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3621 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dopenmp.c2544 #define OMP_PARALLEL_CLAUSES \ macro
2676 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2687 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3384 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3400 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3464 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3473 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3517 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3529 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3622 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dopenmp.c2543 #define OMP_PARALLEL_CLAUSES \ macro
2675 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2686 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3383 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3399 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3463 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3472 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3516 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3528 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3621 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dopenmp.c2441 #define OMP_PARALLEL_CLAUSES \ macro
2573 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2584 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3281 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3297 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3361 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3370 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3414 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3426 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3519 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dopenmp.c2364 #define OMP_PARALLEL_CLAUSES \ macro
2496 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2507 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3204 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3220 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3284 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3293 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3337 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3349 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3442 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dopenmp.c2441 #define OMP_PARALLEL_CLAUSES \ macro
2573 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2584 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3281 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3297 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
3361 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
3370 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
3414 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3426 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3519 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dopenmp.c1841 #define OMP_PARALLEL_CLAUSES \ macro
1919 OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
1928 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
2563 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES); in gfc_match_omp_parallel()
2571 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
2579 (OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES | OMP_SIMD_CLAUSES) in gfc_match_omp_parallel_do_simd()
2588 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
2692 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
2702 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
2744 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dopenmp.c1841 #define OMP_PARALLEL_CLAUSES \ macro
1919 OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
1928 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
2563 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES); in gfc_match_omp_parallel()
2571 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
2579 (OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES | OMP_SIMD_CLAUSES) in gfc_match_omp_parallel_do_simd()
2588 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
2692 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
2702 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
2744 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dopenmp.c2781 #define OMP_PARALLEL_CLAUSES \ macro
2914 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2925 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3676 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3692 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
4016 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
4025 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
4069 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
4081 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
4174 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dopenmp.c2781 #define OMP_PARALLEL_CLAUSES \ macro
2914 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2925 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3676 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3692 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
4016 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
4025 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
4069 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
4081 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
4174 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dopenmp.c2781 #define OMP_PARALLEL_CLAUSES \ macro
2914 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do()
2925 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_distribute_parallel_do_simd()
3676 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES); in gfc_match_omp_parallel_do()
3692 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES); in gfc_match_omp_parallel_sections()
4016 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES) in gfc_match_omp_target_parallel()
4025 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_parallel_do()
4069 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
4081 | OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
4174 | OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES) in gfc_match_omp_teams_distribute_parallel_do()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify.c10271 gimplify_scan_omp_clauses (&OMP_PARALLEL_CLAUSES (expr), pre_p, in gimplify_omp_parallel()
10288 OMP_PARALLEL_CLAUSES (expr), in gimplify_omp_parallel()
10495 for (spc = &OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10536 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10537 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10542 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10543 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10566 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10567 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10578 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimplify.c10271 gimplify_scan_omp_clauses (&OMP_PARALLEL_CLAUSES (expr), pre_p, in gimplify_omp_parallel()
10288 OMP_PARALLEL_CLAUSES (expr), in gimplify_omp_parallel()
10495 for (spc = &OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10536 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10537 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10542 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10543 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10566 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
10567 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
10578 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimplify.c10931 OMP_PARALLEL_CLAUSES (expr), in gimplify_omp_parallel()
11087 for (spc = &OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11128 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11129 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11134 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11135 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11158 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11159 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11170 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11171 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimplify.c11305 OMP_PARALLEL_CLAUSES (expr), in gimplify_omp_parallel()
11493 for (spc = &OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11534 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11535 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11540 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11541 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11564 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11565 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
11576 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (*data[1]); in gimplify_omp_for()
11577 OMP_PARALLEL_CLAUSES (*data[1]) = c; in gimplify_omp_for()
[all …]

12345678910>>...12