HomeSort by: relevance | last modified time | path
    Searched refs:lhs_type (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 3687 tree lhs_type = TREE_TYPE (lhs); local
3712 if (VECTOR_TYPE_P (lhs_type)
3714 && known_eq (TYPE_VECTOR_SUBPARTS (lhs_type),
3717 lhs_type = TREE_TYPE (lhs_type);
3720 else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (rhs1_type))
3723 debug_generic_expr (lhs_type);
3733 if ((POINTER_TYPE_P (lhs_type)
3736 && INTEGRAL_TYPE_P (lhs_type)
3737 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type)
3931 tree lhs_type = TREE_TYPE (lhs); local
4328 tree lhs_type = TREE_TYPE (lhs); local
4602 tree lhs_type = TREE_TYPE (lhs); local
    [all...]
tree-assume.cc 130 tree lhs_type = TREE_TYPE (op);
131 if (!irange::supports_p (lhs_type))
137 unsigned prec = TYPE_PRECISION (lhs_type);
138 int_range<2> lhs_range (lhs_type, wi::one (prec), wi::one (prec));
tree-vect-patterns.cc 759 tree lhs_type = TREE_TYPE (gimple_get_lhs (stmt2_info->stmt)); local
760 tree lhs_vectype = get_vectype_for_scalar_type (vinfo, lhs_type);
774 tree new_lhs = vect_recog_temp_ssa_var (lhs_type, NULL);
895 tree lhs_type = TREE_TYPE (lhs); local
899 if (TYPE_PRECISION (lhs_type) == TYPE_PRECISION (type))
904 else if (TYPE_PRECISION (lhs_type) > TYPE_PRECISION (type)
1806 tree rhs_oprnd, rhs_type, lhs_oprnd, lhs_type, vec_type, vec_rhs_type; local
1827 lhs_type = TREE_TYPE (lhs_oprnd);
1828 if (!INTEGRAL_TYPE_P (lhs_type)
1854 vec_type = get_vectype_for_scalar_type (vinfo, lhs_type);
2084 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
    [all...]
gimple-lower-bitint.cc 229 tree lhs_type = TREE_TYPE (gimple_assign_lhs (stmt));
232 && TREE_CODE (lhs_type) == BITINT_TYPE
234 && bitint_precision_kind (lhs_type) >= bitint_prec_large
236 && (CEIL (TYPE_PRECISION (lhs_type), limb_prec)
239 if (TYPE_PRECISION (rhs_type) >= TYPE_PRECISION (lhs_type))
241 if ((unsigned) TYPE_PRECISION (lhs_type) % (2 * limb_prec) != 0)
243 if (bitint_precision_kind (lhs_type) == bitint_prec_large)
1287 bitint_large_huge::handle_cast (tree lhs_type, tree rhs1, tree idx)
1292 && TREE_CODE (lhs_type) == BITINT_TYPE
1294 && bitint_precision_kind (lhs_type) >= bitint_prec_larg
    [all...]
value-prof.cc 957 tree lhs_type, result, value; local
965 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt));
966 if (!INTEGRAL_TYPE_P (lhs_type))
971 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type))
1122 tree lhs_type, result; local
1131 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt));
1132 if (!INTEGRAL_TYPE_P (lhs_type))
1137 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type))
tree-vectorizer.h 2678 tree lhs_type = TREE_TYPE (gimple_assign_lhs (assign)); local
2680 if (!INTEGRAL_TYPE_P (lhs_type)
2682 || TYPE_PRECISION (lhs_type) <= TYPE_PRECISION (rhs_type))
2699 tree lhs_type = TREE_TYPE (gimple_assign_lhs (assign));
2701 return (INTEGRAL_TYPE_P (lhs_type)
2703 && TYPE_PRECISION (lhs_type) < TYPE_PRECISION (rhs_type));
tree-ssa-strlen.cc 5487 tree lhs_type = TREE_TYPE (lhs);
5503 && TREE_CODE (lhs_type) == INTEGER_TYPE
5504 && TYPE_MODE (lhs_type) == TYPE_MODE (char_type_node)
5505 && (TYPE_PRECISION (lhs_type)
5552 tree zero = build_int_cst (lhs_type, 0);
5576 r.set_nonzero (lhs_type);
5684 tree lhs_type = TREE_TYPE (lhs);
5686 if (TREE_CODE (lhs) == SSA_NAME && POINTER_TYPE_P (lhs_type))
5698 else if (TREE_CODE (lhs) == SSA_NAME && INTEGRAL_TYPE_P (lhs_type))
gimple-ssa-strength-reduction.cc 1533 legal_cast_p_1 (tree lhs_type, tree rhs_type)
1538 lhs_size = TYPE_PRECISION (lhs_type);
1540 lhs_wraps = ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type);
3798 tree lhs_type = TREE_TYPE (lhs);
3801 if (types_compatible_p (lhs_type, basis_type))
3789 tree lhs_type = TREE_TYPE (lhs); local
tree-vect-loop.cc 7321 tree lhs_type = TREE_TYPE (gimple_phi_result (phi)); local
7332 if (TYPE_OVERFLOW_UNDEFINED (lhs_type))
7338 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type),
7344 TYPE_SIGN (lhs_type), &overflow);
7348 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type))
7349 <= TYPE_PRECISION (lhs_type));
10643 tree lhs_type, gimple_stmt_iterator *exit_gsi)
10662 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10697 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
10721 new_tree = gimple_convert (&stmts, lhs_type, scalar_res)
10753 tree lhs, lhs_type, bitsize; local
    [all...]
