Home
last modified time | relevance | path

Searched refs:UNITS_PER_SIMD_WORD (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDdefaults.h711 #ifndef UNITS_PER_SIMD_WORD
712 #define UNITS_PER_SIMD_WORD UNITS_PER_WORD macro
HDtree-vect-analyze.c206 * 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()
HDtree-vectorizer.c1556 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()
HDChangeLog-200517322 vectorization if UNITS_PER_WORD == UNITS_PER_SIMD_WORD, even
21714 * 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 …]
HDChangeLog-2004347 * 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 the
18808 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Define.
18809 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Define.
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h598 #define UNITS_PER_SIMD_WORD (TARGET_VIS ? 8 : UNITS_PER_WORD) macro
/NextBSD/contrib/gcc/config/i386/
HDi386.h931 #define UNITS_PER_SIMD_WORD (TARGET_SSE ? 16 : UNITS_PER_WORD) macro
/NextBSD/contrib/gcc/config/mips/
HDmips.h1053 #define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : UNITS_PER_WORD) macro
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h826 #define UNITS_PER_SIMD_WORD \ macro
/NextBSD/contrib/gcc/doc/
HDtm.texi950 @defmac UNITS_PER_SIMD_WORD