Home
last modified time | relevance | path

Searched refs:rhs1 (Results 1 – 25 of 64) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c451 rhs0, rhs1, in forward_propagate_into_comparison_1()
1957 rhs1 = rhs2; in associate_plusminus()
2009 rhs1 = def_rhs2; in associate_plusminus()
2020 rhs1 = def_rhs1; in associate_plusminus()
2036 rhs1 = cst; in associate_plusminus()
2082 rhs1 = def_rhs1; in associate_plusminus()
2109 rhs1 = def_rhs2; in associate_plusminus()
2121 rhs1 = def_rhs1; in associate_plusminus()
2137 rhs1 = cst; in associate_plusminus()
2154 rhs1 = cst; in associate_plusminus()
[all …]
H A Dtree-stdarg.c136 tree rhs1; in va_list_counter_bump() local
156 rhs1 = gimple_assign_rhs1 (stmt); in va_list_counter_bump()
159 && TREE_CODE (rhs1) == SSA_NAME) in va_list_counter_bump()
161 lhs = rhs1; in va_list_counter_bump()
167 && TREE_CODE (rhs1) == SSA_NAME in va_list_counter_bump()
171 lhs = rhs1; in va_list_counter_bump()
210 tree rhs1; in va_list_counter_bump() local
226 && TREE_CODE (rhs1) == SSA_NAME) in va_list_counter_bump()
228 lhs = rhs1; in va_list_counter_bump()
234 && TREE_CODE (rhs1) == SSA_NAME in va_list_counter_bump()
[all …]
H A Dtree-scalar-evolution.c932 if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_binary()
950 code, rhs1, at_stmt); in follow_ssa_edge_binary()
983 code, rhs1, at_stmt); in follow_ssa_edge_binary()
1024 if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_binary()
1032 MINUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_binary()
1096 rhs1 = TREE_OPERAND (expr, 1); in follow_ssa_edge_expr()
1110 rhs1 = TREE_OPERAND (expr, 1); in follow_ssa_edge_expr()
1115 rhs0, POINTER_PLUS_EXPR, rhs1, in follow_ssa_edge_expr()
1166 type = TREE_TYPE (rhs1); in follow_ssa_edge_in_rhs()
1647 rhs1 = ASSERT_EXPR_VAR (rhs1); in interpret_rhs_expr()
[all …]
H A Dtree-vect-patterns.c1505 tree rhs1 = gimple_assign_rhs1 (def_stmt); in vect_recog_vector_vector_shift_pattern() local
1507 && TYPE_PRECISION (TREE_TYPE (rhs1)) in vect_recog_vector_vector_shift_pattern()
1509 def = rhs1; in vect_recog_vector_vector_shift_pattern()
1864 tree def, rhs1; in check_bool_pattern() local
1879 rhs1 = gimple_assign_rhs1 (def_stmt); in check_bool_pattern()
1888 || !TYPE_UNSIGNED (TREE_TYPE (rhs1))) in check_bool_pattern()
1976 rhs1 = gimple_assign_rhs1 (stmt); in adjust_bool_pattern()
2060 def_stmt = SSA_NAME_DEF_STMT (rhs1); in adjust_bool_pattern()
2117 || !TYPE_UNSIGNED (TREE_TYPE (rhs1)) in adjust_bool_pattern()
2118 || (TYPE_PRECISION (TREE_TYPE (rhs1)) in adjust_bool_pattern()
[all …]
H A Dtree-ssa-math-opts.c1610 tree rhs1, rhs2 = NULL; in find_bswap_1() local
1667 source_expr1 = rhs1; in find_bswap_1()
2003 tree type1, rhs1; in is_widening_mult_rhs_p() local
2015 rhs1 = rhs; in is_widening_mult_rhs_p()
2022 *new_rhs_out = rhs1; in is_widening_mult_rhs_p()
2029 rhs1 = rhs; in is_widening_mult_rhs_p()
2031 type1 = TREE_TYPE (rhs1); in is_widening_mult_rhs_p()
2037 *new_rhs_out = rhs1; in is_widening_mult_rhs_p()
2184 rhs1 = build_and_insert_cast (gsi, loc, tmp, rhs1); in convert_mult_to_widen()
2199 rhs1 = fold_convert (type1, rhs1); in convert_mult_to_widen()
[all …]
H A Dtree-ssa-ccp.c1597 tree rhs1 = gimple_assign_rhs1 (stmt); in evaluate_stmt() local
1601 if (INTEGRAL_TYPE_P (TREE_TYPE (rhs1)) in evaluate_stmt()
1602 || POINTER_TYPE_P (TREE_TYPE (rhs1))) in evaluate_stmt()
1603 val = get_value_for_expr (rhs1, true); in evaluate_stmt()
1608 || POINTER_TYPE_P (TREE_TYPE (rhs1))) in evaluate_stmt()
1616 || POINTER_TYPE_P (TREE_TYPE (rhs1))) in evaluate_stmt()
1621 TREE_TYPE (lhs), rhs1, rhs2); in evaluate_stmt()
1631 tree rhs1 = gimple_cond_lhs (stmt); in evaluate_stmt() local
1633 if (INTEGRAL_TYPE_P (TREE_TYPE (rhs1)) in evaluate_stmt()
1634 || POINTER_TYPE_P (TREE_TYPE (rhs1))) in evaluate_stmt()
[all …]
H A Dtree-ssa-reassoc.c2140 tree rhs1 = gimple_assign_rhs1 (stmt); in rewrite_expr_tree() local
2161 if (rhs1 != oe1->op || rhs2 != oe2->op) in rewrite_expr_tree()
2172 if (rhs1 != oe1->op && rhs1 != oe2->op) in rewrite_expr_tree()
2173 remove_visited_stmt_chain (rhs1); in rewrite_expr_tree()
2500 rhs1 = negate_value (rhs1, &gsi); in negate_value()
2554 tree rhs1 = gimple_assign_rhs1 (stmt); in break_up_subtract() local
2835 tree lhs, rhs1, rhs2; in reassociate_bb() local
2870 rhs1 = gimple_assign_rhs1 (stmt); in reassociate_bb()
2881 || !can_reassociate_p (rhs1) in reassociate_bb()
2916 rhs1 = gimple_assign_rhs1 (stmt); in reassociate_bb()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-match-head.c649 ops[1] = TREE_OPERAND (rhs1, 1); in gimple_simplify()
650 ops[2] = TREE_OPERAND (rhs1, 2); in gimple_simplify()
670 rhs1 = do_valueize (rhs1, top_valueize, valueized); in gimple_simplify()
672 ops[0] = rhs1; in gimple_simplify()
681 rhs1 = do_valueize (rhs1, top_valueize, valueized); in gimple_simplify()
684 ops[0] = rhs1; in gimple_simplify()
698 if (COMPARISON_CLASS_P (rhs1)) in gimple_simplify()
716 rhs1 = build2 (rcode2, TREE_TYPE (rhs1), in gimple_simplify()
721 rhs1 = ops2[0]; in gimple_simplify()
729 rhs1 = do_valueize (rhs1, top_valueize, valueized); in gimple_simplify()
[all …]
H A Dtree-vect-patterns.c1977 def = rhs1; in vect_recog_rotate_pattern()
2179 def = rhs1; in vect_recog_vector_vector_shift_pattern()
3219 tree rhs1; in check_bool_pattern() local
3403 irhs1 = *defs.get (rhs1); in adjust_bool_pattern()
3409 rhs1 = def_rhs1; in adjust_bool_pattern()
3428 rhs1 = def_rhs1; in adjust_bool_pattern()
3480 itype = TREE_TYPE (rhs1); in adjust_bool_pattern()
3551 tree rhs1; in search_type_for_mask_1() local
4124 rhs1 = tmp; in vect_recog_mask_conversion_pattern()
4136 tmp = rhs1; in vect_recog_mask_conversion_pattern()
[all …]
H A Dtree-stdarg.c139 tree rhs1; in va_list_counter_bump() local
159 rhs1 = gimple_assign_rhs1 (stmt); in va_list_counter_bump()
162 && TREE_CODE (rhs1) == SSA_NAME) in va_list_counter_bump()
164 lhs = rhs1; in va_list_counter_bump()
170 && TREE_CODE (rhs1) == SSA_NAME in va_list_counter_bump()
174 lhs = rhs1; in va_list_counter_bump()
213 tree rhs1; in va_list_counter_bump() local
229 && TREE_CODE (rhs1) == SSA_NAME) in va_list_counter_bump()
231 lhs = rhs1; in va_list_counter_bump()
237 && TREE_CODE (rhs1) == SSA_NAME in va_list_counter_bump()
[all …]
H A Dtree-scalar-evolution.c922 if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_binary()
936 code, rhs1, at_stmt); in follow_ssa_edge_binary()
967 code, rhs1, at_stmt); in follow_ssa_edge_binary()
1012 if (TREE_CODE (rhs1) == SSA_NAME) in follow_ssa_edge_binary()
1017 MINUS_EXPR, rhs1, at_stmt); in follow_ssa_edge_binary()
1085 rhs1 = TREE_OPERAND (expr, 1); in follow_ssa_edge_expr()
1099 rhs1 = TREE_OPERAND (expr, 1); in follow_ssa_edge_expr()
1104 rhs0, POINTER_PLUS_EXPR, rhs1, in follow_ssa_edge_expr()
1156 type = TREE_TYPE (rhs1); in follow_ssa_edge_in_rhs()
1730 rhs1 = ASSERT_EXPR_VAR (rhs1); in interpret_rhs_expr()
[all …]
H A Dgimple-ssa-strength-reduction.c725 tree lhs, rhs1, rhs2; in stmt_cost() local
730 rhs1 = gimple_assign_rhs1 (gs); in stmt_cost()
1253 if (rhs1 == rhs2) in slsr_process_mul()
1624 if (!legal_cast_p (gs, rhs1)) in slsr_process_cast()
1640 if (has_single_use (rhs1)) in slsr_process_cast()
1707 if (has_single_use (rhs1)) in slsr_process_copy()
1794 rhs1 = gimple_assign_rhs1 (gs); in before_dom_children()
1798 if (TREE_CODE (rhs1) != SSA_NAME) in before_dom_children()
1812 rhs1 = gimple_assign_rhs1 (gs); in before_dom_children()
2191 tree rhs1, rhs2; in replace_mult_candidate() local
[all …]
H A Dtree-ssa-dom.c201 if (TREE_CODE (rhs1) == SSA_NAME) in derive_equivalences()
203 if (ssa_name_has_boolean_range (rhs1)) in derive_equivalences()
249 if (TREE_CODE (rhs1) == INTEGER_CST in derive_equivalences()
253 value, rhs1), in derive_equivalences()
256 && TREE_CODE (rhs1) == SSA_NAME) in derive_equivalences()
257 derive_equivalences (rhs1, in derive_equivalences()
274 if (TREE_CODE (rhs1) == INTEGER_CST in derive_equivalences()
278 rhs1, value), in derive_equivalences()
281 && TREE_CODE (rhs1) == SSA_NAME) in derive_equivalences()
282 derive_equivalences (rhs1, in derive_equivalences()
[all …]
H A Dccmp.c138 tree *rhs1, tree *rhs2) in get_compare_parts() argument
147 *rhs1 = gimple_assign_rhs1 (g); in get_compare_parts()
155 *rhs1 = t; in get_compare_parts()
172 tree rhs1, rhs2; in expand_ccmp_next() local
174 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2); in expand_ccmp_next()
176 rhs1, rhs2, get_rtx_code (code, 0)); in expand_ccmp_next()
H A Dtree-ssa-math-opts.c2142 tree type1, rhs1; in is_widening_mult_rhs_p() local
2150 rhs1 = rhs; in is_widening_mult_rhs_p()
2157 *new_rhs_out = rhs1; in is_widening_mult_rhs_p()
2164 rhs1 = rhs; in is_widening_mult_rhs_p()
2166 type1 = TREE_TYPE (rhs1); in is_widening_mult_rhs_p()
2172 *new_rhs_out = rhs1; in is_widening_mult_rhs_p()
2416 rhs1 = fold_convert (type1, rhs1); in convert_mult_to_widen()
2462 rhs1 = gimple_assign_rhs1 (stmt); in convert_plusminus_to_widen()
2523 if (!has_single_use (rhs1) in convert_plusminus_to_widen()
2536 add_rhs = rhs1; in convert_plusminus_to_widen()
[all …]
H A Dtree-ssa-reassoc.c3094 tree rhs1, rhs2; in optimize_range_tests_var_bound() local
3113 rhs1 = gimple_cond_lhs (stmt); in optimize_range_tests_var_bound()
3138 std::swap (rhs1, rhs2); in optimize_range_tests_var_bound()
3148 int *idx = map->get (rhs1); in optimize_range_tests_var_bound()
3267 std::swap (rhs1, rhs2); in optimize_range_tests_var_bound()
4516 if (rhs1 != oe1->op && rhs1 != oe2->op) in rewrite_expr_tree()
4887 rhs1 = negate_value (rhs1, &gsi); in negate_value()
5771 tree rhs1; in transform_stmt_to_copy() local
5795 tree rhs1, tree rhs2) in transform_stmt_to_multiply() argument
5837 tree lhs, rhs1, rhs2; in reassociate_bb() local
[all …]
H A Dgimple-ssa-store-merging.c438 if (TREE_CODE (rhs1) == BIT_FIELD_REF in perform_symbolic_merge()
440 rhs1 = TREE_OPERAND (rhs1, 0); in perform_symbolic_merge()
448 if (rhs1 != rhs2) in perform_symbolic_merge()
571 tree rhs1, rhs2 = NULL; in find_bswap_or_nop_1() local
578 rhs1 = gimple_assign_rhs1 (stmt); in find_bswap_or_nop_1()
584 if (TREE_CODE (rhs1) == BIT_FIELD_REF in find_bswap_or_nop_1()
610 n->type = TREE_TYPE (rhs1); in find_bswap_or_nop_1()
620 if (TREE_CODE (rhs1) != SSA_NAME) in find_bswap_or_nop_1()
625 rhs1_stmt = SSA_NAME_DEF_STMT (rhs1); in find_bswap_or_nop_1()
4253 if (TREE_CODE (rhs1) == SSA_NAME in process_store()
[all …]
H A Dtree-ssa-forwprop.c415 tree rhs0 = NULL_TREE, rhs1 = NULL_TREE; in forward_propagate_into_comparison_1() local
453 op0, rhs1, !single_use1_p); in forward_propagate_into_comparison_1()
461 && rhs1 != NULL_TREE) in forward_propagate_into_comparison_1()
463 rhs0, rhs1, in forward_propagate_into_comparison_1()
481 tree rhs1 = gimple_assign_rhs1 (stmt); in forward_propagate_into_comparison() local
487 type, rhs1, rhs2); in forward_propagate_into_comparison()
494 if (TREE_CODE (rhs1) == SSA_NAME) in forward_propagate_into_comparison()
517 tree rhs1 = gimple_cond_lhs (stmt); in forward_propagate_into_gimple_cond() local
526 rhs1, rhs2); in forward_propagate_into_gimple_cond()
541 if (TREE_CODE (rhs1) == SSA_NAME) in forward_propagate_into_gimple_cond()
[all …]
H A Dvr-values.c3875 tree rhs1 = gimple_assign_rhs1 (stmt); in simplify_float_conversion_using_ranges() local
3891 if (TYPE_UNSIGNED (TREE_TYPE (rhs1)) in simplify_float_conversion_using_ranges()
4100 && INTEGRAL_TYPE_P (TREE_TYPE (rhs1)) in simplify_stmt_using_ranges()
4101 && ((TREE_CODE (rhs1) == INTEGER_CST in simplify_stmt_using_ranges()
4104 && TREE_CODE (rhs1) == SSA_NAME)) in simplify_stmt_using_ranges()
4121 else if (TREE_CODE (rhs1) == SSA_NAME in simplify_stmt_using_ranges()
4127 cmp_var = rhs1; in simplify_stmt_using_ranges()
4164 if ((TREE_CODE (rhs1) == SSA_NAME in simplify_stmt_using_ranges()
4172 if (TREE_CODE (rhs1) == SSA_NAME in simplify_stmt_using_ranges()
4187 if (TREE_CODE (rhs1) == SSA_NAME in simplify_stmt_using_ranges()
[all …]
H A Dtree-chkp-opt.c346 tree rhs1; in chkp_collect_value() local
378 rhs1 = gimple_assign_rhs1 (def_stmt); in chkp_collect_value()
385 chkp_collect_value (rhs1, res); in chkp_collect_value()
390 chkp_collect_value (rhs1, res); in chkp_collect_value()
398 chkp_collect_value (rhs1, res); in chkp_collect_value()
406 if (TREE_CODE (rhs1) == SSA_NAME in chkp_collect_value()
409 chkp_collect_value (rhs1, res); in chkp_collect_value()
413 && TREE_CODE (rhs1) == INTEGER_CST) in chkp_collect_value()
416 chkp_mult_addr (res, rhs1); in chkp_collect_value()
H A Dtree-ssa-coalesce.c903 tree rhs1 = gimple_assign_rhs1 (stmt); in build_ssa_conflict_graph() local
906 && TREE_CODE (rhs1) == SSA_NAME) in build_ssa_conflict_graph()
907 live_track_clear_var (live, rhs1); in build_ssa_conflict_graph()
1156 tree rhs1 = gimple_assign_rhs1 (stmt); in create_outofssa_var_map() local
1158 && gimple_can_coalesce_p (lhs, rhs1)) in create_outofssa_var_map()
1161 v2 = SSA_NAME_VERSION (rhs1); in create_outofssa_var_map()
1176 tree rhs1 = gimple_return_retval (as_a <greturn *> (stmt)); in create_outofssa_var_map() local
1177 if (!rhs1) in create_outofssa_var_map()
1181 if (TREE_CODE (rhs1) == SSA_NAME in create_outofssa_var_map()
1182 && gimple_can_coalesce_p (lhs, rhs1)) in create_outofssa_var_map()
[all …]
H A Dgimple-ssa-warn-alloca.c337 tree rhs1 = gimple_assign_rhs1 (def); in alloca_call_type() local
338 tree rhs1type = TREE_TYPE (rhs1); in alloca_call_type()
346 len_casted = rhs1; in alloca_call_type()
H A Dtree-ssa-loop-ch.c390 tree rhs1 = gimple_assign_rhs1 (stmt); in copy_headers() local
394 && INTEGRAL_TYPE_P (TREE_TYPE (rhs1)) in copy_headers()
395 && TYPE_OVERFLOW_UNDEFINED (TREE_TYPE (rhs1))) in copy_headers()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c126 tree v, tree lhs1, tree rhs1) in c_finish_omp_atomic() argument
132 || rhs1 == error_mark_node) in c_finish_omp_atomic()
195 if (rhs1 in c_finish_omp_atomic()
196 && TREE_CODE (rhs1) == VAR_DECL in c_finish_omp_atomic()
198 && rhs1 != lhs) in c_finish_omp_atomic()
221 if (rhs1 && rhs1 != lhs) in c_finish_omp_atomic()
223 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, 0); in c_finish_omp_atomic()
242 else if (rhs1 && rhs1 != lhs) in c_finish_omp_atomic()
244 tree rhs1addr = build_unary_op (loc, ADDR_EXPR, rhs1, 0); in c_finish_omp_atomic()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c192 || rhs1 == error_mark_node) in c_finish_omp_atomic()
322 if (rhs1 in c_finish_omp_atomic()
323 && VAR_P (rhs1) in c_finish_omp_atomic()
325 && rhs1 != orig_lhs in c_finish_omp_atomic()
349 if (rhs1 in c_finish_omp_atomic()
350 && rhs1 != orig_lhs in c_finish_omp_atomic()
351 && TREE_CODE (rhs1) == COMPONENT_REF in c_finish_omp_atomic()
358 rhs1 = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (rhs1, 0), in c_finish_omp_atomic()
359 repr, TREE_OPERAND (rhs1, 2)); in c_finish_omp_atomic()
383 if (rhs1 && rhs1 != orig_lhs) in c_finish_omp_atomic()
[all …]

123