Home
last modified time | relevance | path

Searched refs:GFC_OMP_MASK_SIMD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c4593 GFC_OMP_MASK_SIMD = (1 << GFC_OMP_SPLIT_SIMD), enumerator
4619 | GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4623 mask = GFC_OMP_MASK_DISTRIBUTE | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4630 mask = GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4641 mask = GFC_OMP_MASK_PARALLEL | GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4660 | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4664 mask = GFC_OMP_MASK_TARGET | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4683 | GFC_OMP_MASK_PARALLEL | GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4688 | GFC_OMP_MASK_DISTRIBUTE | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
4695 mask = GFC_OMP_MASK_TASKLOOP | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc5734 GFC_OMP_MASK_SIMD = (1 << GFC_OMP_SPLIT_SIMD), enumerator
5903 | GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5907 mask = GFC_OMP_MASK_DISTRIBUTE | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5915 mask = GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5927 mask = GFC_OMP_MASK_PARALLEL | GFC_OMP_MASK_DO | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5936 | GFC_OMP_MASK_TASKLOOP | GFC_OMP_MASK_SIMD); in gfc_split_omp_clauses()
5940 mask = GFC_OMP_MASK_PARALLEL | GFC_OMP_MASK_TASKLOOP | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5945 | GFC_OMP_MASK_TASKLOOP | GFC_OMP_MASK_SIMD); in gfc_split_omp_clauses()
5949 mask = GFC_OMP_MASK_PARALLEL | GFC_OMP_MASK_TASKLOOP | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
5969 | GFC_OMP_MASK_SIMD; in gfc_split_omp_clauses()
[all …]
H A DChangeLog-20141995 GFC_OMP_SPLIT_NUM, GFC_OMP_MASK_SIMD, GFC_OMP_MASK_DO,