Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-vect-slp.c452 VEC (int, heap) **load_permutation, in vect_build_slp_tree()
811 VEC_safe_push (int, heap, *load_permutation, load_place); in vect_build_slp_tree()
923 max_nunits, load_permutation, loads, in vect_build_slp_tree()
1116 VEC (int, heap) *load_permutation) in vect_supported_load_permutation_p()
1134 FOR_EACH_VEC_ELT (int, load_permutation, i, next) in vect_supported_load_permutation_p()
1215 number_of_groups = VEC_length (int, load_permutation) / group_size; in vect_supported_load_permutation_p()
1230 next = VEC_index (int, load_permutation, j); in vect_supported_load_permutation_p()
1231 first_group_load_index = VEC_index (int, load_permutation, k); in vect_supported_load_permutation_p()
1254 first_group_load_index = VEC_index (int, load_permutation, k); in vect_supported_load_permutation_p()
1282 load_permutation); in vect_supported_load_permutation_p()
[all …]
HDtree-vectorizer.h126 VEC (int, heap) *load_permutation;
145 #define SLP_INSTANCE_LOAD_PERMUTATION(S) (S)->load_permutation
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-vect-slp.c1593 if (!node->load_permutation.exists ()) in vect_attempt_slp_rearrange_stmts()
1597 if (!load->load_permutation.exists ()) in vect_attempt_slp_rearrange_stmts()
1599 FOR_EACH_VEC_ELT (load->load_permutation, j, lidx) in vect_attempt_slp_rearrange_stmts()
1600 if (lidx != node->load_permutation[j]) in vect_attempt_slp_rearrange_stmts()
1608 FOR_EACH_VEC_ELT (node->load_permutation, i, lidx) in vect_attempt_slp_rearrange_stmts()
1626 node->load_permutation); in vect_attempt_slp_rearrange_stmts()
1663 if (node->load_permutation.exists ()) in vect_supported_load_permutation_p()
1664 FOR_EACH_VEC_ELT (node->load_permutation, j, next) in vect_supported_load_permutation_p()
1769 if (node->load_permutation.exists () in vect_supported_load_permutation_p()
2269 vec<unsigned> load_permutation; in vect_analyze_slp_instance() local
[all …]
HDtree-vectorizer.h122 vec<unsigned> load_permutation; member
167 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation