Searched refs:SLP_TREE_SCALAR_OPS (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-slp.c | 81 SLP_TREE_SCALAR_OPS (node).release (); in vect_free_slp_tree() 125 SLP_TREE_SCALAR_OPS (node) = vNULL; in vect_create_new_slp_node() 151 SLP_TREE_SCALAR_OPS (node) = ops; in vect_create_new_slp_node() 1415 SLP_TREE_SCALAR_OPS (child) = oprnd_info->ops; in vect_build_slp_tree_2() 1451 SLP_TREE_SCALAR_OPS (child) = oprnd_info->ops; in vect_build_slp_tree_2() 1561 SLP_TREE_SCALAR_OPS (child) = oprnd_info->ops; in vect_build_slp_tree_2() 1625 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in vect_print_slp_tree() 1627 i < SLP_TREE_SCALAR_OPS (node).length () - 1 ? "," : ""); in vect_print_slp_tree() 1739 if (SLP_TREE_SCALAR_OPS (node).exists ()) in slp_copy_subtree() 1740 SLP_TREE_SCALAR_OPS (copy) = SLP_TREE_SCALAR_OPS (node).copy (); in slp_copy_subtree() [all …]
|
H A D | tree-vectorizer.h | 182 #define SLP_TREE_SCALAR_OPS(S) (S)->ops macro
|
H A D | tree-vect-stmts.c | 5890 i < SLP_TREE_SCALAR_OPS (shift).length (); ++i) in vectorizable_shift() 5892 SLP_TREE_SCALAR_OPS (shift)[i] in vectorizable_shift() 5894 SLP_TREE_SCALAR_OPS (shift)[i]); in vectorizable_shift() 5895 gcc_assert ((TREE_CODE (SLP_TREE_SCALAR_OPS (shift)[i]) in vectorizable_shift() 11399 group_size = SLP_TREE_SCALAR_OPS (node).length (); in get_vectype_for_scalar_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.cc | 100 SLP_TREE_SCALAR_OPS (this) = vNULL; in _slp_tree() 129 SLP_TREE_SCALAR_OPS (this).release (); in ~_slp_tree() 231 SLP_TREE_SCALAR_OPS (node) = ops; in vect_create_new_slp_node() 331 if (SLP_TREE_SCALAR_OPS (node).is_empty ()) in vect_slp_tree_uniform_p() 336 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in vect_slp_tree_uniform_p() 2518 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in vect_print_slp_tree() 2520 i < SLP_TREE_SCALAR_OPS (node).length () - 1 ? "," : ""); in vect_print_slp_tree() 3978 (SLP_TREE_SCALAR_OPS (child).copy ()); in vect_optimize_slp() 3981 SLP_TREE_SCALAR_OPS (child), true); in vect_optimize_slp() 4036 gcc_assert (!SLP_TREE_SCALAR_OPS (node).exists ()); in vect_optimize_slp() [all …]
|
H A D | tree-vect-slp-patterns.cc | 757 for (unsigned i = 0; i < SLP_TREE_SCALAR_OPS (a).length (); i++) in compatible_complex_nodes_p() 759 tree op1 = SLP_TREE_SCALAR_OPS (a)[pa[i % 2]]; in compatible_complex_nodes_p() 760 tree op2 = SLP_TREE_SCALAR_OPS (b)[pb[i % 2]]; in compatible_complex_nodes_p()
|
H A D | tree-vectorizer.h | 278 #define SLP_TREE_SCALAR_OPS(S) (S)->ops macro
|
H A D | tree-vect-stmts.cc | 5884 i < SLP_TREE_SCALAR_OPS (slp_op1).length (); ++i) in vectorizable_shift() 5886 SLP_TREE_SCALAR_OPS (slp_op1)[i] in vectorizable_shift() 5888 SLP_TREE_SCALAR_OPS (slp_op1)[i]); in vectorizable_shift() 5889 gcc_assert ((TREE_CODE (SLP_TREE_SCALAR_OPS (slp_op1)[i]) in vectorizable_shift() 11917 *op = SLP_TREE_SCALAR_OPS (child)[0]; in vect_is_simple_use()
|
H A D | ChangeLog-2019 | 9343 (SLP_TREE_SCALAR_OPS): New. 9346 SLP_TREE_SCALAR_OPS. 9355 Record SLP_TREE_SCALAR_OPS for all invariant nodes. Also 9358 (vect_slp_rearrange_stmts): Re-arrange SLP_TREE_SCALAR_OPS as well. 9366 Use SLP_TREE_SCALAR_OPS and simplify greatly.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 23329 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in add_stmt_cost() 23332 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in add_stmt_cost() 23360 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op) in add_stmt_cost()
|