Home
last modified time | relevance | path

Searched refs:elt_mode (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDemit-rtl.c5906 machine_mode elt_mode = GET_MODE_INNER (GET_MODE (x)); in const_vector_int_elt() local
5908 return rtx_mode_t (CONST_VECTOR_ENCODED_ELT (x, i), elt_mode); in const_vector_int_elt()
5920 return rtx_mode_t (CONST_VECTOR_ENCODED_ELT (x, final_i), elt_mode); in const_vector_int_elt()
5925 wide_int diff = wi::sub (rtx_mode_t (v2, elt_mode), in const_vector_int_elt()
5926 rtx_mode_t (v1, elt_mode)); in const_vector_int_elt()
5927 return wi::add (rtx_mode_t (v2, elt_mode), (count - 2) * diff); in const_vector_int_elt()
HDtree-vect-slp.c220 can_duplicate_and_interleave_p (unsigned int count, machine_mode elt_mode, in can_duplicate_and_interleave_p() argument
225 poly_int64 elt_bytes = count * GET_MODE_SIZE (elt_mode); in can_duplicate_and_interleave_p()
HDtree-vect-loop.c7228 scalar_mode elt_mode = SCALAR_TYPE_MODE (TREE_TYPE (vectype_out)); in vectorizable_reduction() local
7230 && !can_duplicate_and_interleave_p (group_size, elt_mode)) in vectorizable_reduction()