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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5866 tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type, rhs2_type; local
5962 rhs1_type = integer_type_for_mask (rhs1, vinfo);
5963 if (!rhs1_type)
5990 rhs1_type = TREE_TYPE (rhs1_op0);
5992 rhs1_type = TREE_TYPE (rhs1_op1);
6003 rhs1_type = rhs1_op1_type;
6005 rhs1_type = rhs1_op0_type;
6008 rhs1_type = build_nonstandard_integer_type
6012 rhs1_type = rhs1_op0_type;
6017 vectype2 = get_mask_type_for_scalar_type (vinfo, rhs1_type);
    [all...]
tree-cfg.cc 3689 tree rhs1_type = TREE_TYPE (rhs1); local
3713 && VECTOR_TYPE_P (rhs1_type)
3715 TYPE_VECTOR_SUBPARTS (rhs1_type)))
3718 rhs1_type = TREE_TYPE (rhs1_type);
3720 else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (rhs1_type))
3724 debug_generic_expr (rhs1_type);
3734 && INTEGRAL_TYPE_P (rhs1_type))
3735 || (POINTER_TYPE_P (rhs1_type)
3737 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type
3933 tree rhs1_type = TREE_TYPE (rhs1); local
4330 tree rhs1_type = TREE_TYPE (rhs1); local
4604 tree rhs1_type = TREE_TYPE (rhs1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4599 tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type, rhs2_type; local
4685 rhs1_type = integer_type_for_mask (rhs1, vinfo);
4686 if (!rhs1_type)
4713 rhs1_type = TREE_TYPE (rhs1_op0);
4715 rhs1_type = TREE_TYPE (rhs1_op1);
4726 rhs1_type = rhs1_op1_type;
4728 rhs1_type = rhs1_op0_type;
4731 rhs1_type = build_nonstandard_integer_type
4735 rhs1_type = rhs1_op0_type;
4740 vectype2 = get_mask_type_for_scalar_type (vinfo, rhs1_type);
5497 tree rhs1_type = TREE_TYPE (gimple_assign_rhs1 (assign)); local
    [all...]
tree-cfg.cc 3600 tree rhs1_type = TREE_TYPE (rhs1); local
3624 && VECTOR_TYPE_P (rhs1_type)
3626 TYPE_VECTOR_SUBPARTS (rhs1_type)))
3629 rhs1_type = TREE_TYPE (rhs1_type);
3631 else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (rhs1_type))
3635 debug_generic_expr (rhs1_type);
3645 && INTEGRAL_TYPE_P (rhs1_type))
3646 || (POINTER_TYPE_P (rhs1_type)
3648 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type
3844 tree rhs1_type = TREE_TYPE (rhs1); local
4231 tree rhs1_type = TREE_TYPE (rhs1); local
4501 tree rhs1_type = TREE_TYPE (rhs1); local
    [all...]

Completed in 23 milliseconds