Home
last modified time | relevance | path

Searched refs:vec_size_in_bits (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop.c2909 int vec_size_in_bits = tree_low_cst (TYPE_SIZE (vectype), 1); in vect_model_reduction_cost() local
2913 int nelements = vec_size_in_bits / element_bitsize; in vect_model_reduction_cost()
3857 int vec_size_in_bits = tree_low_cst (TYPE_SIZE (vectype), 1); in vect_create_epilog_for_reduction() local
3894 for (bit_offset = vec_size_in_bits/2; in vect_create_epilog_for_reduction()
3932 vec_size_in_bits = tree_low_cst (TYPE_SIZE (vectype), 1); in vect_create_epilog_for_reduction()
3952 bit_offset < vec_size_in_bits; in vect_create_epilog_for_reduction()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c4279 int vec_size_in_bits = tree_to_uhwi (TYPE_SIZE (vectype)); in vect_model_reduction_cost() local
4283 int nelements = vec_size_in_bits / element_bitsize; in vect_model_reduction_cost()
5685 int vec_size_in_bits = tree_to_uhwi (TYPE_SIZE (vectype1)); in vect_create_epilog_for_reduction() local
5686 int nelements = vec_size_in_bits / element_bitsize; in vect_create_epilog_for_reduction()
5759 int vec_size_in_bits = tree_to_uhwi (TYPE_SIZE (vectype1)); in vect_create_epilog_for_reduction() local
5781 bit_offset < vec_size_in_bits; in vect_create_epilog_for_reduction()
6180 unsigned HOST_WIDE_INT vec_size_in_bits = tree_to_uhwi (TYPE_SIZE (vectype)); in vect_expand_fold_left() local
6184 bit_offset < vec_size_in_bits; in vect_expand_fold_left()