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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 2899 tree niters_vector_mult_vf = fold_build2 (LSHIFT_EXPR, type,
2905 niters_vector_mult_vf = fold_build2 (MINUS_EXPR, type,
2906 niters_vector_mult_vf, tree_vf);
2908 if (!is_gimple_val (niters_vector_mult_vf))
2910 tree var = create_tmp_var (type, "niters_vector_mult_vf");
2912 niters_vector_mult_vf = force_gimple_operand (niters_vector_mult_vf,
2917 *niters_vector_mult_vf_ptr = niters_vector_mult_vf;
3264 tree niters_vector_mult_vf = NULL_TREE;
3521 niters_vector_mult_vf = make_ssa_name (TREE_TYPE (*niters_vector))
    [all...]
tree-vect-loop.cc 11878 tree niters_vector_mult_vf = NULL_TREE; local
11950 &step_vector, &niters_vector_mult_vf, th,
12187 niters_vector, step_vector, niters_vector_mult_vf,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 2103 tree niters_vector_mult_vf = fold_build2 (LSHIFT_EXPR, type, local
2105 if (!is_gimple_val (niters_vector_mult_vf))
2107 tree var = create_tmp_var (type, "niters_vector_mult_vf");
2109 niters_vector_mult_vf = force_gimple_operand (niters_vector_mult_vf,
2114 *niters_vector_mult_vf_ptr = niters_vector_mult_vf;
2744 tree niters_vector_mult_vf = NULL_TREE; local
3005 niters_vector_mult_vf = make_ssa_name (TREE_TYPE (*niters_vector));
3006 SSA_NAME_DEF_STMT (niters_vector_mult_vf) = gimple_build_nop ();
3007 *niters_vector_mult_vf_var = niters_vector_mult_vf;
    [all...]
tree-vect-loop.cc 9668 tree niters_vector_mult_vf = NULL_TREE; local
9739 &step_vector, &niters_vector_mult_vf, th,
9960 niters_vector_mult_vf, !niters_no_overflow);

Completed in 50 milliseconds