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

  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.h 154 unsigned int vectorizable : 16; member in struct:direct_internal_fn_info
175 return direct_internal_fn_array[fn].vectorizable;
tree-vectorizer.h 792 /* Is the loop vectorizable? */
793 bool vectorizable; member in class:_loop_vec_info
874 #define LOOP_VINFO_VECTORIZABLE_P(L) (L)->vectorizable
1156 /* Is this statement vectorizable or should it be skipped in (partial)
1158 bool vectorizable; member in class:_stmt_vec_info
1384 #define STMT_VINFO_VECTORIZABLE(S) (S)->vectorizable
tree-vect-loop.cc 568 "Detected vectorizable nested cycle.\n");
847 vectorizable (false),
1354 exactly 2 (the header and latch). Vectorizable inner-most loops
1381 Vectorizable outer-loops look like this:
1651 Scan the loop stmts and make sure they are all vectorizable. */
2536 to SLP and make sure they are vectorizable. */
6516 Return true if STMT_INFO is vectorizable in this way.
6740 /* 1. Is vectorizable reduction? */
8097 Return true if STMT_INFO is vectorizable in this way. */
9653 The analysis phase has determined that the loop is vectorizable
    [all...]
tree-vect-stmts.cc 1671 if (info.vectorizable)
3264 Return true if STMT_INFO is vectorizable in this way. */
3302 /* Is STMT_INFO a vectorizable call? */
3506 "function is not vectorizable.\n");
3963 Return true if STMT_INFO is vectorizable in this way. */
3988 /* Is STMT a vectorizable call? */
4844 Return true if STMT_INFO is vectorizable in this way. */
4877 /* Is STMT a vectorizable conversion? */
5390 Return true if STMT_INFO is vectorizable in this way. */
5420 /* Is vectorizable assignment? *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.h 162 unsigned int vectorizable : 16; member in struct:direct_internal_fn_info
183 return direct_internal_fn_array[fn].vectorizable;
tree-vectorizer.h 849 /* Is the loop vectorizable? */
850 bool vectorizable; member in class:_loop_vec_info
981 #define LOOP_VINFO_VECTORIZABLE_P(L) (L)->vectorizable
1276 /* Is this statement vectorizable or should it be skipped in (partial)
1278 bool vectorizable; member in class:_stmt_vec_info
1505 #define STMT_VINFO_VECTORIZABLE(S) (S)->vectorizable
tree-vect-loop.cc 544 /* A nested cycle isn't vectorizable as first order recurrence. */
695 "Detected vectorizable nested cycle.\n");
1058 vectorizable (false),
1801 Vectorizable outer-loops look like this:
2094 Scan the loop stmts and make sure they are all vectorizable. */
3059 to SLP and make sure they are vectorizable. */
7420 Return true if STMT_INFO is vectorizable in this way.
7638 /* 1. Is vectorizable reduction? */
9629 Return true if STMT_INFO is vectorizable in this way. */
9943 Return true if STMT_INFO is vectorizable in this way. *
    [all...]
tree-vect-stmts.cc 1452 if (info.vectorizable)
3131 Return true if STMT_INFO is vectorizable in this way. */
3170 /* Is STMT_INFO a vectorizable call? */
3369 "function is not vectorizable.\n");
3873 Return true if STMT_INFO is vectorizable in this way. */
3899 /* Is STMT a vectorizable call? */
5155 Return true if STMT_INFO is vectorizable in this way. */
5197 /* Is STMT a vectorizable conversion? */
5898 Return true if STMT_INFO is vectorizable in this way. */
5928 /* Is vectorizable assignment? *
    [all...]

Completed in 44 milliseconds