Home
last modified time | relevance | path

Searched refs:full_nelts (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec-perm-indices.cc53 poly_uint64 full_nelts = elements.full_nelts (); in new_vector() local
55 if (full_nelts.is_constant (&copy_nelts)) in new_vector()
56 m_encoding.new_vector (full_nelts, copy_nelts, 1); in new_vector()
60 m_encoding.new_vector (full_nelts, elements.npatterns (), in new_vector()
91 m_encoding.new_vector (orig.m_encoding.full_nelts () * factor, in new_expanded_vector()
152 poly_uint64 full_nelts = exact_div (orig.m_encoding.full_nelts (), factor); in new_shrunk_vector() local
155 m_encoding.new_vector (full_nelts, npatterns, in new_shrunk_vector()
197 element_type full_nelts = m_encoding.full_nelts (); in series_p() local
211 if (known_ge (out_base, full_nelts)) in series_p()
254 poly_int64 step_nelts = exact_div (m_encoding.full_nelts (), in all_in_range_p()
H A Dvector-builder.h117 poly_uint64 full_nelts () const { return m_full_nelts; } in full_nelts() function
193 vector_builder<T, Shape, Derived>::new_vector (poly_uint64 full_nelts, in new_vector() argument
197 m_full_nelts = full_nelts; in new_vector()
270 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_unary_operation() local
271 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec))); in new_unary_operation()
276 if (!full_nelts.is_constant ()) in new_unary_operation()
278 npatterns = full_nelts.to_constant (); in new_unary_operation()
299 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_binary_operation() local
300 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec1)) in new_binary_operation()
301 && known_eq (full_nelts, Derived::nelts_of (vec2))); in new_binary_operation()
[all …]
H A Dint-vector-builder.h59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() argument
63 new_vector (full_nelts, npatterns, nelts_per_pattern); in int_vector_builder()
H A Dvec-perm-indices.h68 poly_uint64 length () const { return m_encoding.full_nelts (); } in length()
H A DChangeLog-201835317 (vector_builder::full_nelts): Update prototype accordingly.
35319 (vector_builder::encoded_full_vector_p): Handle polynomial full_nelts.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec-perm-indices.c53 poly_uint64 full_nelts = elements.full_nelts (); in new_vector() local
55 if (full_nelts.is_constant (&copy_nelts)) in new_vector()
56 m_encoding.new_vector (full_nelts, copy_nelts, 1); in new_vector()
60 m_encoding.new_vector (full_nelts, elements.npatterns (), in new_vector()
91 m_encoding.new_vector (orig.m_encoding.full_nelts () * factor, in new_expanded_vector()
138 element_type full_nelts = m_encoding.full_nelts (); in series_p() local
152 if (known_ge (out_base, full_nelts)) in series_p()
196 poly_int64 step_nelts = exact_div (m_encoding.full_nelts (), in all_in_range_p()
H A Dvector-builder.h117 poly_uint64 full_nelts () const { return m_full_nelts; } in full_nelts() function
193 vector_builder<T, Shape, Derived>::new_vector (poly_uint64 full_nelts, in new_vector() argument
197 m_full_nelts = full_nelts; in new_vector()
270 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_unary_operation() local
271 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec))); in new_unary_operation()
276 if (!full_nelts.is_constant ()) in new_unary_operation()
278 npatterns = full_nelts.to_constant (); in new_unary_operation()
299 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_binary_operation() local
300 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec1)) in new_binary_operation()
301 && known_eq (full_nelts, Derived::nelts_of (vec2))); in new_binary_operation()
[all …]
H A Dint-vector-builder.h59 int_vector_builder<T>::int_vector_builder (poly_uint64 full_nelts, in int_vector_builder() argument
63 new_vector (full_nelts, npatterns, nelts_per_pattern); in int_vector_builder()
H A Dvec-perm-indices.h67 poly_uint64 length () const { return m_encoding.full_nelts (); } in length()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c3824 if (i > builder.npatterns () && maybe_ne (nelts, builder.full_nelts ())) in aarch64_partial_ptrue_length()
5286 if (builder.full_nelts ().is_constant ()) in aarch64_expand_sve_const_pred()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5111 if (i > builder.npatterns () && maybe_ne (nelts, builder.full_nelts ())) in aarch64_partial_ptrue_length()
6573 if (builder.full_nelts ().is_constant ()) in aarch64_expand_sve_const_pred()