Home
last modified time | relevance | path

Searched refs:OMP_LIST_LINEAR (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c1370 &c->lists[OMP_LIST_LINEAR],
1375 &c->lists[OMP_LIST_LINEAR],
1380 &c->lists[OMP_LIST_LINEAR],
1385 &c->lists[OMP_LIST_LINEAR],
4766 case OMP_LIST_LINEAR:
4882 case OMP_LIST_LINEAR:
5591 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks()
5832 : (list != OMP_LIST_LINEAR)) in resolve_omp_do()
H A Dopenmp.cc2265 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses()
2270 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses()
2275 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses()
2280 &c->lists[OMP_LIST_LINEAR], in gfc_match_omp_clauses()
6700 case OMP_LIST_LINEAR: in resolve_omp_clauses()
7204 case OMP_LIST_LINEAR: in resolve_omp_clauses()
7355 case OMP_LIST_LINEAR: in resolve_omp_clauses()
8318 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks()
8598 && list != OMP_LIST_ALLOCATE && list != OMP_LIST_LINEAR)) in resolve_omp_do()
H A Ddump-parse-tree.c1342 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist()
1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
1583 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
H A Ddump-parse-tree.cc1418 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist()
1427 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
1670 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
H A Dtrans-openmp.c2241 case OMP_LIST_LINEAR:
4158 ? OMP_LIST_LINEAR : OMP_LIST_LASTPRIVATE]; in gfc_trans_omp_do()
4918 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses()
4919 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses()
H A Dtrans-openmp.cc2698 case OMP_LIST_LINEAR: in gfc_trans_omp_clauses()
5099 for (n = clauses->lists[OMP_LIST_LINEAR]; in gfc_trans_omp_do()
6330 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses()
6331 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses()
6381 case OMP_LIST_LINEAR: in gfc_split_omp_clauses()
H A Dmodule.c4238 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd()
4267 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
H A Dmodule.cc4384 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd()
4413 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
H A Dgfortran.h1375 OMP_LIST_LINEAR, enumerator
H A DChangeLog-20141871 (OMP_LIST_UNIFORM, OMP_LIST_ALIGNED, OMP_LIST_LINEAR,
H A Dfrontend-passes.c5345 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
H A Dfrontend-passes.cc5636 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c1370 &c->lists[OMP_LIST_LINEAR],
1375 &c->lists[OMP_LIST_LINEAR],
1380 &c->lists[OMP_LIST_LINEAR],
1385 &c->lists[OMP_LIST_LINEAR],
4766 case OMP_LIST_LINEAR:
4882 case OMP_LIST_LINEAR:
5591 case OMP_LIST_LINEAR: in gfc_resolve_omp_parallel_blocks()
5832 : (list != OMP_LIST_LINEAR)) in resolve_omp_do()
H A Ddump-parse-tree.c1342 else if (list_type == OMP_LIST_LINEAR) in show_omp_namelist()
1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
1583 case OMP_LIST_LINEAR: type = "LINEAR"; break; in show_omp_clauses()
H A Dtrans-openmp.c2241 case OMP_LIST_LINEAR:
4158 ? OMP_LIST_LINEAR : OMP_LIST_LASTPRIVATE]; in gfc_trans_omp_do()
4918 clausesa[innermost].lists[OMP_LIST_LINEAR] in gfc_split_omp_clauses()
4919 = code->ext.omp_clauses->lists[OMP_LIST_LINEAR]; in gfc_split_omp_clauses()
H A Dgfortran.h1265 OMP_LIST_LINEAR, enumerator
H A Dmodule.c4238 for (n = ods->clauses->lists[OMP_LIST_LINEAR]; n; n = n->next) in mio_omp_declare_simd()
4267 ptrs[1] = &ods->clauses->lists[OMP_LIST_LINEAR]; in mio_omp_declare_simd()
H A Dfrontend-passes.c5345 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()