Searched refs:vec_type (Results 1 – 5 of 5) sorted by relevance
852 vec_type; typedef857 const vec_type vectable =
1330 vect_nunits_for_cost (tree vec_type) in vect_nunits_for_cost() argument1332 return estimated_poly_value (TYPE_VECTOR_SUBPARTS (vec_type)); in vect_nunits_for_cost()
1926 build_index_vector (tree vec_type, poly_uint64 base, poly_uint64 step) in build_index_vector() argument1928 tree index_vec_type = vec_type; in build_index_vector()1929 tree index_elt_type = TREE_TYPE (vec_type); in build_index_vector()1930 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vec_type); in build_index_vector()
29315 get_element_number (tree vec_type, tree arg) in get_element_number() argument29317 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1; in get_element_number()
36306 get_element_number (tree vec_type, tree arg) in get_element_number() argument36308 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1; in get_element_number()