Searched refs:OMP_LIST_ALIGNED (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 997 &c->lists[OMP_LIST_ALIGNED], 4320 && list != OMP_LIST_ALIGNED 4382 for (n = omp_clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) 4385 for (n = omp_clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) 4474 case OMP_LIST_ALIGNED:
|
H A D | trans-openmp.c | 2211 case OMP_LIST_ALIGNED: 4822 clausesa[GFC_OMP_SPLIT_SIMD].lists[OMP_LIST_ALIGNED] in gfc_split_omp_clauses() 4823 = code->ext.omp_clauses->lists[OMP_LIST_ALIGNED]; in gfc_split_omp_clauses()
|
H A D | gfortran.h | 1264 OMP_LIST_ALIGNED, enumerator
|
H A D | module.c | 4247 for (n = ods->clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) in mio_omp_declare_simd() 4268 ptrs[2] = &ods->clauses->lists[OMP_LIST_ALIGNED]; in mio_omp_declare_simd()
|
H A D | dump-parse-tree.c | 1582 case OMP_LIST_ALIGNED: type = "ALIGNED"; break; in show_omp_clauses()
|
H A D | frontend-passes.c | 5345 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.cc | 1472 &c->lists[OMP_LIST_ALIGNED], in gfc_match_omp_clauses() 6565 && list != OMP_LIST_ALIGNED in resolve_omp_clauses() 6632 for (n = omp_clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) in resolve_omp_clauses() 6635 for (n = omp_clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) in resolve_omp_clauses() 6798 case OMP_LIST_ALIGNED: in resolve_omp_clauses()
|
H A D | module.cc | 4398 for (n = ods->clauses->lists[OMP_LIST_ALIGNED]; n; n = n->next) in mio_omp_declare_simd() 4419 ptrs[2] = &ods->clauses->lists[OMP_LIST_ALIGNED]; in mio_omp_declare_simd()
|
H A D | gfortran.h | 1374 OMP_LIST_ALIGNED, enumerator
|
H A D | trans-openmp.cc | 2646 case OMP_LIST_ALIGNED: in gfc_trans_omp_clauses() 6189 clausesa[GFC_OMP_SPLIT_SIMD].lists[OMP_LIST_ALIGNED] in gfc_split_omp_clauses() 6190 = code->ext.omp_clauses->lists[OMP_LIST_ALIGNED]; in gfc_split_omp_clauses()
|
H A D | dump-parse-tree.cc | 1669 case OMP_LIST_ALIGNED: type = "ALIGNED"; break; in show_omp_clauses()
|
H A D | frontend-passes.cc | 5636 = { OMP_LIST_ALIGNED, OMP_LIST_LINEAR, OMP_LIST_DEPEND, in gfc_code_walker()
|
H A D | ChangeLog-2014 | 1871 (OMP_LIST_UNIFORM, OMP_LIST_ALIGNED, OMP_LIST_LINEAR,
|