HomeSort by: relevance | last modified time | path
    Searched refs:SLP_TREE_LOAD_PERMUTATION (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 105 SLP_TREE_LOAD_PERMUTATION (this) = vNULL;
132 SLP_TREE_LOAD_PERMUTATION (this).release ();
1770 SLP_TREE_LOAD_PERMUTATION (node) = load_permutation;
2526 if (SLP_TREE_LOAD_PERMUTATION (node).exists ())
2529 FOR_EACH_VEC_ELT (SLP_TREE_LOAD_PERMUTATION (node), i, j)
3688 if (!SLP_TREE_LOAD_PERMUTATION (node).exists ())
3701 unsigned idx = SLP_TREE_LOAD_PERMUTATION (node)[j];
3704 if (idx - SLP_TREE_LOAD_PERMUTATION (node)[0] != j)
3722 bitmap_set_bit (load_index, SLP_TREE_LOAD_PERMUTATION (node)[j] - imin);
3733 perm[j] = SLP_TREE_LOAD_PERMUTATION (node)[j] - imin
    [all...]
tree-vect-slp-patterns.cc 223 if (SLP_TREE_LOAD_PERMUTATION (root).exists ())
225 retval = is_linear_load_p (SLP_TREE_LOAD_PERMUTATION (root));
800 if (!SLP_TREE_LOAD_PERMUTATION (a).exists ()
801 || !SLP_TREE_LOAD_PERMUTATION (b).exists ())
tree-vect-stmts.cc 1135 if (slp_node && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
2213 if (! SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
2304 && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ()
8905 if (slp && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
8917 FOR_EACH_VEC_ELT (SLP_TREE_LOAD_PERMUTATION (slp_node), j, k)
9343 if (slp && ! SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
tree-vectorizer.h 283 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation
tree-vect-loop.cc 2471 if (!SLP_TREE_LOAD_PERMUTATION (load_node).exists ())
2476 if (SLP_TREE_LOAD_PERMUTATION (load_node)[j] != j)
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp-patterns.cc 223 if (SLP_TREE_LOAD_PERMUTATION (root).exists ())
225 retval = is_linear_load_p (SLP_TREE_LOAD_PERMUTATION (root));
800 if (!SLP_TREE_LOAD_PERMUTATION (a).exists ()
801 || !SLP_TREE_LOAD_PERMUTATION (b).exists ())
tree-vect-slp.cc 118 SLP_TREE_LOAD_PERMUTATION (this) = vNULL;
145 SLP_TREE_LOAD_PERMUTATION (this).release ();
1981 SLP_TREE_LOAD_PERMUTATION (node) = load_permutation;
2774 if (SLP_TREE_LOAD_PERMUTATION (node).exists ())
2777 FOR_EACH_VEC_ELT (SLP_TREE_LOAD_PERMUTATION (node), i, j)
4698 && SLP_TREE_LOAD_PERMUTATION (node).exists ())
4701 tmp_perm.safe_splice (SLP_TREE_LOAD_PERMUTATION (node));
4770 if (SLP_TREE_LOAD_PERMUTATION (node).exists ())
4786 tmp_perm.safe_splice (SLP_TREE_LOAD_PERMUTATION (node));
4923 && !SLP_TREE_LOAD_PERMUTATION (node).exists ()
    [all...]
tree-vectorizer.h 307 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation
tree-vect-stmts.cc 2037 if (! SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
2136 && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ()
10026 if (slp && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
10038 FOR_EACH_VEC_ELT (SLP_TREE_LOAD_PERMUTATION (slp_node), j, k)
10519 || (slp && SLP_TREE_LOAD_PERMUTATION (slp_node).exists ()))
10533 if (slp && ! SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
tree-vect-loop.cc 2991 if (!SLP_TREE_LOAD_PERMUTATION (load_node).exists ())
2996 if (SLP_TREE_LOAD_PERMUTATION (load_node)[j] != j)

Completed in 91 milliseconds