range-op.cc 2986 tree lhs_type = lhs.type ();
3023 range_cast (converted_lhs, unsigned_type_for (lhs_type));
3026 wide_int lim = wi::set_bit_in_zero (TYPE_PRECISION (lhs_type),
3035 lim = wi::mask (TYPE_PRECISION (lhs_type), true,
3068 if (TYPE_PRECISION (lhs_type) == TYPE_PRECISION (type))
3076 fold_range (tmp, lhs_type, int_range<1> (type), int_range<1> (lhs_type));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 3598 tree lhs_type = TREE_TYPE (lhs); local
3623 if (VECTOR_TYPE_P (lhs_type)
3625 && known_eq (TYPE_VECTOR_SUBPARTS (lhs_type),
3628 lhs_type = TREE_TYPE (lhs_type);
3631 else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (rhs1_type))
3634 debug_generic_expr (lhs_type);
3644 if ((POINTER_TYPE_P (lhs_type)
3647 && INTEGRAL_TYPE_P (lhs_type)
3648 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type)
3842 tree lhs_type = TREE_TYPE (lhs); local
4229 tree lhs_type = TREE_TYPE (lhs); local
4499 tree lhs_type = TREE_TYPE (lhs); local
    [all...]
tree-vect-patterns.cc 734 tree lhs_type = TREE_TYPE (gimple_get_lhs (stmt2_info->stmt)); local
735 tree lhs_vectype = get_vectype_for_scalar_type (vinfo, lhs_type);
749 tree new_lhs = vect_recog_temp_ssa_var (lhs_type, NULL);
794 tree lhs_type = TREE_TYPE (lhs); local
798 if (TYPE_PRECISION (lhs_type) == TYPE_PRECISION (type))
803 else if (TYPE_PRECISION (lhs_type) > TYPE_PRECISION (type)
1510 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
1521 lhs_type = TREE_TYPE (lhs_oprnd);
1522 if (!INTEGRAL_TYPE_P (lhs_type))
1556 if (TYPE_PRECISION (unprom_diff.type) != TYPE_PRECISION (lhs_type)
    [all...]
value-prof.cc 969 tree lhs_type, result, value; local
977 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt));
978 if (!INTEGRAL_TYPE_P (lhs_type))
983 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type))
1134 tree lhs_type, result; local
1143 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt));
1144 if (!INTEGRAL_TYPE_P (lhs_type))
1149 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type))
tree-vectorizer.h 2533 tree lhs_type = TREE_TYPE (gimple_assign_lhs (assign)); local
2535 if (!INTEGRAL_TYPE_P (lhs_type)
2537 || TYPE_PRECISION (lhs_type) <= TYPE_PRECISION (rhs_type))
2554 tree lhs_type = TREE_TYPE (gimple_assign_lhs (assign));
2556 return (INTEGRAL_TYPE_P (lhs_type)
2558 && TYPE_PRECISION (lhs_type) < TYPE_PRECISION (rhs_type));
range-op.cc 2377 tree lhs_type = lhs.type (); local
2414 range_cast (converted_lhs, unsigned_type_for (lhs_type));
2417 wide_int lim = wi::set_bit_in_zero (TYPE_PRECISION (lhs_type),
2425 lim = wi::mask (TYPE_PRECISION (lhs_type), true,
2460 if (TYPE_PRECISION (lhs_type) == TYPE_PRECISION (type))
2468 fold_range (tmp, lhs_type, int_range<1> (type), int_range<1> (lhs_type));
tree-ssa-strlen.cc 5444 tree lhs_type = TREE_TYPE (lhs);
5460 && TREE_CODE (lhs_type) == INTEGER_TYPE
5461 && TYPE_MODE (lhs_type) == TYPE_MODE (char_type_node)
5462 && (TYPE_PRECISION (lhs_type)
5509 tree zero = build_int_cst (lhs_type, 0);
5533 r.set_nonzero (lhs_type);
5641 tree lhs_type = TREE_TYPE (lhs);
5643 if (TREE_CODE (lhs) == SSA_NAME && POINTER_TYPE_P (lhs_type))
5655 else if (TREE_CODE (lhs) == SSA_NAME && INTEGRAL_TYPE_P (lhs_type))
tree-vect-loop.cc 6417 tree lhs_type = TREE_TYPE (gimple_phi_result (phi)); local
6428 if (TYPE_OVERFLOW_UNDEFINED (lhs_type))
6434 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type),
6440 TYPE_SIGN (lhs_type), &overflow);
6444 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type))
6445 <= TYPE_PRECISION (lhs_type));
8754 tree lhs, lhs_type, bitsize; local
8890 lhs_type = TREE_TYPE (lhs);
8959 new_tree = gimple_convert (&stmts, lhs_type, scalar_res);
8968 new_tree = force_gimple_operand (fold_convert (lhs_type, new_tree)
    [all...]
gimple-ssa-strength-reduction.cc 1533 legal_cast_p_1 (tree lhs_type, tree rhs_type)
1538 lhs_size = TYPE_PRECISION (lhs_type);
1540 lhs_wraps = ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type);
3798 tree lhs_type = TREE_TYPE (lhs);
3801 if (types_compatible_p (lhs_type, basis_type))
3789 tree lhs_type = TREE_TYPE (lhs); local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
varargs.cc 964 /* Return true if it's OK to copy ARG_SVAL from ARG_TYPE to LHS_TYPE via
968 va_arg_compatible_types_p (tree lhs_type, tree arg_type, const svalue &arg_sval)
970 if (compat_types_p (arg_type, lhs_type))
976 if (INTEGRAL_TYPE_P (lhs_type)
978 && TYPE_UNSIGNED (lhs_type) != TYPE_UNSIGNED (arg_type)
979 && TYPE_PRECISION (lhs_type) == TYPE_PRECISION (arg_type)
980 && representable_in_integral_type_p (arg_sval, lhs_type)
1053 tree lhs_type = cd.get_lhs_type (); local
1055 if (va_arg_compatible_types_p (lhs_type, arg_type, *arg_sval))
1063 lhs_type,
    [all...]
kf.cc 1183 if (tree lhs_type = cd.get_lhs_type ())
1202 result = mgr->get_or_create_binop (lhs_type, POINTER_PLUS_EXPR,
1206 result = mgr->get_or_create_int_cst (lhs_type, 0);
1740 if (tree lhs_type = cd.get_lhs_type ())
1759 result = mgr->get_or_create_binop (lhs_type, POINTER_PLUS_EXPR,
1763 result = mgr->get_or_create_int_cst (lhs_type, 0);
2002 if (tree lhs_type = cd.get_lhs_type ())
2005 = mgr->get_or_create_int_cst (lhs_type, 0);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-impl-calls.cc 817 if (tree lhs_type = cd.get_lhs_type ())
836 result = mgr->get_or_create_binop (lhs_type, POINTER_PLUS_EXPR,
840 result = mgr->get_or_create_int_cst (lhs_type, 0);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 964 tree lhs_type = TREE_TYPE (lhs); local
965 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type);
976 permute_type = map_to_integral_tree_type (lhs_type);
1001 tree lhs_type = TREE_TYPE (lhs); local
1002 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type);
1008 permute_type = map_to_integral_tree_type (lhs_type);
1803 tree lhs_type = TREE_TYPE (lhs); local
1827 = gimple_build_assign (lhs, build2 (MEM_REF, lhs_type, aligned_addr,
1900 tree lhs_type = TREE_TYPE (lhs); local
1903 tree align_ltype = build_aligned_type (lhs_type, 32)
2085 tree lhs_type = TREE_TYPE (lhs); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 988 tree lhs_type = TREE_TYPE (lhs); local
989 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type);
1000 permute_type = map_to_integral_tree_type (lhs_type);
1025 tree lhs_type = TREE_TYPE (lhs); local
1026 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type);
1032 permute_type = map_to_integral_tree_type (lhs_type);
1823 tree lhs_type = TREE_TYPE (lhs); local
1847 = gimple_build_assign (lhs, build2 (MEM_REF, lhs_type, aligned_addr,
1920 tree lhs_type = TREE_TYPE (lhs); local
1923 tree align_ltype = build_aligned_type (lhs_type, 32)
2110 tree lhs_type = TREE_TYPE (lhs); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 626 tree lhs_type = TREE_TYPE (f.lhs); variable
635 gassign *clobber = gimple_build_assign (f.lhs, build_clobber (lhs_type));
896 tree lhs_type = TREE_TYPE (lhs); local
897 tree elt_type = TREE_TYPE (lhs_type);
914 poly_uint64 lhs_len = TYPE_VECTOR_SUBPARTS (lhs_type);
1568 tree lhs_type = TREE_TYPE (lhs); variable
1569 poly_uint64 lhs_len = TYPE_VECTOR_SUBPARTS (lhs_type);
1570 tree eltype = TREE_TYPE (lhs_type);
1572 scalar_mode elmode = GET_MODE_INNER (TYPE_MODE (lhs_type));
1598 gcc_checking_assert (can_vec_perm_const_p (TYPE_MODE (lhs_type),
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 9311 struct type *lhs_type = check_typedef (lhs->type ());
9313 if (lhs_type->code () == TYPE_CODE_ARRAY)
9417 struct type *lhs_type;
9427 lhs_type = check_typedef (lhs->type ());
9428 if (ada_is_direct_array_type (lhs_type))
9431 lhs_type = check_typedef (lhs->type ());
9432 assigner.low = lhs_type->bounds ()->low.const_val ();
9433 assigner.high = lhs_type->bounds ()->high.const_val ();
9435 else if (lhs_type->code () == TYPE_CODE_STRUCT)
9438 assigner.high = num_visible_fields (lhs_type) - 1
9297 struct type *lhs_type = check_typedef (lhs->type ()); local
9403 struct type *lhs_type; local
10689 struct type *lhs_type = check_typedef (lhs->type ()); local
    [all...]

Completed in 75 milliseconds

1 2