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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5061 tree type, vectype, comp_vectype, itype = NULL_TREE, vecitype; local
5081 comp_vectype = get_vectype_for_scalar_type (vinfo, comp_scalar_type);
5082 if (comp_vectype == NULL_TREE)
5123 = GET_MODE_UNIT_BITSIZE (TYPE_MODE (comp_vectype));
5133 if (expand_vec_cond_expr_p (vectype, comp_vectype, TREE_CODE (cond_expr)))
5148 if (!expand_vec_cond_expr_p (vecitype, comp_vectype, TREE_CODE (cond_expr)))
5231 tree vecitype, comp_vectype; local
5238 comp_vectype = get_vectype_for_scalar_type (vinfo, TREE_TYPE (rhs1));
5239 if (comp_vectype == NULL_TREE)
5245 && expand_vec_cmp_expr_p (comp_vectype, mask_type, rhs_code)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 3864 tree type, vectype, comp_vectype, itype = NULL_TREE, vecitype; local
3884 comp_vectype = get_vectype_for_scalar_type (vinfo, comp_scalar_type);
3885 if (comp_vectype == NULL_TREE)
3926 = GET_MODE_UNIT_BITSIZE (TYPE_MODE (comp_vectype));
3936 if (expand_vec_cond_expr_p (vectype, comp_vectype, TREE_CODE (cond_expr)))
3951 if (!expand_vec_cond_expr_p (vecitype, comp_vectype, TREE_CODE (cond_expr)))
4034 tree vecitype, comp_vectype; local
4041 comp_vectype = get_vectype_for_scalar_type (vinfo, TREE_TYPE (rhs1));
4042 if (comp_vectype == NULL_TREE)
4048 && expand_vec_cmp_expr_p (comp_vectype, mask_type, rhs_code)
    [all...]
tree-vect-stmts.cc 10230 *COMP_VECTYPE - the vector type for the comparison.
10238 slp_tree slp_node, tree *comp_vectype,
10250 &slp_op, &dts[0], comp_vectype)
10251 || !*comp_vectype
10252 || !VECTOR_BOOLEAN_TYPE_P (*comp_vectype))
10292 *comp_vectype = vectype1 ? vectype1 : vectype2;
10294 if (! *comp_vectype)
10298 *comp_vectype = truth_type_for (vectype);
10308 *comp_vectype = get_vectype_for_scalar_type (vinfo, scalar_type,
10337 tree comp_vectype = NULL_TREE local
    [all...]

Completed in 31 milliseconds