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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5867 tree vectype1, vectype2; local
5890 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (rhs));
5897 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (lhs));
5900 if (!vectype1)
5910 || known_eq (TYPE_VECTOR_SUBPARTS (vectype1),
5917 tmp = build_mask_conversion (vinfo, mask_arg, vectype1, stmt_vinfo);
5941 *type_out = vectype1;
5958 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (lhs));
6019 if (!vectype1 || !vectype2)
6028 if (known_eq (TYPE_VECTOR_SUBPARTS (vectype1),
    [all...]
tree-vect-loop.cc 5849 tree vectype1 = get_related_vectype_for_scalar_type (TYPE_MODE (vectype), local
5851 unsigned int bitsize = tree_to_uhwi (TYPE_SIZE (vectype1));
5860 TYPE_MODE (vectype1))
5865 dst1 = make_ssa_name (vectype1);
5868 build3 (BIT_FIELD_REF, vectype1,
5869 new_temp, TYPE_SIZE (vectype1),
5872 dst2 = make_ssa_name (vectype1);
5875 build3 (BIT_FIELD_REF, vectype1,
5876 new_temp, TYPE_SIZE (vectype1),
5903 dst1 = make_ssa_name (vectype1);
6678 tree vectype1 = get_related_vectype_for_scalar_type (TYPE_MODE (vectype), local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4600 tree vectype1, vectype2; local
4621 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (rhs));
4628 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (lhs));
4637 if (!vectype1 || !vectype2
4638 || known_eq (TYPE_VECTOR_SUBPARTS (vectype1),
4642 tmp = build_mask_conversion (vinfo, mask_arg, vectype1, stmt_vinfo);
4664 *type_out = vectype1;
4681 vectype1 = get_vectype_for_scalar_type (vinfo, TREE_TYPE (lhs));
4742 if (!vectype1 || !vectype2)
4751 if (known_eq (TYPE_VECTOR_SUBPARTS (vectype1),
    [all...]
tree-vect-stmts.cc 1523 tree op1, vec<tree> *vec_oprnds1, tree vectype1,
1545 op1, vec_oprnds1, vectype1);
10242 tree vectype1 = NULL_TREE, vectype2 = NULL_TREE; local
10266 &lhs, &slp_op, &dts[0], &vectype1))
10287 if (vectype1 && vectype2
10288 && maybe_ne (TYPE_VECTOR_SUBPARTS (vectype1),
10292 *comp_vectype = vectype1 ? vectype1 : vectype2;
10393 tree vectype1 = NULL_TREE, vectype2 = NULL_TREE; local
10420 &then_clause, &then_slp_node, &dts[2], &vectype1))
10828 tree vectype1 = NULL_TREE, vectype2 = NULL_TREE; local
    [all...]
tree-vect-loop.cc 5049 tree vectype1 = get_related_vectype_for_scalar_type (TYPE_MODE (vectype), local
5051 unsigned int bitsize = tree_to_uhwi (TYPE_SIZE (vectype1));
5060 TYPE_MODE (vectype1))
5065 dst1 = make_ssa_name (vectype1);
5068 build3 (BIT_FIELD_REF, vectype1,
5069 new_temp, TYPE_SIZE (vectype1),
5072 dst2 = make_ssa_name (vectype1);
5075 build3 (BIT_FIELD_REF, vectype1,
5076 new_temp, TYPE_SIZE (vectype1),
5103 dst1 = make_ssa_name (vectype1);
5872 tree vectype1 = get_related_vectype_for_scalar_type (TYPE_MODE (vectype), local
    [all...]

Completed in 49 milliseconds