Searched refs:UNITS_PER_SIMD_WORD (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddefaults.h711 #ifndef UNITS_PER_SIMD_WORD
712 #define UNITS_PER_SIMD_WORD UNITS_PER_WORD macro
H A Dtree-vect-analyze.c206 * vectorization_factor == UNITS_PER_SIMD_WORD); local
870 DR_MISALIGNMENT (dr) %= UNITS_PER_SIMD_WORD;
H A Dtree-vectorizer.c108 size of the vector (in bytes) - "UNITS_PER_SIMD_WORD". Targets that can
110 for "UNITS_PER_SIMD_WORD". More flexibility will be added in the future.
1557 if (nbytes == 0 || nbytes >= UNITS_PER_SIMD_WORD)
1560 /* FORNOW: Only a single vector size per target (UNITS_PER_SIMD_WORD)
1562 nunits = UNITS_PER_SIMD_WORD / nbytes;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h602 #define UNITS_PER_SIMD_WORD (TARGET_VIS ? 8 : UNITS_PER_WORD)
598 #define UNITS_PER_SIMD_WORD macro
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h930 #define UNITS_PER_SIMD_WORD (TARGET_SSE ? 16 : UNITS_PER_WORD)
927 #define UNITS_PER_SIMD_WORD macro
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h1059 #define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : UNITS_PER_WORD)
1053 #define UNITS_PER_SIMD_WORD macro
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.h828 #define UNITS_PER_SIMD_WORD \
826 #define UNITS_PER_SIMD_WORD macro

Completed in 154 milliseconds