Home
last modified time | relevance | path

Searched refs:SLP_INSTANCE_TREE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-slp.c95 vect_free_slp_tree (SLP_INSTANCE_TREE (instance)); in vect_free_slp_instance()
1209 node = SLP_INSTANCE_TREE (slp_instn); in vect_supported_load_permutation_p()
1437 node = SLP_INSTANCE_TREE (instance); in vect_find_last_store_in_slp_instance()
1579 SLP_INSTANCE_TREE (new_instance) = node; in vect_analyze_slp_instance()
1719 vect_mark_slp_stmts (SLP_INSTANCE_TREE (instance), pure_slp, -1); in vect_make_slp_decision()
1793 vect_detect_hybrid_slp_stmts (SLP_INSTANCE_TREE (instance)); in vect_detect_hybrid_slp()
1908 SLP_INSTANCE_TREE (instance))) in vect_slp_analyze_operations()
2088 vect_mark_slp_stmts (SLP_INSTANCE_TREE (instance), pure_slp, -1); in vect_slp_analyze_bb_1()
2089 vect_mark_slp_stmts_relevant (SLP_INSTANCE_TREE (instance)); in vect_slp_analyze_bb_1()
3002 is_store = vect_schedule_slp_instance (SLP_INSTANCE_TREE (instance), in vect_schedule_slp()
[all …]
H A Dtree-vectorizer.h140 #define SLP_INSTANCE_TREE(S) (S)->root macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c84 vect_free_slp_tree (SLP_INSTANCE_TREE (instance)); in vect_free_slp_instance()
1685 node = SLP_INSTANCE_TREE (slp_instn); in vect_supported_load_permutation_p()
2017 slp_tree node = SLP_INSTANCE_TREE (instance); in vect_analyze_slp_cost()
2049 vect_analyze_slp_cost_1 (instance, SLP_INSTANCE_TREE (instance), in vect_analyze_slp_cost()
2259 SLP_INSTANCE_TREE (new_instance) = node; in vect_analyze_slp_instance()
2676 vect_detect_hybrid_slp_stmts (SLP_INSTANCE_TREE (instance), in vect_detect_hybrid_slp()
2883 SLP_INSTANCE_TREE (instance), in vect_slp_analyze_operations()
2890 (SLP_INSTANCE_TREE (instance))[0], 0); in vect_slp_analyze_operations()
3009 SLP_INSTANCE_TREE (instance), in vect_bb_vectorization_profitable_p()
3163 (SLP_INSTANCE_TREE (instance))[0], 0); in vect_slp_analyze_bb_1()
[all …]
H A Dtree-vectorizer.h158 #define SLP_INSTANCE_TREE(S) (S)->root macro
H A Dtree-vect-data-refs.c780 slp_tree store = SLP_INSTANCE_TREE (instance); in vect_slp_analyze_instance_dependence()
2462 node = SLP_INSTANCE_TREE (instance); in vect_slp_analyze_and_verify_instance_alignment()
2465 (SLP_INSTANCE_TREE (instance))) in vect_slp_analyze_and_verify_instance_alignment()
H A Dtree-vect-loop.c2496 (SLP_TREE_SCALAR_STMTS (SLP_INSTANCE_TREE (instance))[0]); in vect_analyze_loop_2()