HomeSort by: relevance | last modified time | path
    Searched defs:vectype_in (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 1436 decl FNDECL, using VECTYPE_OUT as the type of the output and VECTYPE_IN
1442 tree vectype_out, tree vectype_in)
1454 bool same_size_p = TYPE_SIZE (vectype_in) == TYPE_SIZE (vectype_out);
1455 tree type0 = (info.type0 < 0 ? vectype_out : vectype_in);
1456 tree type1 = (info.type1 < 0 ? vectype_out : vectype_in);
1458 /* The type size of both the vectype_in and vectype_out should be
2992 tree vectype_in, stmt_vector_for_cost *cost_vec)
3013 if (TYPE_SIZE (vectype_in) != TYPE_SIZE (vectype))
3018 vectype_in, vectype);
3022 tree char_vectype = get_same_sized_vectype (char_type_node, vectype_in);
3144 tree vectype_out, vectype_in; local
    [all...]
tree-vect-patterns.cc 1512 tree vectype_in = get_vectype_for_scalar_type (vinfo, abd_in_type); local
1513 if (!vectype_in)
1517 tree vectype_out = vectype_in;
1533 vectype_in,
1544 && !direct_internal_fn_supported_p (ifn, vectype_in,
1552 abd_in_type, unprom, vectype_in);
1749 tree vectype_in = get_vectype_for_scalar_type (vinfo, in_type);
1756 vectype_out, vectype_in,
tree-vect-loop.cc 7055 /* Get a masked internal function equivalent to REDUC_FN. VECTYPE_IN is the
7059 get_masked_reduction_fn (internal_fn reduc_fn, tree vectype_in)
7075 if (direct_internal_fn_supported_p (mask_reduc_fn, vectype_in,
7078 if (direct_internal_fn_supported_p (mask_len_reduc_fn, vectype_in,
7090 VECTYPE_IN is the type of the vector input. MASKS specifies the masks
7100 tree *ops, int num_ops, tree vectype_in,
7106 internal_fn mask_reduc_fn = get_masked_reduction_fn (reduc_fn, vectype_in);
7112 ncopies = vect_get_num_copies (loop_vinfo, vectype_in);
7138 TYPE_VECTOR_SUBPARTS (vectype_in)));
7216 vec_num, vectype_in, i)
7471 tree vectype_in = NULL_TREE; local
8501 tree vectype_in = STMT_VINFO_REDUC_VECTYPE_IN (reduc_info); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 1655 decl FNDECL, using VECTYPE_OUT as the type of the output and VECTYPE_IN
1661 tree vectype_out, tree vectype_in)
1673 tree type0 = (info.type0 < 0 ? vectype_out : vectype_in);
1674 tree type1 = (info.type1 < 0 ? vectype_out : vectype_in);
3135 tree vectype_in, stmt_vector_for_cost *cost_vec)
3156 tree char_vectype = get_same_sized_vectype (char_type_node, vectype_in);
3178 && !vect_maybe_update_slp_op_vectype (slp_op[0], vectype_in))
3234 /* Return true if vector types VECTYPE_IN and VECTYPE_OUT have
3235 integer elements and if we can narrow VECTYPE_IN to VECTYPE_OUT
3240 simple_integer_narrowing (tree vectype_out, tree vectype_in,
3277 tree vectype_out, vectype_in; local
4863 tree vectype_out, vectype_in; local
5411 tree vectype_in; local
    [all...]
tree-vect-loop.cc 6230 /* Get a masked internal function equivalent to REDUC_FN. VECTYPE_IN is the
6234 get_masked_reduction_fn (internal_fn reduc_fn, tree vectype_in)
6248 if (direct_internal_fn_supported_p (mask_reduc_fn, vectype_in,
6260 VECTYPE_IN is the type of the vector input. MASKS specifies the masks
6270 tree ops[3], tree vectype_in,
6275 internal_fn mask_reduc_fn = get_masked_reduction_fn (reduc_fn, vectype_in);
6281 ncopies = vect_get_num_copies (loop_vinfo, vectype_in);
6289 TYPE_VECTOR_SUBPARTS (vectype_in)));
6334 mask = vect_get_loop_mask (gsi, masks, vec_num, vectype_in, i);
6450 function, if it exists. VECTYPE_IN is the type of the vector input. *
6567 tree vectype_in = NULL_TREE; local
7479 tree vectype_in = STMT_VINFO_REDUC_VECTYPE_IN (reduc_info); local
    [all...]

Completed in 45 milliseconds