Searched refs:op_node (Results 1 – 3 of 3) sorted by relevance
6389 vect_create_constant_vectors (vec_info *vinfo, slp_tree op_node) in vect_create_constant_vectors() argument6396 int group_size = op_node->ops.length (); in vect_create_constant_vectors()6404 vector_type = SLP_TREE_VECTYPE (op_node); in vect_create_constant_vectors()6406 unsigned int number_of_vectors = SLP_TREE_NUMBER_OF_VEC_STMTS (op_node); in vect_create_constant_vectors()6407 SLP_TREE_VEC_DEFS (op_node).create (number_of_vectors); in vect_create_constant_vectors()6441 for (i = group_size - 1; op_node->ops.iterate (i, &op); i--) in vect_create_constant_vectors()6575 SLP_TREE_VEC_DEFS (op_node).quick_push (vop); in vect_create_constant_vectors()6582 while (number_of_vectors > SLP_TREE_VEC_DEFS (op_node).length ()) in vect_create_constant_vectors()6583 for (i = 0; SLP_TREE_VEC_DEFS (op_node).iterate (i, &vop) && i < vec_num; in vect_create_constant_vectors()6585 SLP_TREE_VEC_DEFS (op_node).quick_push (vop); in vect_create_constant_vectors()
3608 slp_tree op_node = SLP_TREE_CHILDREN (slp_node)[op_num]; in vect_get_constant_vectors() local3616 int group_size = op_node->ops.length (); in vect_get_constant_vectors()3626 tree op = op_node->ops[0]; in vect_get_constant_vectors()3633 vector_type = get_vectype_for_scalar_type (vinfo, TREE_TYPE (op), op_node); in vect_get_constant_vectors()3681 for (i = group_size - 1; op_node->ops.iterate (i, &op); i--) in vect_get_constant_vectors()