| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-iv.c | 408 simplify_gen_binary (MULT, iv->extend_mode, in iv_subreg() 716 *inner_step = simplify_gen_binary (PLUS, outer_mode, in get_biv_step_1() 733 *inner_step = simplify_gen_binary (code, outer_mode, in get_biv_step_1() 736 *outer_step = simplify_gen_binary (code, outer_mode, in get_biv_step_1() 1209 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() 1224 simplify_gen_binary (MULT, iv->extend_mode, in get_iv_value() 2145 iv0.base = simplify_gen_binary (PLUS, comp_mode, in iv_number_of_iterations() 2155 iv1.base = simplify_gen_binary (PLUS, comp_mode, in iv_number_of_iterations() 2366 bound = simplify_gen_binary (MINUS, mode, mode_mmax, in iv_number_of_iterations() 2399 delta = simplify_gen_binary (PLUS, mode, tmp1, step); in iv_number_of_iterations() [all …]
|
| H A D | simplify-rtx.c | 1626 simplify_gen_binary (MULT, mode, in simplify_binary_operation_1() 1816 return simplify_gen_binary (PLUS, mode, in simplify_binary_operation_1() 1853 return simplify_gen_binary (PLUS, mode, in simplify_binary_operation_1() 1854 simplify_gen_binary (MULT, mode, in simplify_binary_operation_1() 1869 simplify_gen_binary (MULT, mode, in simplify_binary_operation_1() 2054 return simplify_gen_binary (IOR, mode, in simplify_binary_operation_1() 2055 simplify_gen_binary in simplify_binary_operation_1() 2150 return simplify_gen_binary (AND, mode, in simplify_binary_operation_1() 2158 return simplify_gen_binary (AND, mode, in simplify_binary_operation_1() 2239 return simplify_gen_binary (AND, mode, in simplify_binary_operation_1() [all …]
|
| H A D | combine.c | 3637 simplify_gen_binary (IOR, mode, in find_split_point() 3638 simplify_gen_binary (AND, mode, in find_split_point() 4696 return simplify_gen_binary (XOR, mode, in combine_simplify_rtx() 5127 temp = simplify_gen_binary (MULT, m, temp, in simplify_if_then_else() 5128 simplify_gen_binary (MULT, m, c1, in simplify_if_then_else() 5916 simplify_gen_binary (ASHIFT, in expand_field_assignment() 5922 simplify_gen_binary ( in expand_field_assignment() 6386 return simplify_gen_binary (code, mode, tem, in extract_left_shift() 10402 op0 = simplify_gen_binary (AND, tmode, in simplify_comparison() 10706 op0 = simplify_gen_binary (AND, tmode, in simplify_comparison() [all …]
|
| H A D | loop-unroll.c | 1143 simplify_gen_binary (UDIV, desc->mode, old_niter, in unroll_loop_runtime_iterations() 1149 simplify_gen_binary (MINUS, desc->mode, desc->niter_expr, const1_rtx); in unroll_loop_runtime_iterations() 1875 incr = simplify_gen_binary (MULT, mode, in split_iv() 1877 expr = simplify_gen_binary (PLUS, GET_MODE (ivts->base_var), in split_iv() 2038 sum = simplify_gen_binary (PLUS, GET_MODE (ve->reg), in combine_var_copies_in_loop_exit() 2044 sum = simplify_gen_binary (MULT, GET_MODE (ve->reg), in combine_var_copies_in_loop_exit()
|
| H A D | loop-doloop.c | 360 count = simplify_gen_binary (PLUS, mode, count, const1_rtx); in doloop_modify()
|
| H A D | recog.c | 554 simplify_gen_binary in validate_replace_rtx_1() 561 simplify_gen_binary in validate_replace_rtx_1()
|
| H A D | ifcvt.c | 1973 result = simplify_gen_binary (IOR, mode, x, result); in noce_try_bitop() 1979 result = simplify_gen_binary (AND, mode, x, result); in noce_try_bitop()
|
| H A D | emit-rtl.c | 1921 new = simplify_gen_binary (PLUS, Pmode, addr, offset); in offset_address() 1935 new = simplify_gen_binary (PLUS, Pmode, addr, offset); in offset_address()
|
| H A D | cse.c | 3027 rtx new = simplify_gen_binary (GET_CODE (*loc), Pmode, in find_best_addr() 4294 return simplify_gen_binary (MINUS, mode, folded_arg0, in fold_rtx() 4427 return simplify_gen_binary (code, mode, y, new_const); in fold_rtx()
|
| H A D | function.c | 1311 *loc = simplify_gen_binary (PLUS, GET_MODE (x), new, XEXP (x, 1)); in instantiate_virtual_regs_in_rtx() 1373 x = simplify_gen_binary (PLUS, GET_MODE (new), SET_SRC (set), in instantiate_virtual_regs_in_insn()
|
| H A D | rtl.h | 1646 extern rtx simplify_gen_binary (enum rtx_code, enum machine_mode, rtx, rtx);
|
| H A D | expr.c | 7988 return simplify_gen_binary (PLUS, mode, op0, op1); in expand_expr_real_1() 8024 return REDUCE_BIT_FIELD (simplify_gen_binary (PLUS, mode, op0, op1)); in expand_expr_real_1() 8062 return REDUCE_BIT_FIELD (simplify_gen_binary (PLUS, mode, op0, op1)); in expand_expr_real_1()
|
| H A D | ChangeLog-2003 | 9533 the same task as simplify_gen_binary. Replace all gotos to 9534 both_summands with a call to simplify_gen_binary and delete the 11307 gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary. 13403 * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap 22289 expressions and use simplify_gen_binary to create the addition.
|
| H A D | ChangeLog-2001 | 2010 * recog.c (validate_replace_rtx_1): Use simplify_gen_binary 2013 (simplify_gen_binary, simplify_plus_minus): Use it. 11855 * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling. 22668 * simplify-rtx.c (simplify_gen_binary,
|
| H A D | ChangeLog-2006 | 16322 for constant operands instead of simplify_gen_binary. 16323 * simplify-rtx.c (simplify_gen_binary): Swap commutative operands
|
| H A D | ChangeLog-1999 | 3508 * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes. 3509 * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
|
| H A D | ChangeLog-2002 | 29282 (simplify_gen_binary): Handle simplify_plus_minus failures. 30335 * emit-rtl.c (offset_address): Use simplify_gen_binary rather 30342 * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
|
| H A D | ChangeLog-2004 | 31584 simplify_gen_binary, simplify_gen_relational or 31871 simplify_gen_binary, simplify_gen_relational or 39693 * simplify-rtx.c (simplify_gen_binary,
|
| H A D | ChangeLog-2005 | 3175 (simplify_gen_binary): Do not call simplify_plus_minus. 28236 simplify_gen_binary, simplify_gen_relational or
|
| H A D | ChangeLog-2000 | 13071 * loop.c (express_from_1): Fix call of simplify_gen_binary.
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 12311 newop = simplify_gen_binary (code, SImode, xorm, newop); in rs6000_emit_sync()
|