/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-iv.cc | 2082 cond_under = simplify_gen_relational (LT, SImode, iv->extend_mode, in shorten_into_mode() 2084 cond_over = simplify_gen_relational (GT, SImode, iv->extend_mode, in shorten_into_mode() 2285 cmp = simplify_gen_relational (desc->signed_p ? LT : LTU, VOIDmode, in determine_max_iter() 2460 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2470 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2557 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2559 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2569 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2571 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2624 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() [all …]
|
H A D | simplify-rtx.cc | 387 simplify_context::simplify_gen_relational (rtx_code code, machine_mode mode, in simplify_gen_relational() function in simplify_context 453 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_fn_rtx() 946 return simplify_gen_relational (reversed, mode, VOIDmode, in simplify_unary_operation_1() 997 return simplify_gen_relational (GE, int_mode, VOIDmode, in simplify_unary_operation_1() 2539 return simplify_gen_relational (code, mode, VOIDmode, op0, op1); in simplify_logical_relational_operation() 4164 return simplify_gen_relational (EQ, mode, inner_mode, in simplify_binary_operation_1() 5661 return simplify_gen_relational (code, mode, VOIDmode, in simplify_relational_operation() 5696 return simplify_gen_relational (GET_CODE (op0), mode, VOIDmode, in simplify_relational_operation_1() 5703 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1() 5720 return simplify_gen_relational ((code == LTU ? GEU : LTU), mode, in simplify_relational_operation_1() [all …]
|
H A D | cfgexpand.cc | 5082 return simplify_gen_relational (EQ, mode, inner_mode, op0, const0_rtx); in expand_debug_expr() 5085 return simplify_gen_relational (unsignedp ? LTU : LT, mode, inner_mode, in expand_debug_expr() 5089 return simplify_gen_relational (unsignedp ? LEU : LE, mode, inner_mode, in expand_debug_expr() 5093 return simplify_gen_relational (unsignedp ? GTU : GT, mode, inner_mode, in expand_debug_expr() 5097 return simplify_gen_relational (unsignedp ? GEU : GE, mode, inner_mode, in expand_debug_expr() 5101 return simplify_gen_relational (EQ, mode, inner_mode, op0, op1); in expand_debug_expr() 5104 return simplify_gen_relational (NE, mode, inner_mode, op0, op1); in expand_debug_expr() 5107 return simplify_gen_relational (UNORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 5110 return simplify_gen_relational (ORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 5113 return simplify_gen_relational (UNLT, mode, inner_mode, op0, op1); in expand_debug_expr() [all …]
|
H A D | rtl.h | 3426 rtx simplify_gen_relational (rtx_code, machine_mode, machine_mode, rtx, rtx); 3523 simplify_gen_relational (rtx_code code, machine_mode mode, 3526 return simplify_context ().simplify_gen_relational (code, mode, op_mode,
|
H A D | jump.cc | 481 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
|
H A D | optabs.cc | 4797 rtx temp = simplify_gen_relational (NE, cmp_mode, mode, x, x); in prepare_float_lib_cmp() 4798 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp() 4804 equiv = simplify_gen_relational (comparison, cmp_mode, mode, x, y); in prepare_float_lib_cmp() 4929 simplify_gen_relational (comp.code, VOIDmode, in emit_conditional_move() 5149 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_add()
|
H A D | combine.cc | 5760 x = simplify_gen_relational (cond_code, mode, VOIDmode, in combine_simplify_rtx() 5766 x = simplify_gen_relational (reversed, mode, VOIDmode, in combine_simplify_rtx() 5775 simplify_gen_relational (cond_code, in combine_simplify_rtx() 5786 simplify_gen_relational (reversed, in combine_simplify_rtx() 6391 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else() 6683 temp = subst (simplify_gen_relational (true_code, cm, VOIDmode, in simplify_if_then_else() 8510 return simplify_gen_relational (GET_CODE (x), GET_MODE (x), in canon_reg_for_combine() 9274 *ptrue = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond() 9276 *pfalse = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond()
|
H A D | ChangeLog-2001 | 22669 simplify_gen_relational): Likewise. 24169 * rtl.h (simplify_gen_relational): Add cmp_mode parameter. 24170 * simplify-rtx.c (simplify_gen_relational): Likewise. 29710 (simplify_gen_relational, simplify_replace_rtx): Likewise.
|
H A D | ChangeLog-2003 | 8452 * simplify-rtx.c (simplify_gen_relational): Allow the cmp_mode 8458 (simplify_replace_rtx): Simplify call to simplify_gen_relational. 8460 are always passed to simplify_gen_relational. Simplify NOT of 8467 simplify_relational_operation, not simplify_gen_relational, if
|
H A D | ChangeLog-2004 | 31584 simplify_gen_binary, simplify_gen_relational or 31871 simplify_gen_binary, simplify_gen_relational or 35133 * simplify-rtx.c (simplify_gen_relational): Move most code to 38874 (simplify_gen_relational): Update simplify_relational_operation call. 39694 simplify_gen_relational, simplify_replace_rtx,
|
H A D | ChangeLog-2002 | 16895 * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form 19953 * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
|
H A D | ChangeLog-2020 | 550 (simplify_gen_ternary, simplify_gen_relational): Likewise. 554 (simplify_gen_unary, simplify_gen_ternary, simplify_gen_relational)
|
H A D | ChangeLog-2009 | 30296 Generate the comparison by using simplify_gen_relational.
|
H A D | ChangeLog-2005 | 28235 simplify_gen_binary, simplify_gen_relational or
|
H A D | ChangeLog-2018 | 4538 simplify_gen_relational rather than simplify_gen_binary.
|
H A D | ChangeLog-2017 | 2157 * simplify-rtx.c (simplify_gen_ternary, simplify_gen_relational,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-iv.c | 2082 cond_under = simplify_gen_relational (LT, SImode, iv->extend_mode, in shorten_into_mode() 2084 cond_over = simplify_gen_relational (GT, SImode, iv->extend_mode, in shorten_into_mode() 2285 cmp = simplify_gen_relational (desc->signed_p ? LT : LTU, VOIDmode, in determine_max_iter() 2460 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2470 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2557 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2559 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2569 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2571 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2624 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() [all …]
|
H A D | simplify-rtx.c | 393 simplify_gen_relational (enum rtx_code code, machine_mode mode, in simplify_gen_relational() function 458 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_fn_rtx() 922 return simplify_gen_relational (reversed, mode, VOIDmode, in simplify_unary_operation_1() 973 return simplify_gen_relational (GE, int_mode, VOIDmode, in simplify_unary_operation_1() 2356 return simplify_gen_relational (code, mode, VOIDmode, op0, op1); in simplify_logical_relational_operation() 3801 return simplify_gen_relational (EQ, mode, inner_mode, in simplify_binary_operation_1() 5133 return simplify_gen_relational (code, mode, VOIDmode, in simplify_relational_operation() 5167 return simplify_gen_relational (GET_CODE (op0), mode, VOIDmode, in simplify_relational_operation_1() 5174 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1() 5191 return simplify_gen_relational ((code == LTU ? GEU : LTU), mode, in simplify_relational_operation_1() [all …]
|
H A D | cfgexpand.c | 4906 return simplify_gen_relational (EQ, mode, inner_mode, op0, const0_rtx); in expand_debug_expr() 4909 return simplify_gen_relational (unsignedp ? LTU : LT, mode, inner_mode, in expand_debug_expr() 4913 return simplify_gen_relational (unsignedp ? LEU : LE, mode, inner_mode, in expand_debug_expr() 4917 return simplify_gen_relational (unsignedp ? GTU : GT, mode, inner_mode, in expand_debug_expr() 4921 return simplify_gen_relational (unsignedp ? GEU : GE, mode, inner_mode, in expand_debug_expr() 4925 return simplify_gen_relational (EQ, mode, inner_mode, op0, op1); in expand_debug_expr() 4928 return simplify_gen_relational (NE, mode, inner_mode, op0, op1); in expand_debug_expr() 4931 return simplify_gen_relational (UNORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 4934 return simplify_gen_relational (ORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 4937 return simplify_gen_relational (UNLT, mode, inner_mode, op0, op1); in expand_debug_expr() [all …]
|
H A D | optabs.c | 4297 rtx temp = simplify_gen_relational (NE, cmp_mode, mode, x, x); in prepare_float_lib_cmp() 4298 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp() 4304 equiv = simplify_gen_relational (comparison, cmp_mode, mode, x, y); in prepare_float_lib_cmp() 4426 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_move() 4582 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_add()
|
H A D | fwprop.c | 532 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1()
|
H A D | jump.c | 481 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
|
H A D | combine.c | 5897 x = simplify_gen_relational (cond_code, mode, VOIDmode, in combine_simplify_rtx() 5903 x = simplify_gen_relational (reversed, mode, VOIDmode, in combine_simplify_rtx() 5912 simplify_gen_relational (cond_code, in combine_simplify_rtx() 5923 simplify_gen_relational (reversed, in combine_simplify_rtx() 6515 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else() 6807 temp = subst (simplify_gen_relational (true_code, cm, VOIDmode, in simplify_if_then_else() 8637 return simplify_gen_relational (GET_CODE (x), GET_MODE (x), in canon_reg_for_combine() 9401 *ptrue = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond() 9403 *pfalse = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond()
|
H A D | rtl.h | 3414 extern rtx simplify_gen_relational (enum rtx_code, machine_mode,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 3619 operands[1] = simplify_gen_relational (LT, VOIDmode, in ix86_expand_int_movcc()
|