Home
last modified time | relevance | path

Searched refs:SLP_TREE_CHILDREN (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c58 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (node), i, child) in vect_free_slp_tree()
70 SLP_TREE_CHILDREN (node).release (); in vect_free_slp_tree()
115 SLP_TREE_CHILDREN (node).create (nops); in vect_create_new_slp_node()
1240 if (!SLP_TREE_CHILDREN (child).is_empty () in vect_build_slp_tree_2()
1259 SLP_TREE_CHILDREN (child).truncate (0); in vect_build_slp_tree_2()
1419 if (!SLP_TREE_CHILDREN (child).is_empty () in vect_build_slp_tree_2()
1439 SLP_TREE_CHILDREN (child).truncate (0); in vect_build_slp_tree_2()
1476 SLP_TREE_CHILDREN (node).splice (children); in vect_build_slp_tree_2()
1497 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (node), i, child) in vect_print_slp_tree()
1521 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (node), i, child) in vect_mark_slp_stmts()
[all …]
H A Dtree-vectorizer.h163 #define SLP_TREE_CHILDREN(S) (S)->children macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-slp.c77 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_free_slp_tree()
80 VEC_free (slp_void_p, heap, SLP_TREE_CHILDREN (node)); in vect_free_slp_tree()
125 SLP_TREE_CHILDREN (node) = VEC_alloc (slp_void_p, heap, nops); in vect_create_new_slp_node()
934 VEC_quick_push (slp_void_p, SLP_TREE_CHILDREN (*node), child); in vect_build_slp_tree()
960 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_print_slp_tree()
984 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_mark_slp_stmts()
1010 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_mark_slp_stmts_relevant()
1089 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_slp_rearrange_stmts()
1775 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_detect_hybrid_slp_stmts()
1877 FOR_EACH_VEC_ELT (slp_void_p, SLP_TREE_CHILDREN (node), i, child) in vect_slp_analyze_node_operations()
[all …]
H A Dtree-vectorizer.h149 #define SLP_TREE_CHILDREN(S) (S)->children macro