Lines Matching refs:vec_oprnds
3606 vec<tree> *vec_oprnds) in vect_get_constant_vectors() argument
3648 vec_oprnds->create (number_of_vectors); in vect_get_constant_vectors()
3793 vec_oprnds->quick_push (vop); in vect_get_constant_vectors()
3800 while (number_of_vectors > vec_oprnds->length ()) in vect_get_constant_vectors()
3809 vec_oprnds->quick_push (neutral_vec); in vect_get_constant_vectors()
3813 for (i = 0; vec_oprnds->iterate (i, &vop) && i < vec_num; i++) in vect_get_constant_vectors()
3814 vec_oprnds->quick_push (vop); in vect_get_constant_vectors()
3824 vect_get_slp_vect_defs (slp_tree slp_node, vec<tree> *vec_oprnds) in vect_get_slp_vect_defs() argument
3832 vec_oprnds->quick_push (gimple_get_lhs (vec_def_stmt_info->stmt)); in vect_get_slp_vect_defs()
3844 vect_get_slp_defs (slp_tree slp_node, vec<vec<tree> > *vec_oprnds, unsigned n) in vect_get_slp_defs() argument
3865 vec_oprnds->quick_push (vec_defs); in vect_get_slp_defs()