Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c1313 vec<unsigned> load_permutation; in vect_build_slp_tree_2() local
1316 load_permutation.create (group_size); in vect_build_slp_tree_2()
1324 load_permutation.safe_push (load_place); in vect_build_slp_tree_2()
1326 SLP_TREE_LOAD_PERMUTATION (node) = load_permutation; in vect_build_slp_tree_2()
1823 if (!node->load_permutation.exists ()) in vect_attempt_slp_rearrange_stmts()
1827 if (!load->load_permutation.exists ()) in vect_attempt_slp_rearrange_stmts()
1829 FOR_EACH_VEC_ELT (load->load_permutation, j, lidx) in vect_attempt_slp_rearrange_stmts()
1830 if (lidx != node->load_permutation[j]) in vect_attempt_slp_rearrange_stmts()
1838 FOR_EACH_VEC_ELT (node->load_permutation, i, lidx) in vect_attempt_slp_rearrange_stmts()
1869 node->load_permutation, visited); in vect_attempt_slp_rearrange_stmts()
[all …]
H A Dtree-vectorizer.h128 vec<unsigned> load_permutation; member
185 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h178 load_permutation_t load_permutation; member
283 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation
H A Dtree-vect-slp.cc1736 vec<unsigned> load_permutation; in vect_build_slp_tree_2() local
1739 load_permutation.create (group_size); in vect_build_slp_tree_2()
1749 load_permutation.quick_push (load_place); in vect_build_slp_tree_2()
1757 load_permutation.release (); in vect_build_slp_tree_2()
1770 SLP_TREE_LOAD_PERMUTATION (node) = load_permutation; in vect_build_slp_tree_2()
H A DChangeLog-201333135 * tree-vectorizer.h (struct _slp_instance): Move load_permutation