Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc6435 vect_create_constant_vectors (vec_info *vinfo, slp_tree op_node) in vect_create_constant_vectors() argument
6442 int group_size = op_node->ops.length (); in vect_create_constant_vectors()
6450 vector_type = SLP_TREE_VECTYPE (op_node); in vect_create_constant_vectors()
6452 unsigned int number_of_vectors = SLP_TREE_NUMBER_OF_VEC_STMTS (op_node); in vect_create_constant_vectors()
6453 SLP_TREE_VEC_DEFS (op_node).create (number_of_vectors); in vect_create_constant_vectors()
6487 for (i = group_size - 1; op_node->ops.iterate (i, &op); i--) in vect_create_constant_vectors()
6621 SLP_TREE_VEC_DEFS (op_node).quick_push (vop); in vect_create_constant_vectors()
6628 while (number_of_vectors > SLP_TREE_VEC_DEFS (op_node).length ()) in vect_create_constant_vectors()
6629 for (i = 0; SLP_TREE_VEC_DEFS (op_node).iterate (i, &vop) && i < vec_num; in vect_create_constant_vectors()
6631 SLP_TREE_VEC_DEFS (op_node).quick_push (vop); in vect_create_constant_vectors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c3608 slp_tree op_node = SLP_TREE_CHILDREN (slp_node)[op_num]; in vect_get_constant_vectors() local
3616 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()