Home
last modified time | relevance | path

Searched refs:gimple_assign_set_rhs_with_ops (Results 1 – 22 of 22) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c856 gimple_assign_set_rhs_with_ops (use_stmt_gsi, TREE_CODE (new_def_rhs), in forward_propagate_addr_expr_1()
859 gimple_assign_set_rhs_with_ops (use_stmt_gsi, NOP_EXPR, in forward_propagate_addr_expr_1()
1889 gimple_assign_set_rhs_with_ops (gsi, BIT_NOT_EXPR, arg1, NULL_TREE); in simplify_bitwise_binary()
2011 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2022 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2073 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2084 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2111 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2123 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
2173 gimple_assign_set_rhs_with_ops (gsi, code, rhs1, NULL_TREE); in associate_plusminus()
H A Dtree-ssa-reassoc.c2564 gimple_assign_set_rhs_with_ops (gsip, PLUS_EXPR, rhs1, rhs2); in break_up_subtract()
2702 gimple_assign_set_rhs_with_ops (&gsi, MINUS_EXPR, rhs1, rhs2); in repropagate_negates()
2724 gimple_assign_set_rhs_with_ops (&gsi, PLUS_EXPR, a, rhs2); in repropagate_negates()
2727 gimple_assign_set_rhs_with_ops (&gsi2, NEGATE_EXPR, negate, NULL); in repropagate_negates()
2741 gimple_assign_set_rhs_with_ops (&gsi, PLUS_EXPR, rhs1, a); in repropagate_negates()
H A Dtree-ssa-propagate.c1050 gimple_assign_set_rhs_with_ops (&gsi, TREE_CODE (val), in substitute_and_fold()
H A Dtree-vrp.c6818 gimple_assign_set_rhs_with_ops (gsi, in simplify_truth_ops_using_ranges()
6832 gimple_assign_set_rhs_with_ops (gsi, NOP_EXPR, tem, NULL_TREE); in simplify_truth_ops_using_ranges()
6836 gimple_assign_set_rhs_with_ops (gsi, BIT_XOR_EXPR, op0, op1); in simplify_truth_ops_using_ranges()
7050 gimple_assign_set_rhs_with_ops (gsi, TREE_CODE (op), op, NULL); in simplify_bit_ops_using_ranges()
H A Dtree-complex.c670 gimple_assign_set_rhs_with_ops (&orig_si, COMPLEX_EXPR, r, i); in update_complex_assignment()
H A Dtree-ssa-strlen.c1640 gimple_assign_set_rhs_with_ops (gsi, rhs_code, si->endptr, NULL_TREE); in handle_pointer_plus()
H A Dtree-predcom.c2246 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
H A Dgimple.h1976 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code, in gimple_assign_set_rhs_with_ops() function
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-forwprop.c739 gimple_assign_set_rhs_with_ops (use_stmt_gsi, TREE_CODE (new_def_rhs), in forward_propagate_addr_expr_1()
742 gimple_assign_set_rhs_with_ops (use_stmt_gsi, NOP_EXPR, new_def_rhs); in forward_propagate_addr_expr_1()
2109 gimple_assign_set_rhs_with_ops (gsi, conv_code, orig, in simplify_vector_constructor()
2128 gimple_assign_set_rhs_with_ops (gsi, VEC_PERM_EXPR, orig, orig, op2); in simplify_vector_constructor()
2136 gimple_assign_set_rhs_with_ops (gsi, conv_code, orig, in simplify_vector_constructor()
H A Dtree-ssa.c1799 gimple_assign_set_rhs_with_ops in execute_update_addresses_taken()
1841 gimple_assign_set_rhs_with_ops in execute_update_addresses_taken()
1883 gimple_assign_set_rhs_with_ops in execute_update_addresses_taken()
H A Dgimple.h1498 void gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *, enum tree_code,
2642 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code,
2645 gimple_assign_set_rhs_with_ops (gsi, code, op1, op2, NULL);
2652 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code,
2655 gimple_assign_set_rhs_with_ops (gsi, code, op1, NULL, NULL);
H A Dvr-values.c3010 gimple_assign_set_rhs_with_ops (gsi, in simplify_truth_ops_using_ranges()
3025 gimple_assign_set_rhs_with_ops (gsi, NOP_EXPR, tem); in simplify_truth_ops_using_ranges()
3029 gimple_assign_set_rhs_with_ops (gsi, BIT_XOR_EXPR, op0, op1); in simplify_truth_ops_using_ranges()
3344 gimple_assign_set_rhs_with_ops (gsi, TREE_CODE (op), op); in simplify_bit_ops_using_ranges()
4135 gimple_assign_set_rhs_with_ops (gsi, in simplify_stmt_using_ranges()
H A Dgimple-ssa-strength-reduction.c2212 gimple_assign_set_rhs_with_ops (&gsi, code, basis_name, bump_tree); in replace_mult_candidate()
3652 gimple_assign_set_rhs_with_ops (&gsi, new_code, new_rhs1, new_rhs2); in replace_rhs_if_not_dup()
3768 gimple_assign_set_rhs_with_ops (&gsi, MINUS_EXPR, basis_name, rhs2); in replace_one_candidate()
H A Dtree-ssa-reassoc.c4965 gimple_assign_set_rhs_with_ops (gsip, PLUS_EXPR, rhs1, rhs2); in break_up_subtract()
5207 gimple_assign_set_rhs_with_ops (&gsi, MINUS_EXPR, rhs1, rhs2); in repropagate_negates()
5232 gimple_assign_set_rhs_with_ops (&gsi2, NEGATE_EXPR, x); in repropagate_negates()
5247 gimple_assign_set_rhs_with_ops (&gsi, PLUS_EXPR, rhs1, a); in repropagate_negates()
5803 gimple_assign_set_rhs_with_ops (gsi, MULT_EXPR, rhs1, rhs2); in transform_stmt_to_multiply()
H A Dgimple.c1653 gimple_assign_set_rhs_with_ops (gsi, subcode, op1, op2, op3); in gimple_assign_set_rhs_from_tree()
1664 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code, in gimple_assign_set_rhs_with_ops() function
H A Dgimple-fold.c4449 gimple_assign_set_rhs_with_ops (gsi, rcode, ops[0], ops[1], ops[2]); in replace_stmt_with_simplification()
4802 gimple_assign_set_rhs_with_ops (gsi, TREE_CODE (op1), op1); in fold_stmt_1()
4806 gimple_assign_set_rhs_with_ops (gsi, BIT_NOT_EXPR, op1); in fold_stmt_1()
4809 gimple_assign_set_rhs_with_ops (gsi, BIT_XOR_EXPR, op1, in fold_stmt_1()
H A Dtree-complex.c702 gimple_assign_set_rhs_with_ops (gsi, COMPLEX_EXPR, r, i); in update_complex_assignment()
H A Dgimple-ssa-store-merging.c1012 gimple_assign_set_rhs_with_ops (&gsi, NOP_EXPR, val_tmp); in bswap_replace()
1017 gimple_assign_set_rhs_with_ops (&gsi, MEM_REF, val_expr); in bswap_replace()
H A Dtree-predcom.c2677 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
H A Dubsan.c1733 gimple_assign_set_rhs_with_ops (&gsi2, NOP_EXPR, urhs); in instrument_bool_enum_load()
H A Dtree-ssa-math-opts.c2637 gimple_assign_set_rhs_with_ops (gsi, wmult_code, mult_rhs1, mult_rhs2, in convert_plusminus_to_widen()
H A Dtree-ssa-strlen.c2843 gimple_assign_set_rhs_with_ops (gsi, rhs_code, si->endptr); in handle_pointer_plus()