Home
last modified time | relevance | path

Searched defs:rhs2 (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dccmp.cc135 tree *rhs1, tree *rhs2) in get_compare_parts()
169 tree rhs1, rhs2; in expand_ccmp_next() local
H A Dtree-ssa-dom.cc181 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
195 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
245 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
270 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
304 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
H A Dgimple-ssa-strength-reduction.cc726 tree lhs, rhs1, rhs2; in stmt_cost() local
1236 slsr_process_mul (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_mul()
1455 slsr_process_add (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_add()
1761 tree rhs1 = NULL_TREE, rhs2 = NULL_TREE; in before_dom_children() local
2192 tree rhs1, rhs2; in replace_mult_candidate() local
2741 tree rhs2 = gimple_assign_rhs2 (c->cand_stmt); in record_increment() local
3682 tree rhs2; in replace_one_candidate() local
H A Dtree-ssa-threadedge.cc515 const tree rhs2 = gimple_assign_rhs2 (def_stmt); in simplify_control_stmt_condition_1() local
602 tree rhs2 = gimple_assign_rhs2 (def_stmt); in simplify_control_stmt_condition_1() local
H A Dtree-ssa-reassoc.cc691 tree rhs2 = gimple_assign_rhs2 (stmt); in is_reassociable_op() local
3784 tree rhs1, rhs2; in optimize_range_tests_var_bound() local
5212 find_insert_point (gimple *stmt, tree rhs1, tree rhs2, bool &insert_before) in find_insert_point()
5237 tree rhs2 = gimple_assign_rhs2 (stmt_to_insert); in insert_stmt_before_use() local
5268 tree rhs2 = gimple_assign_rhs2 (stmt); in rewrite_expr_tree() local
5703 tree rhs2 = gimple_assign_rhs2 (negatedefstmt); in negate_value() local
5777 tree rhs2 = gimple_assign_rhs2 (stmt); in break_up_subtract() local
6649 tree rhs1, tree rhs2) in transform_stmt_to_multiply()
6694 tree lhs, rhs1, rhs2; in reassociate_bb() local
H A Dtree-vect-generic.cc1254 tree rhs2 = gimple_assign_rhs2 (assign); in expand_vector_operation() local
1264 tree rhs2 = gimple_assign_rhs2 (assign); in expand_vector_operation() local
1794 tree rhs2 = gimple_assign_rhs2 (stmt); in expand_vector_scalar_condition() local
2123 tree lhs, rhs1, rhs2 = NULL, type, compute_type = NULL_TREE; in expand_vector_operations_1() local
H A Dgimple-match-head.cc975 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt)); in gimple_extract() local
986 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt)); in gimple_extract() local
H A Dtree-ssa-math-opts.cc2668 tree lhs, rhs1, rhs2, type, type1, type2; in convert_mult_to_widen() local
2793 tree lhs, rhs1, rhs2, mult_rhs1, mult_rhs2, add_rhs; in convert_plusminus_to_widen() local
3544 tree rhs2 = gimple_assign_rhs2 (div_stmt); in maybe_optimize_guarding_check() local
3694 tree rhs2 = gimple_assign_rhs2 (stmt); in arith_overflow_check_p() local
3925 tree rhs2 = gimple_assign_rhs2 (stmt); in match_arith_overflow() local
H A Dtree-ssa-forwprop.cc490 tree rhs2 = gimple_assign_rhs2 (stmt); in forward_propagate_into_comparison() local
526 tree rhs2 = gimple_cond_rhs (stmt); in forward_propagate_into_gimple_cond() local
670 tree lhs, rhs, rhs2, array_ref; in forward_propagate_addr_expr_1() local
H A Dgimple-ssa-backprop.cc789 tree rhs2, tree rhs3) in replace_assign_rhs()
H A Dtree-ssa-phiopt.cc1675 tree lhs, rhs1, rhs2; in value_replacement() local
2405 tree rhs2 = gimple_cond_rhs (cond2); in spaceship_replacement() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c135 tree *rhs1, tree *rhs2) in get_compare_parts()
169 tree rhs1, rhs2; in expand_ccmp_next() local
H A Dtree-ssa-dom.c181 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
195 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
245 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
270 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
304 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences() local
H A Dgimple-ssa-strength-reduction.c726 tree lhs, rhs1, rhs2; in stmt_cost() local
1237 slsr_process_mul (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_mul()
1456 slsr_process_add (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_add()
1762 tree rhs1 = NULL_TREE, rhs2 = NULL_TREE; in before_dom_children() local
2193 tree rhs1, rhs2; in replace_mult_candidate() local
2742 tree rhs2 = gimple_assign_rhs2 (c->cand_stmt); in record_increment() local
3683 tree rhs2; in replace_one_candidate() local
H A Dtree-ssa-threadedge.c616 const tree rhs2 = gimple_assign_rhs2 (def_stmt); in simplify_control_stmt_condition_1() local
705 tree rhs2 = gimple_assign_rhs2 (def_stmt); in simplify_control_stmt_condition_1() local
H A Dgimple-match-head.c952 tree rhs2 = gimple_assign_rhs2 (stmt); in gimple_simplify() local
995 tree rhs2 = gimple_assign_rhs2 (stmt); in gimple_simplify() local
H A Dtree-vect-generic.c1114 tree rhs2 = gimple_assign_rhs2 (assign); in expand_vector_operation() local
1123 tree rhs2 = gimple_assign_rhs2 (assign); in expand_vector_operation() local
1641 tree rhs2 = gimple_assign_rhs2 (stmt); in expand_vector_scalar_condition() local
1961 tree lhs, rhs1, rhs2 = NULL, type, compute_type = NULL_TREE; in expand_vector_operations_1() local
H A Dtree-ssa-reassoc.c620 tree rhs2 = gimple_assign_rhs2 (stmt); in is_reassociable_op() local
3474 tree rhs1, rhs2; in optimize_range_tests_var_bound() local
4815 find_insert_point (gimple *stmt, tree rhs1, tree rhs2, bool &insert_before) in find_insert_point()
4840 tree rhs2 = gimple_assign_rhs2 (stmt_to_insert); in insert_stmt_before_use() local
4870 tree rhs2 = gimple_assign_rhs2 (stmt); in rewrite_expr_tree() local
5305 tree rhs2 = gimple_assign_rhs2 (negatedefstmt); in negate_value() local
5379 tree rhs2 = gimple_assign_rhs2 (stmt); in break_up_subtract() local
6228 tree rhs1, tree rhs2) in transform_stmt_to_multiply()
6273 tree lhs, rhs1, rhs2; in reassociate_bb() local
H A Dtree-ssa-forwprop.c488 tree rhs2 = gimple_assign_rhs2 (stmt); in forward_propagate_into_comparison() local
524 tree rhs2 = gimple_cond_rhs (stmt); in forward_propagate_into_gimple_cond() local
668 tree lhs, rhs, rhs2, array_ref; in forward_propagate_addr_expr_1() local
H A Dtree-ssa-math-opts.c2530 tree lhs, rhs1, rhs2, type, type1, type2; in convert_mult_to_widen() local
2638 tree lhs, rhs1, rhs2, mult_rhs1, mult_rhs2, add_rhs; in convert_plusminus_to_widen() local
3340 tree rhs2 = gimple_assign_rhs2 (stmt); in uaddsub_overflow_check_p() local
3418 tree rhs2 = gimple_assign_rhs2 (stmt); in match_uaddsub_overflow() local
H A Dgimple-ssa-backprop.c790 tree rhs2, tree rhs3) in replace_assign_rhs()
H A Dtree-ssa-ccp.c1628 bit_value_binop (enum tree_code code, tree type, tree rhs1, tree rhs2) in bit_value_binop()
1940 tree rhs2 = gimple_cond_rhs (stmt); in evaluate_stmt() local
H A Dtree-vect-patterns.c3748 tree itype, cond_expr, rhs1, rhs2, irhs1, irhs2; in adjust_bool_pattern() local
4166 tree rhs2 = vect_recog_temp_ssa_var (TREE_TYPE (lhs), NULL); in vect_recog_bool_pattern() local
4236 tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type, rhs2_type; in vect_recog_mask_conversion_pattern() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c3628 int lhs, rhs1, rhs2; in nios2_init_custom_builtins() local
4549 split_alu_insn (rtx_insn *insn, rtx *lhs, rtx *rhs1, rtx *rhs2) in split_alu_insn()
4647 rtx lhs, rtx rhs1, rtx rhs2) in nios2_add_insn_classify()
4714 rtx pat, lhs, rhs1, rhs2; in nios2_cdx_narrow_form_p() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc3624 int lhs, rhs1, rhs2; in nios2_init_custom_builtins() local
4584 split_alu_insn (rtx_insn *insn, rtx *lhs, rtx *rhs1, rtx *rhs2) in split_alu_insn()
4682 rtx lhs, rtx rhs1, rtx rhs2) in nios2_add_insn_classify()
4749 rtx pat, lhs, rhs1 = NULL_RTX, rhs2 = NULL_RTX; in nios2_cdx_narrow_form_p() local

123