Home
last modified time | relevance | path

Searched refs:CONST_VECTOR_NUNITS (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c1750 unsigned int in_n_elts = CONST_VECTOR_NUNITS (op).to_constant (); in simplify_const_unary_operation()
1763 if (!CONST_VECTOR_NUNITS (op).is_constant (&n_elts)) in simplify_const_unary_operation()
4041 if (!CONST_VECTOR_NUNITS (op0).is_constant (&n_elts)) in simplify_const_binary_operation()
4044 gcc_assert (known_eq (n_elts, CONST_VECTOR_NUNITS (op1))); in simplify_const_binary_operation()
5700 if (!CONST_VECTOR_NUNITS (cv).is_constant (&nunits)) in simplify_ternary_operation()
5864 && known_eq (CONST_VECTOR_NUNITS (op1), 2) in simplify_ternary_operation()
H A Drtl.h2005 #define CONST_VECTOR_NUNITS(RTX) GET_MODE_NUNITS (GET_MODE (RTX)) macro
H A Demit-rtl.c6008 if (maybe_ne (CONST_VECTOR_NUNITS (x), 2) in const_vec_series_p_1()
H A Ddwarf2out.c16753 if (!CONST_VECTOR_NUNITS (rtl).is_constant (&length)) in loc_descriptor()
19596 if (!CONST_VECTOR_NUNITS (rtl).is_constant (&length)) in add_const_value_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md757 n_elts = CONST_VECTOR_NUNITS (op);
775 && CONST_VECTOR_NUNITS (op) == nunits)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcselib.c1125 units = CONST_VECTOR_NUNITS (x); in cselib_hash_rtx()
H A Drtl.h1142 #define CONST_VECTOR_NUNITS(RTX) XCVECLEN (RTX, 0, CONST_VECTOR) macro
H A Dcse.c2365 units = CONST_VECTOR_NUNITS (x); in hash_rtx_cb()
H A Dvarasm.c3712 units = CONST_VECTOR_NUNITS (x); in output_constant_pool_2()
H A Dexpmed.c4992 int units = CONST_VECTOR_NUNITS (x); in make_tree()
H A Dsimplify-rtx.c5146 num_elem = CONST_VECTOR_NUNITS (op); in simplify_immed_subreg()
H A Ddwarf2out.c12727 unsigned int length = CONST_VECTOR_NUNITS (rtl); in loc_descriptor()
14486 unsigned int length = CONST_VECTOR_NUNITS (rtl); in add_const_value_attribute()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md1016 n_elts = CONST_VECTOR_NUNITS (op);
H A Di386.c49401 || nunits != CONST_VECTOR_NUNITS (op)) in const_vector_equal_evenodd_p()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi1543 @code{CONST_VECTOR_NUNITS} as in @code{CONST_VECTOR_NUNITS (@var{v})}.