Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_LINEAR (Results 1 – 25 of 71) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.c1916 case OMP_CLAUSE_LINEAR: in c_omp_split_clauses()
2020 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_numbers()
2074 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_decls()
H A Dc-omp.cc2519 case OMP_CLAUSE_LINEAR: in c_omp_split_clauses()
2683 case OMP_CLAUSE_LINEAR: in c_omp_split_clauses()
2840 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_numbers()
2894 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_decls()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c1916 case OMP_CLAUSE_LINEAR: in c_omp_split_clauses()
2020 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_numbers()
2074 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in c_omp_declare_simd_clauses_to_decls()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c778 OMP_CLAUSE_LINEAR, enumerator
1363 if ((mask & OMP_CLAUSE_LINEAR)
2550 (omp_mask (OMP_CLAUSE_SIMDLEN) | OMP_CLAUSE_LINEAR \
2557 | OMP_CLAUSE_LINEAR)
2564 | OMP_CLAUSE_LINEAR | OMP_CLAUSE_ALIGNED | OMP_CLAUSE_SIMDLEN)
2679 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_distribute_parallel_do()
3520 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_target_teams_distribute_parallel_do()
3624 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_teams_distribute_parallel_do()
H A Dtrans-openmp.c592 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR in gfc_omp_clause_default_ctor()
704 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_copy_ctor()
1044 gcc_assert (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_linear_ctor()
2261 OMP_CLAUSE_LINEAR);
4273 if (OMP_CLAUSE_CODE (tmp) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
4286 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
4339 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
4370 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
H A Dopenmp.cc875 OMP_CLAUSE_LINEAR, enumerator
2258 if ((mask & OMP_CLAUSE_LINEAR) in gfc_match_omp_clauses()
3609 (omp_mask (OMP_CLAUSE_SIMDLEN) | OMP_CLAUSE_LINEAR \
3616 | OMP_CLAUSE_LINEAR | OMP_CLAUSE_ORDER | OMP_CLAUSE_ALLOCATE)
3629 | OMP_CLAUSE_LINEAR | OMP_CLAUSE_ALIGNED | OMP_CLAUSE_SIMDLEN \
3838 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_distribute_parallel_do()
5597 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_target_teams_distribute_parallel_do()
5699 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_teams_distribute_parallel_do()
H A Dtrans-openmp.cc688 case OMP_CLAUSE_LINEAR: in gfc_omp_clause_default_ctor()
809 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_copy_ctor()
1229 gcc_assert (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_linear_ctor()
2718 OMP_CLAUSE_LINEAR); in gfc_trans_omp_clauses()
5224 if (OMP_CLAUSE_CODE (tmp) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
5235 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
5289 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
5322 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c778 OMP_CLAUSE_LINEAR, enumerator
1363 if ((mask & OMP_CLAUSE_LINEAR)
2550 (omp_mask (OMP_CLAUSE_SIMDLEN) | OMP_CLAUSE_LINEAR \
2557 | OMP_CLAUSE_LINEAR)
2564 | OMP_CLAUSE_LINEAR | OMP_CLAUSE_ALIGNED | OMP_CLAUSE_SIMDLEN)
2679 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_distribute_parallel_do()
3520 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_target_teams_distribute_parallel_do()
3624 & ~(omp_mask (OMP_CLAUSE_LINEAR))); in gfc_match_omp_teams_distribute_parallel_do()
H A Dtrans-openmp.c592 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR in gfc_omp_clause_default_ctor()
704 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_copy_ctor()
1044 gcc_assert (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR); in gfc_omp_clause_linear_ctor()
2261 OMP_CLAUSE_LINEAR);
4273 if (OMP_CLAUSE_CODE (tmp) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
4286 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
4339 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in gfc_trans_omp_do()
4370 tmp = build_omp_clause (input_location, OMP_CLAUSE_LINEAR); in gfc_trans_omp_do()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.c1225 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
1451 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
1984 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
2215 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
H A Dtree-nested.cc1325 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
1568 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
2110 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
2358 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
H A Dtree.h1689 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->base.public_flag)
1694 TREE_PRIVATE (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR))
1698 TREE_PROTECTED (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR))
1703 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->base.deprecated_flag)
1706 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR), 1)
1709 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR), 2)
1715 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->omp_clause.subcode.linear_kind)
H A Domp-general.c1100 case OMP_CLAUSE_LINEAR: in omp_construct_simd_compare()
1145 if (OMP_CLAUSE_CODE (c1) != OMP_CLAUSE_LINEAR) in omp_construct_simd_compare()
H A Dtree-core.h285 OMP_CLAUSE_LINEAR, enumerator
H A Domp-low.c1247 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1554 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1575 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
1735 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
4341 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
4495 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
5446 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
5488 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
5551 if ((OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
6586 || (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_lastprivate_clauses()
[all …]
H A Domp-low.cc1357 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1771 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1801 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
1972 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
4899 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
5054 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
6093 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
6151 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
6216 if ((OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
7282 || (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_lastprivate_clauses()
[all …]
H A Domp-grid.c1070 case OMP_CLAUSE_LINEAR: in grid_eliminate_combined_simd_part()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c1225 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
1451 case OMP_CLAUSE_LINEAR: in convert_nonlocal_omp_clauses()
1984 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
2215 case OMP_CLAUSE_LINEAR: in convert_local_omp_clauses()
H A Dtree.h1689 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->base.public_flag)
1694 TREE_PRIVATE (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR))
1698 TREE_PROTECTED (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR))
1703 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->base.deprecated_flag)
1706 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR), 1)
1709 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR), 2)
1715 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_LINEAR)->omp_clause.subcode.linear_kind)
H A Domp-general.c1100 case OMP_CLAUSE_LINEAR: in omp_construct_simd_compare()
1145 if (OMP_CLAUSE_CODE (c1) != OMP_CLAUSE_LINEAR) in omp_construct_simd_compare()
H A Dtree-core.h274 OMP_CLAUSE_LINEAR, enumerator
H A Domp-low.c1247 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1554 case OMP_CLAUSE_LINEAR: in scan_sharing_clauses()
1575 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
1735 else if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in scan_sharing_clauses()
4341 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
4495 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
5446 case OMP_CLAUSE_LINEAR: in lower_rec_input_clauses()
5488 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
5551 if ((OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LINEAR in lower_rec_input_clauses()
6586 || (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in lower_lastprivate_clauses()
[all …]
H A Domp-grid.c1070 case OMP_CLAUSE_LINEAR: in grid_eliminate_combined_simd_part()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c6075 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in finish_omp_declare_simd_methods()
6433 case OMP_CLAUSE_LINEAR: in finish_omp_clauses()
6581 || (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LINEAR in finish_omp_clauses()
7980 case OMP_CLAUSE_LINEAR: in finish_omp_clauses()
9163 for (tree c = omp_find_clause (clauses, OMP_CLAUSE_LINEAR); c; in finish_omp_for()
9164 c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_LINEAR)) in finish_omp_for()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6075 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_LINEAR in finish_omp_declare_simd_methods()
6433 case OMP_CLAUSE_LINEAR: in finish_omp_clauses()
6581 || (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_LINEAR in finish_omp_clauses()
7980 case OMP_CLAUSE_LINEAR: in finish_omp_clauses()
9163 for (tree c = omp_find_clause (clauses, OMP_CLAUSE_LINEAR); c; in finish_omp_for()
9164 c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_LINEAR)) in finish_omp_for()

123