Searched refs:new_rhs (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-vect-generic.c1469 tree new_rhs;
1480 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3,
1483 new_rhs = expand_vector_piecewise (gsi, do_cond, type, compute_type,
1485 if (!useless_type_conversion_p (TREE_TYPE (lhs), TREE_TYPE (new_rhs)))
1486 new_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),
1487 new_rhs);
1492 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
1505 tree new_rhs;
1711 new_rhs = expand_vector_operation (gsi, type, compute_type, stmt, code);
1714 if (new_rhs
1468 tree new_rhs; local
1504 tree new_rhs; local
[all...]
H A Dtree-ssa-ccp.c2153 tree new_rhs = unshare_expr (val); local
2156 TREE_TYPE (new_rhs)))
2157 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
2158 res = update_call_from_tree (gsi, new_rhs);
2173 tree new_rhs = fold_builtin_alloca_with_align (stmt); local
2174 if (new_rhs)
2176 bool res = update_call_from_tree (gsi, new_rhs);
2177 tree var = TREE_OPERAND (TREE_OPERAND (new_rhs, 0),0);
H A Dtree-ssa-forwprop.c925 tree new_offset, new_base, saved, new_rhs; local
945 new_rhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
946 *rhsp = new_rhs;
947 TREE_THIS_VOLATILE (new_rhs) = TREE_THIS_VOLATILE (rhs);
948 TREE_SIDE_EFFECTS (new_rhs) = TREE_SIDE_EFFECTS (rhs);
977 tree new_rhs = build1_loc (gimple_location (use_stmt), local
984 gimple_assign_set_rhs_from_tree (use_stmt_gsi, new_rhs);
2271 tree new_rhs = build1 (gimple_assign_rhs_code (use_stmt), local
2276 new_rhs);
H A Dgimple-fold.c3656 tree new_rhs; local
3669 new_rhs = fold_gimple_assign (gsi);
3670 if (new_rhs
3672 TREE_TYPE (new_rhs)))
3673 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
3674 if (new_rhs
3676 || get_gimple_rhs_num_ops (TREE_CODE (new_rhs)) < old_num_ops))
3678 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
H A Dtree-sra.c4650 tree new_rhs = NULL_TREE; local
4664 new_rhs = fold_build1_loc (gimple_location (stmt),
4674 new_rhs = *rhs_p;
4676 if (new_rhs)
4678 tree tmp = force_gimple_operand_gsi (gsi, new_rhs, true, NULL_TREE,
H A Dtree-ssa-dom.c2229 tree new_rhs local
2240 print_generic_expr (dump_file, new_rhs, 0);
2244 set_ssa_name_value (lhs, new_rhs);
H A Dtree-inline.c1816 tree new_rhs; local
1817 new_rhs = force_gimple_operand_gsi (&seq_gsi,
1821 gimple_assign_set_rhs1 (stmt, new_rhs);
H A Dgimplify.c4524 tree lhs, rhs, new_rhs, other, realpart, imagpart;
4540 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart);
4542 new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs), realpart, imagpart);
4544 gimplify_seq_add_stmt (pre_p, gimple_build_assign (lhs, new_rhs));
4521 tree lhs, rhs, new_rhs, other, realpart, imagpart; local
H A Dtree-ssa-reassoc.c4757 transform_stmt_to_copy (gimple_stmt_iterator *gsi, gimple stmt, tree new_rhs) argument
4768 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c11487 tree lhs_type, rhs_type, new_rhs = NULL_TREE;
11538 new_rhs = try_builtin_assignconv (wfl_op1, lhs_type, rhs);
11541 if (!new_rhs && (new_rhs = try_reference_assignconv (lhs_type, rhs)))
11547 new_rhs = convert (lhs_type, rhs);
11550 if (!new_rhs)
11590 if (new_rhs)
11591 new_rhs = maybe_build_primttype_type_ref (new_rhs, wfl_op2);
11618 new_rhs
11482 tree lhs_type, rhs_type, new_rhs = NULL_TREE; local
11662 tree new_rhs = NULL_TREE; local
11689 tree new_rhs = NULL_TREE; local
[all...]
H A Dparse.y8830 tree lhs_type, rhs_type, new_rhs = NULL_TREE;
8881 new_rhs = try_builtin_assignconv (wfl_op1, lhs_type, rhs);
8884 if (!new_rhs && (new_rhs = try_reference_assignconv (lhs_type, rhs)))
8890 new_rhs = convert (lhs_type, rhs);
8893 if (!new_rhs)
8933 if (new_rhs)
8934 new_rhs = maybe_build_primttype_type_ref (new_rhs, wfl_op2);
8961 new_rhs
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c376 tree new_rhs = build1 (NOP_EXPR, TREE_TYPE (new_lhs), local
379 new_lhs, new_rhs);
382 SET_EXPR_LOCATION (new_rhs, loc);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c5339 tree new_rhs;
5341 new_rhs = instantiate_type (build_pointer_type (lhstype),
5343 if (new_rhs == error_mark_node)
5347 TREE_OPERAND (rhs, 0) = new_rhs;
5333 tree new_rhs; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c6123 tree new_rhs = convert_to_anonymous_field (location, type, rhs);
6124 if (new_rhs != NULL_TREE)
6126 rhs = new_rhs;
6101 tree new_rhs = convert_to_anonymous_field (location, type, rhs); local

Completed in 417 milliseconds