Home
last modified time | relevance | path

Searched refs:OMP_TEAMS_CLAUSES (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c2593 #define OMP_TEAMS_CLAUSES \ macro
3499 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams()
3507 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute()
3516 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3528 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3539 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd()
3605 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams()
3613 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute()
3621 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do()
3632 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd()
[all …]
H A Dopenmp.cc3665 #define OMP_TEAMS_CLAUSES \ macro
5576 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams()
5584 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute()
5593 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
5605 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
5616 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd()
5680 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams()
5688 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute()
5696 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do()
5707 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd()
[all …]
H A DChangeLog1428 (OMP_TEAMS_CLAUSES, OMP_DISTRIBUTE_CLAUSES)
H A DChangeLog-20141452 OMP_TARGET_UPDATE_CLAUSES, OMP_TEAMS_CLAUSES,
H A DChangeLog-2016659 OMP_SECTIONS_CLAUSES, OMP_TEAMS_CLAUSES, OMP_DISTRIBUTE_CLAUSES):
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2593 #define OMP_TEAMS_CLAUSES \ macro
3499 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES); in gfc_match_omp_target_teams()
3507 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute()
3516 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do()
3528 (OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_parallel_do_simd()
3539 OMP_TARGET_CLAUSES | OMP_TEAMS_CLAUSES in gfc_match_omp_target_teams_distribute_simd()
3605 return match_omp (EXEC_OMP_TEAMS, OMP_TEAMS_CLAUSES); in gfc_match_omp_teams()
3613 OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES); in gfc_match_omp_teams_distribute()
3621 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do()
3632 (OMP_TEAMS_CLAUSES | OMP_DISTRIBUTE_CLAUSES in gfc_match_omp_teams_distribute_parallel_do_simd()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.c3352 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
H A Dtree-pretty-print.cc3548 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
H A Dtree.def1188 Operand 1: OMP_TEAMS_CLAUSES: List of clauses. */
H A Dtree.h1431 #define OMP_TEAMS_CLAUSES(NODE) TREE_OPERAND (OMP_TEAMS_CHECK (NODE), 1) macro
H A Dgimplify.c12728 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
H A Dgimplify.cc13999 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c3352 dump_omp_clauses (pp, OMP_TEAMS_CLAUSES (node), spc, flags); in dump_generic_node()
H A Dtree.def1176 Operand 1: OMP_TEAMS_CLAUSES: List of clauses. */
H A Dtree.h1431 #define OMP_TEAMS_CLAUSES(NODE) TREE_OPERAND (OMP_TEAMS_CHECK (NODE), 1) macro
H A Dgimplify.c12728 for (c = OMP_TEAMS_CLAUSES (teams); c; c = OMP_CLAUSE_CHAIN (c)) in optimize_target_teams()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.c19372 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
19396 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
19418 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
H A Dc-parser.cc20716 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
20740 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
20762 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c19372 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
19396 OMP_TEAMS_CLAUSES (ret) = clauses; in c_parser_omp_teams()
19418 OMP_TEAMS_CLAUSES (stmt) = clauses; in c_parser_omp_teams()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c40350 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
40378 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
40401 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
H A Dparser.cc43951 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
43979 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
44002 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
H A Dpt.c18744 for (c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()
H A Dpt.cc19370 for (tree c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c40350 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
40378 OMP_TEAMS_CLAUSES (ret) = clauses; in cp_parser_omp_teams()
40401 OMP_TEAMS_CLAUSES (stmt) = clauses; in cp_parser_omp_teams()
H A Dpt.c18744 for (c = OMP_TEAMS_CLAUSES (teams); in tsubst_expr()

12