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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8225 tree step_vectype = get_same_sized_vectype (TREE_TYPE (step_expr), vectype); local
8228 if (!directly_supported_p (PLUS_EXPR, step_vectype)
8229 || !directly_supported_p (MINUS_EXPR, step_vectype))
8341 tree stept = TREE_TYPE (step_vectype);
8348 = build_vector_from_val (step_vectype,
8365 step_vectype, peel_mul);
8371 tree_vector_builder step_elts (step_vectype, const_nunits, 1);
8373 tree_vector_builder mul_elts (step_vectype, const_nunits, 1);
8378 elt = gimple_convert (&init_stmts, TREE_TYPE (step_vectype), elt);
8401 step_mul = gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10078 tree step_vectype = get_same_sized_vectype (TREE_TYPE (step_expr), vectype); local
10081 if (!directly_supported_p (PLUS_EXPR, step_vectype)
10082 || !directly_supported_p (MINUS_EXPR, step_vectype))
10194 tree stept = TREE_TYPE (step_vectype);
10201 = build_vector_from_val (step_vectype,
10218 step_vectype, peel_mul);
10224 tree_vector_builder step_elts (step_vectype, const_nunits, 1);
10226 tree_vector_builder mul_elts (step_vectype, const_nunits, 1);
10231 elt = gimple_convert (&init_stmts, TREE_TYPE (step_vectype), elt);
10254 step_mul = gimple_build (&init_stmts, MINUS_EXPR, step_vectype,
    [all...]

Completed in 24 milliseconds