Searched refs:VECTOR_MODE_P (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dptx4-i.h34 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsol2-10.h113 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) \
H A Di386elf.h41 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsysv4.h32 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Di386.c3165 if (TREE_CODE (type) == VECTOR_TYPE && !VECTOR_MODE_P (mode))
3476 if (VECTOR_MODE_P (mode)
3558 gcc_assert (VECTOR_MODE_P (mode));
4255 if (VECTOR_MODE_P (mode) || mode == TImode)
4306 || (VECTOR_MODE_P (mode) && GET_MODE_SIZE (mode) == 16))
4316 if (VECTOR_MODE_P (mode) && GET_MODE_SIZE (mode) == 8)
4369 if (VECTOR_MODE_P (mode) && GET_MODE_SIZE (mode) == 8)
4375 if (mode == TImode || (VECTOR_MODE_P (mode) && GET_MODE_SIZE (mode) == 16))
9852 bool vector_mode = VECTOR_MODE_P (mode);
16187 if (VECTOR_MODE_P (mode
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dmachmode.h67 #define VECTOR_MODE_P(MODE) \ macro
H A Dsimplify-rtx.c884 gcc_assert (VECTOR_MODE_P (mode));
887 if (!VECTOR_MODE_P (GET_MODE (op)))
919 if (VECTOR_MODE_P (mode) && GET_CODE (op) == CONST_VECTOR)
2544 if (!VECTOR_MODE_P (mode))
2546 gcc_assert (VECTOR_MODE_P (GET_MODE (trueop0)));
2558 gcc_assert (VECTOR_MODE_P (GET_MODE (trueop0)));
2620 gcc_assert (VECTOR_MODE_P (mode));
2624 if (VECTOR_MODE_P (op0_mode))
2630 if (VECTOR_MODE_P (op1_mode))
2649 if (VECTOR_MODE_P (op0_mod
[all...]
H A Dtree-vect-patterns.c482 if (VECTOR_MODE_P (TYPE_MODE (type_in)))
H A Dtree-vect-transform.c929 if (!VECTOR_MODE_P (mode))
1251 if (!VECTOR_MODE_P (TYPE_MODE (vectype))
1560 if (!VECTOR_MODE_P (TYPE_MODE (vectype))
1572 if (!VECTOR_MODE_P (vec_mode))
1578 if (! (VECTOR_MODE_P (optab_op2_mode)
1619 if (!VECTOR_MODE_P (optab_op2_mode))
H A Dtree-vect-analyze.c136 if (VECTOR_MODE_P (TYPE_MODE (TREE_TYPE (stmt))))
311 gcc_assert (!VECTOR_MODE_P (TYPE_MODE (TREE_TYPE (stmt))));
H A Dexpr.c391 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
395 if (VECTOR_MODE_P (to_mode))
829 if (VECTOR_MODE_P (mode) && GET_MODE (x) == VOIDmode)
1735 else if (VECTOR_MODE_P (GET_MODE (dst))
5341 if (REG_P (target) && VECTOR_MODE_P (GET_MODE (target)))
H A Dtree-vectorizer.c1580 if (!VECTOR_MODE_P (TYPE_MODE (vectype))
H A Demit-rtl.c633 else if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode))
641 else if (VECTOR_MODE_P (omode) && GET_MODE_INNER (omode) == imode)
665 if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode))
H A Dc-common.c1743 else if (VECTOR_MODE_P (mode))
4651 else if (VECTOR_MODE_P (mode)
H A Dexpmed.c397 if (VECTOR_MODE_P (GET_MODE (op0))
1135 if (VECTOR_MODE_P (GET_MODE (op0))
H A Dcombine.c8030 || VECTOR_MODE_P (GET_MODE (lhs))
8620 if (VECTOR_MODE_P (result_mode))
8811 && !VECTOR_MODE_P (result_mode))
H A Dcse.c4024 if (VECTOR_MODE_P (mode))
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c12656 if (VECTOR_MODE_P (mode0))
12658 if (VECTOR_MODE_P (mode1))
12700 if (VECTOR_MODE_P (mode0))
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c1002 || VECTOR_MODE_P (mode)))
5729 return TARGET_VIS && VECTOR_MODE_P (mode) ? true : false;
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c7341 gcc_assert (VECTOR_MODE_P (tmode));
7391 gcc_assert (VECTOR_MODE_P (tmode));
7425 gcc_assert (VECTOR_MODE_P (mode0));

Completed in 669 milliseconds