Home
last modified time | relevance | path

Searched refs:linear_op (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c1366 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; variable
1373 linear_op = OMP_LINEAR_REF;
1378 linear_op = OMP_LINEAR_VAL;
1383 linear_op = OMP_LINEAR_UVAL;
1388 linear_op = OMP_LINEAR_DEFAULT;
1394 if (linear_op != OMP_LINEAR_DEFAULT)
1421 if (linear_op != OMP_LINEAR_DEFAULT)
1423 n->u.linear_op = linear_op;
4092 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; variable
4884 && n->u.linear_op != OMP_LINEAR_DEFAULT
[all …]
H A Ddump-parse-tree.c1343 switch (n->u.linear_op) in show_omp_namelist()
1351 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
H A Dmodule.c4240 if (n->u.linear_op == OMP_LINEAR_DEFAULT) in mio_omp_declare_simd()
4243 mio_name (32 + n->u.linear_op, omp_declare_simd_clauses); in mio_omp_declare_simd()
4295 n->u.linear_op = (enum gfc_omp_linear_op) (t - 32); in mio_omp_declare_simd()
H A Dgfortran.h1243 gfc_omp_linear_op linear_op; member
H A Dtrans-openmp.c2264 switch (n->u.linear_op)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc2261 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; in gfc_match_omp_clauses() local
2268 linear_op = OMP_LINEAR_REF; in gfc_match_omp_clauses()
2273 linear_op = OMP_LINEAR_VAL; in gfc_match_omp_clauses()
2278 linear_op = OMP_LINEAR_UVAL; in gfc_match_omp_clauses()
2283 linear_op = OMP_LINEAR_DEFAULT; in gfc_match_omp_clauses()
2289 if (linear_op != OMP_LINEAR_DEFAULT) in gfc_match_omp_clauses()
2316 if (linear_op != OMP_LINEAR_DEFAULT) in gfc_match_omp_clauses()
2318 n->u.linear_op = linear_op; in gfc_match_omp_clauses()
6279 gfc_omp_linear_op linear_op = OMP_LINEAR_DEFAULT; in resolve_omp_clauses() local
7357 && n->u.linear_op != OMP_LINEAR_DEFAULT in resolve_omp_clauses()
[all …]
H A Ddump-parse-tree.cc1419 switch (n->u.linear_op) in show_omp_namelist()
1427 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT) in show_omp_namelist()
H A Dmodule.cc4391 if (n->u.linear_op == OMP_LINEAR_DEFAULT) in mio_omp_declare_simd()
4394 mio_name (32 + n->u.linear_op, omp_declare_simd_clauses); in mio_omp_declare_simd()
4446 n->u.linear_op = (enum gfc_omp_linear_op) (t - 32); in mio_omp_declare_simd()
H A Dgfortran.h1347 gfc_omp_linear_op linear_op; member
H A DChangeLog-2016780 (struct gfc_omp_namelist): Add u.common and u.linear_op fields.
H A Dtrans-openmp.cc2721 switch (n->u.linear_op) in gfc_trans_omp_clauses()