Home | History | Annotate | Download | only in gcc

Lines Matching defs:simd

192   bool simd = gimple_omp_for_kind (for_stmt) == GF_OMP_FOR_KIND_SIMD;
202 fd->have_nowait = distribute || simd;
454 if (simd
823 && !simd
1016 else if (!strcmp (sel, "simd"))
1304 /* If there is no simd, assume it is ok after IPA,
1555 #pragma omp declare simd on it, some simd clones
1563 if (lookup_attribute ("omp declare simd", attrs))
1613 /* Compare construct={simd} CLAUSES1 with CLAUSES2, return 0/-1/1/2 as
1831 tree simd = get_identifier ("simd");
1838 if (TREE_PURPOSE (t1) == simd)
1971 would be different depending on whether it is a declare simd clone or
1973 a declare simd clone. */
2034 /* Score if not in declare simd clone. */
2036 /* Score if in declare simd clone. */
2501 depending on whether it will be in a declare simd clone or not,