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

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1792 tree new_rhs;
1798 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3,
1801 new_rhs = expand_vector_piecewise (gsi, do_cond, type, compute_type,
1803 if (!useless_type_conversion_p (TREE_TYPE (lhs), TREE_TYPE (new_rhs)))
1804 new_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),
1805 new_rhs);
1810 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
1878 tree new_rhs, compute_type = TREE_TYPE (arg_type);
1923 new_rhs = expand_vector_piecewise (gsi, do_vec_conversion,
1926 g = gimple_build_assign (lhs, new_rhs);
1791 tree new_rhs; local
1877 tree new_rhs, compute_type = TREE_TYPE (arg_type); local
2123 tree new_rhs; local
[all...]
H A Dgimple-ssa-backprop.cc667 note_replacement (gimple *stmt, tree old_rhs, tree new_rhs) argument
672 print_generic_expr (dump_file, new_rhs);
724 tree new_rhs = strip_sign_op_1 (rhs); local
725 if (!new_rhs)
727 while (tree next = strip_sign_op_1 (new_rhs))
728 new_rhs = next;
729 return new_rhs;
H A Dtree-ssa-forwprop.cc896 tree new_offset, new_base, saved, new_rhs; local
916 new_rhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
917 *rhsp = new_rhs;
918 TREE_THIS_VOLATILE (new_rhs) = TREE_THIS_VOLATILE (rhs);
919 TREE_SIDE_EFFECTS (new_rhs) = TREE_SIDE_EFFECTS (rhs);
948 tree new_rhs = build1_loc (gimple_location (use_stmt), local
955 gimple_assign_set_rhs_from_tree (use_stmt_gsi, new_rhs);
3275 tree new_rhs = unshare_expr (load_rhs); local
3287 new_rhs = fold_build3 (BIT_FIELD_REF,
3289 new_rhs,
3317 tree new_rhs = fold_build3 (BIT_FIELD_REF, TREE_TYPE (bfr), local
3583 tree new_rhs = build1 (gimple_assign_rhs_code (use_stmt), local
3690 tree new_rhs; local
[all...]
H A Dtree-ssa-ccp.cc2720 tree new_rhs = unshare_expr (val); local
2722 TREE_TYPE (new_rhs)))
2723 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
2724 gimplify_and_update_call_from_tree (gsi, new_rhs);
2739 tree new_rhs = fold_builtin_alloca_with_align (stmt); local
2740 if (new_rhs)
2742 gimplify_and_update_call_from_tree (gsi, new_rhs);
2743 tree var = TREE_OPERAND (TREE_OPERAND (new_rhs, 0),0);
H A Dtree-ssa-dom.cc1763 tree new_rhs local
1773 print_generic_expr (dump_file, new_rhs);
1777 set_ssa_name_value (lhs, new_rhs);
H A Dtree-ssa-phiopt.cc806 tree new_rhs; local
808 new_rhs = gimple_build (&stmts, PLUS_EXPR, type, lhs, arg);
810 new_rhs = gimple_build (&stmts, MINUS_EXPR, type, arg, lhs);
811 new_rhs = gimple_convert (&stmts, TREE_TYPE (arg0), new_rhs);
815 replace_phi_edge_with_variable (cond_bb, e1, phi, new_rhs);
H A Dipa-param-manipulation.cc1806 tree new_rhs = fold_build1_loc (gimple_location (stmt), local
1809 tree tmp = force_gimple_operand (new_rhs, extra_stmts, true,
H A Dgimple-fold.cc6282 tree new_rhs = fold_gimple_assign (gsi); local
6283 if (new_rhs
6285 TREE_TYPE (new_rhs)))
6286 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
6287 if (new_rhs
6289 || get_gimple_rhs_num_ops (TREE_CODE (new_rhs)) < old_num_ops))
6291 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
H A Dtree-ssa-math-opts.cc4531 tree new_rhs; local
4536 new_rhs = fold_build1 (REALPART_EXPR, TREE_TYPE (op1), res);
4540 new_rhs = fold_build1 (IMAGPART_EXPR, TREE_TYPE (op1), res);
4548 gimple_assign_set_rhs_from_tree (&gsi, new_rhs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c1644 tree new_rhs;
1650 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3,
1653 new_rhs = expand_vector_piecewise (gsi, do_cond, type, compute_type,
1655 if (!useless_type_conversion_p (TREE_TYPE (lhs), TREE_TYPE (new_rhs)))
1656 new_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),
1657 new_rhs);
1662 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
1730 tree new_rhs, compute_type = TREE_TYPE (arg_type);
1777 new_rhs = expand_vector_piecewise (gsi, do_vec_conversion,
1780 g = gimple_build_assign (lhs, new_rhs);
1643 tree new_rhs; local
1729 tree new_rhs, compute_type = TREE_TYPE (arg_type); local
1965 tree new_rhs; local
[all...]
H A Dgimple-ssa-backprop.c667 note_replacement (gimple *stmt, tree old_rhs, tree new_rhs) argument
672 print_generic_expr (dump_file, new_rhs);
724 tree new_rhs = strip_sign_op_1 (rhs); local
725 if (!new_rhs)
727 while (tree next = strip_sign_op_1 (new_rhs))
728 new_rhs = next;
729 return new_rhs;
H A Dtree-ssa-forwprop.c894 tree new_offset, new_base, saved, new_rhs; local
914 new_rhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
915 *rhsp = new_rhs;
916 TREE_THIS_VOLATILE (new_rhs) = TREE_THIS_VOLATILE (rhs);
917 TREE_SIDE_EFFECTS (new_rhs) = TREE_SIDE_EFFECTS (rhs);
946 tree new_rhs = build1_loc (gimple_location (use_stmt), local
953 gimple_assign_set_rhs_from_tree (use_stmt_gsi, new_rhs);
2884 tree new_rhs = build1 (gimple_assign_rhs_code (use_stmt), local
2889 new_rhs);
2948 tree new_rhs local
3041 tree new_rhs; local
[all...]
H A Dtree-ssa-ccp.c2343 tree new_rhs = unshare_expr (val); local
2346 TREE_TYPE (new_rhs)))
2347 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
2348 res = update_call_from_tree (gsi, new_rhs);
2364 tree new_rhs = fold_builtin_alloca_with_align (stmt); local
2365 if (new_rhs)
2367 bool res = update_call_from_tree (gsi, new_rhs);
2368 tree var = TREE_OPERAND (TREE_OPERAND (new_rhs, 0),0);
H A Dtree-ssa-phiopt.c725 tree new_rhs; local
727 new_rhs = gimplify_build2 (&gsi, PLUS_EXPR, type, lhs, arg);
729 new_rhs = gimplify_build2 (&gsi, MINUS_EXPR, type, arg, lhs);
731 new_rhs = gimplify_build1 (&gsi, NOP_EXPR, TREE_TYPE (arg0), new_rhs);
733 replace_phi_edge_with_variable (cond_bb, e1, phi, new_rhs);
H A Dtree-ssa-dom.c1728 tree new_rhs local
1738 print_generic_expr (dump_file, new_rhs);
1742 set_ssa_name_value (lhs, new_rhs);
H A Dtree-ssa-math-opts.c3658 tree new_rhs; local
3663 new_rhs = fold_build1 (REALPART_EXPR, TREE_TYPE (op1), res);
3667 new_rhs = fold_build1 (IMAGPART_EXPR, TREE_TYPE (op1), res);
3675 gimple_assign_set_rhs_from_tree (&gsi, new_rhs);
H A Dgimple-fold.c5158 tree new_rhs = fold_gimple_assign (gsi); local
5159 if (new_rhs
5161 TREE_TYPE (new_rhs)))
5162 new_rhs = fold_convert (TREE_TYPE (lhs), new_rhs);
5163 if (new_rhs
5165 || get_gimple_rhs_num_ops (TREE_CODE (new_rhs)) < old_num_ops))
5167 gimple_assign_set_rhs_from_tree (gsi, new_rhs);
H A Dipa-param-manipulation.c1478 tree new_rhs = fold_build1_loc (gimple_location (stmt), local
1481 tree tmp = force_gimple_operand (new_rhs, extra_stmts, true,
H A Dtree-vect-patterns.c648 vect_split_statement (stmt_vec_info stmt2_info, tree new_rhs, argument
666 gimple_assign_set_rhs1 (stmt2_info->stmt, new_rhs);
710 gassign *new_stmt2 = gimple_build_assign (new_lhs, NOP_EXPR, new_rhs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc1436 equiv_class_id new_rhs = map_ec_to_m.get_dst_for_src (c->m_rhs); local
1437 if (new_rhs.null_p ())
1441 new_rhs));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2209 HOST_WIDE_INT new_rhs;
2215 new_rhs = rhs + (increment ? 1 : -1);
2216 if (riscv_integer_cost (new_rhs) < riscv_integer_cost (rhs)
2217 && (rhs < 0) == (new_rhs < 0))
2219 *op1 = GEN_INT (new_rhs);
2206 HOST_WIDE_INT new_rhs; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc3734 HOST_WIDE_INT new_rhs; local
3740 new_rhs = rhs + (increment ? 1 : -1);
3741 if (loongarch_integer_cost (new_rhs)
3743 && (rhs < 0) == (new_rhs < 0))
3745 *op1 = GEN_INT (new_rhs);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc2564 HOST_WIDE_INT new_rhs;
2570 new_rhs = rhs + (increment ? 1 : -1);
2571 if (riscv_integer_cost (new_rhs) < riscv_integer_cost (rhs)
2572 && (rhs < 0) == (new_rhs < 0))
2574 *op1 = GEN_INT (new_rhs);
2561 HOST_WIDE_INT new_rhs; local
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c4491 new_rhs:
4629 goto new_rhs;
4775 goto new_rhs;
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dparse.c3635 new_rhs:
3749 goto new_rhs;
3896 goto new_rhs;

Completed in 626 milliseconds

12