Home
last modified time | relevance | path

Searched refs:const_vf (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c1940 unsigned HOST_WIDE_INT const_vf; in vect_gen_vector_loop_niters() local
1941 if (vf.is_constant (&const_vf) in vect_gen_vector_loop_niters()
1949 log_vf = build_int_cst (type, exact_log2 (const_vf)); in vect_gen_vector_loop_niters()
1986 exact_log2 (const_vf), in vect_gen_vector_loop_niters()
1990 else if (const_vf > 1) in vect_gen_vector_loop_niters()
1995 - (const_vf - 1), in vect_gen_vector_loop_niters()
1996 exact_log2 (const_vf), TYPE_SIGN (type)) in vect_gen_vector_loop_niters()
H A Dtree-vect-slp.c3945 unsigned HOST_WIDE_INT const_nunits, const_vf; in vect_transform_slp_perm_load() local
3947 || !vf.is_constant (&const_vf)) in vect_transform_slp_perm_load()
3950 nelts_to_build = const_vf * group_size; in vect_transform_slp_perm_load()
H A Dtree-vect-loop.c1853 unsigned HOST_WIDE_INT const_vf; in determine_peel_for_niter() local
1882 || !LOOP_VINFO_VECT_FACTOR (loop_vinfo).is_constant (&const_vf) in determine_peel_for_niter()
1884 < (unsigned) exact_log2 (const_vf)) in determine_peel_for_niter()
1890 > (th / const_vf) * const_vf)))) in determine_peel_for_niter()
H A Dtree-vect-stmts.c9014 unsigned int const_vf = vf.to_constant (); in vectorizable_load() local
9015 ncopies = CEIL (group_size * const_vf, const_nunits); in vectorizable_load()
9149 unsigned int const_vf = vf.to_constant (); in vectorizable_load() local
9151 vec_num = CEIL (group_size * const_vf, const_nunits); in vectorizable_load()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc2019 unsigned HOST_WIDE_INT const_vf; in vect_gen_vector_loop_niters() local
2020 if (vf.is_constant (&const_vf) in vect_gen_vector_loop_niters()
2028 log_vf = build_int_cst (type, exact_log2 (const_vf)); in vect_gen_vector_loop_niters()
2065 exact_log2 (const_vf), in vect_gen_vector_loop_niters()
2069 else if (const_vf > 1) in vect_gen_vector_loop_niters()
2074 - (const_vf - 1), in vect_gen_vector_loop_niters()
2075 exact_log2 (const_vf), TYPE_SIGN (type)) in vect_gen_vector_loop_niters()
H A Dtree-vect-loop.cc1037 unsigned HOST_WIDE_INT const_vf; in vect_need_peeling_or_partial_vectors_p() local
1063 || !LOOP_VINFO_VECT_FACTOR (loop_vinfo).is_constant (&const_vf) in vect_need_peeling_or_partial_vectors_p()
1065 < (unsigned) exact_log2 (const_vf)) in vect_need_peeling_or_partial_vectors_p()
1071 > (th / const_vf) * const_vf)))) in vect_need_peeling_or_partial_vectors_p()
H A Dtree-vect-slp.cc6760 unsigned HOST_WIDE_INT const_nunits, const_vf; in vect_transform_slp_perm_load() local
6762 || !vf.is_constant (&const_vf)) in vect_transform_slp_perm_load()
6765 nelts_to_build = const_vf * group_size; in vect_transform_slp_perm_load()
6767 in_nlanes = const_vf * DR_GROUP_SIZE (stmt_info); in vect_transform_slp_perm_load()
H A Dtree-vect-stmts.cc9245 unsigned int const_vf = vf.to_constant (); in vectorizable_load() local
9246 ncopies = CEIL (group_size * const_vf, const_nunits); in vectorizable_load()
9385 unsigned int const_vf = vf.to_constant (); in vectorizable_load() local
9387 vec_num = CEIL (group_size * const_vf, const_nunits); in vectorizable_load()