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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 1727 bool is_load = (vls_type == VLS_LOAD);
2198 && vls_type == VLS_LOAD
2207 gcc_assert (slp_node || vls_type == VLS_LOAD || gap == 0);
2229 if (overrun_p && vls_type != VLS_LOAD)
2358 else if (vls_type == VLS_LOAD
2368 else if (vls_type == VLS_LOAD
2407 if (vls_type != VLS_LOAD && first_stmt_info == stmt_info)
2481 vls_type == VLS_LOAD ? "gather" : "scatter");
2486 if (vls_type != VLS_LOAD)
2538 gcc_assert (vls_type == VLS_LOAD);
    [all...]
tree-vectorizer.h 1068 VLS_LOAD,
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 1518 bool is_load = (vls_type == VLS_LOAD);
2022 && vls_type == VLS_LOAD
2031 gcc_assert (slp_node || vls_type == VLS_LOAD || gap == 0);
2053 if (overrun_p && vls_type != VLS_LOAD)
2117 gcc_assert (vls_type == VLS_LOAD);
2193 = vls_type == VLS_LOAD
2204 else if (vls_type == VLS_LOAD
2245 if (vls_type != VLS_LOAD && first_stmt_info == stmt_info)
2327 vls_type == VLS_LOAD ? "gather" : "scatter");
2337 vls_type == VLS_LOAD ? "gather" : "scatter")
    [all...]
tree-vectorizer.h 1188 VLS_LOAD,

Completed in 109 milliseconds