/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-forwprop.c | 856 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 D | tree-ssa-reassoc.c | 2564 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 D | tree-ssa-propagate.c | 1050 gimple_assign_set_rhs_with_ops (&gsi, TREE_CODE (val), in substitute_and_fold()
|
H A D | tree-vrp.c | 6818 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 D | tree-complex.c | 670 gimple_assign_set_rhs_with_ops (&orig_si, COMPLEX_EXPR, r, i); in update_complex_assignment()
|
H A D | tree-ssa-strlen.c | 1640 gimple_assign_set_rhs_with_ops (gsi, rhs_code, si->endptr, NULL_TREE); in handle_pointer_plus()
|
H A D | tree-predcom.c | 2246 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
|
H A D | gimple.h | 1976 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 D | tree-ssa-forwprop.c | 739 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 D | tree-ssa.c | 1799 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 D | gimple.h | 1498 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 D | vr-values.c | 3010 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 D | gimple-ssa-strength-reduction.c | 2212 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 D | tree-ssa-reassoc.c | 4965 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 D | gimple.c | 1653 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 D | gimple-fold.c | 4449 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 D | tree-complex.c | 702 gimple_assign_set_rhs_with_ops (gsi, COMPLEX_EXPR, r, i); in update_complex_assignment()
|
H A D | gimple-ssa-store-merging.c | 1012 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 D | tree-predcom.c | 2677 gimple_assign_set_rhs_with_ops (&bsi, code, new_name, tmp_name); in reassociate_to_the_same_stmt()
|
H A D | ubsan.c | 1733 gimple_assign_set_rhs_with_ops (&gsi2, NOP_EXPR, urhs); in instrument_bool_enum_load()
|
H A D | tree-ssa-math-opts.c | 2637 gimple_assign_set_rhs_with_ops (gsi, wmult_code, mult_rhs1, mult_rhs2, in convert_plusminus_to_widen()
|
H A D | tree-ssa-strlen.c | 2843 gimple_assign_set_rhs_with_ops (gsi, rhs_code, si->endptr); in handle_pointer_plus()
|