Searched refs:UNITS_PER_SIMD_WORD (Results 1 – 10 of 10) sorted by relevance
711 #ifndef UNITS_PER_SIMD_WORD712 #define UNITS_PER_SIMD_WORD UNITS_PER_WORD macro
206 * vectorization_factor == UNITS_PER_SIMD_WORD); in vect_determine_vectorization_factor()870 DR_MISALIGNMENT (dr) %= UNITS_PER_SIMD_WORD; in vect_update_misalignment_for_peel()
1556 if (nbytes == 0 || nbytes >= UNITS_PER_SIMD_WORD) in get_vectype_for_scalar_type()1561 nunits = UNITS_PER_SIMD_WORD / nbytes; in get_vectype_for_scalar_type()
17322 vectorization if UNITS_PER_WORD == UNITS_PER_SIMD_WORD, even21714 * defaults.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.21716 Do not cope with UNITS_PER_SIMD_WORD == 0.21718 if the scalar type is not bigger than UNITS_PER_SIMD_WORD.21719 (vectorize_loops): Do not check that UNITS_PER_SIMD_WORD > 0.21720 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.21721 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.21722 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.21723 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.21725 * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): Remove.[all …]
347 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Don't use MMX/3DNOW.5755 * config/sparc/sparc.h: Define UNITS_PER_SIMD_WORD to 8 for TARGET_VIS.9910 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.11328 * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): New.18805 * defaults.h (UNITS_PER_SIMD_WORD): Allow targets to specify the18808 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Define.18809 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Define.
598 #define UNITS_PER_SIMD_WORD (TARGET_VIS ? 8 : UNITS_PER_WORD) macro
931 #define UNITS_PER_SIMD_WORD (TARGET_SSE ? 16 : UNITS_PER_WORD) macro
1053 #define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : UNITS_PER_WORD) macro
826 #define UNITS_PER_SIMD_WORD \ macro
950 @defmac UNITS_PER_SIMD_WORD