| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | loop-iv.c | 2030 cond_under = simplify_gen_relational (LT, SImode, iv->extend_mode, in shorten_into_mode() 2032 cond_over = simplify_gen_relational (GT, SImode, iv->extend_mode, in shorten_into_mode() 2234 cmp = simplify_gen_relational (desc->signed_p ? LT : LTU, VOIDmode, in determine_max_iter() 2408 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2418 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2505 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2507 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2517 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2519 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2569 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() [all …]
|
| HD | simplify-rtx.c | 397 simplify_gen_relational (enum rtx_code code, enum machine_mode mode, in simplify_gen_relational() function 462 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_fn_rtx() 606 return simplify_gen_relational (reversed, mode, VOIDmode, in simplify_unary_operation_1() 654 return simplify_gen_relational (GE, mode, VOIDmode, in simplify_unary_operation_1() 3066 return simplify_gen_relational (EQ, mode, imode, in simplify_binary_operation_1() 4236 return simplify_gen_relational (code, mode, VOIDmode, in simplify_relational_operation() 4270 return simplify_gen_relational (GET_CODE (op0), mode, VOIDmode, in simplify_relational_operation_1() 4277 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1() 4292 return simplify_gen_relational ((code == LTU ? GEU : LTU), mode, in simplify_relational_operation_1() 4302 return simplify_gen_relational (code, mode, cmp_mode, op0, in simplify_relational_operation_1() [all …]
|
| HD | cfgexpand.c | 3223 return simplify_gen_relational (EQ, mode, inner_mode, op0, const0_rtx); in expand_debug_expr() 3226 return simplify_gen_relational (unsignedp ? LTU : LT, mode, inner_mode, in expand_debug_expr() 3230 return simplify_gen_relational (unsignedp ? LEU : LE, mode, inner_mode, in expand_debug_expr() 3234 return simplify_gen_relational (unsignedp ? GTU : GT, mode, inner_mode, in expand_debug_expr() 3238 return simplify_gen_relational (unsignedp ? GEU : GE, mode, inner_mode, in expand_debug_expr() 3242 return simplify_gen_relational (EQ, mode, inner_mode, op0, op1); in expand_debug_expr() 3245 return simplify_gen_relational (NE, mode, inner_mode, op0, op1); in expand_debug_expr() 3248 return simplify_gen_relational (UNORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 3251 return simplify_gen_relational (ORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 3254 return simplify_gen_relational (UNLT, mode, inner_mode, op0, op1); in expand_debug_expr() [all …]
|
| HD | loop-unswitch.c | 225 stest = simplify_gen_relational (GET_CODE (test), SImode, in may_unswitch_on()
|
| HD | combine.c | 5401 x = simplify_gen_relational (cond_code, mode, VOIDmode, in combine_simplify_rtx() 5407 x = simplify_gen_relational (reversed, mode, VOIDmode, in combine_simplify_rtx() 5416 simplify_gen_relational (cond_code, in combine_simplify_rtx() 5427 simplify_gen_relational (reversed, in combine_simplify_rtx() 5433 simplify_gen_relational (cond_code, in combine_simplify_rtx() 6025 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else() 6301 temp = subst (simplify_gen_relational (true_code, m, VOIDmode, in simplify_if_then_else() 8029 return simplify_gen_relational (GET_CODE (x), GET_MODE (x), in canon_reg_for_combine() 8734 *ptrue = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond() 8736 *pfalse = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond()
|
| HD | fwprop.c | 519 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1()
|
| HD | jump.c | 459 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
|
| HD | optabs.c | 4330 rtx temp = simplify_gen_relational (NE, cmp_mode, mode, x, x); in prepare_float_lib_cmp() 4331 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp() 4337 equiv = simplify_gen_relational (comparison, cmp_mode, mode, x, y); in prepare_float_lib_cmp() 4443 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_move() 4561 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_add()
|
| HD | rtl.h | 1857 extern rtx simplify_gen_relational (enum rtx_code, enum machine_mode,
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | loop-iv.c | 2079 cond_under = simplify_gen_relational (LT, SImode, iv->extend_mode, in shorten_into_mode() 2081 cond_over = simplify_gen_relational (GT, SImode, iv->extend_mode, in shorten_into_mode() 2282 cmp = simplify_gen_relational (desc->signed_p ? LT : LTU, VOIDmode, in determine_max_iter() 2457 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2467 assumption = simplify_gen_relational (EQ, SImode, mode, tmp, in iv_number_of_iterations() 2554 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2556 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2566 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations() 2568 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2621 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() [all …]
|
| HD | simplify-rtx.c | 404 simplify_gen_relational (enum rtx_code code, machine_mode mode, in simplify_gen_relational() function 469 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_fn_rtx() 933 return simplify_gen_relational (reversed, mode, VOIDmode, in simplify_unary_operation_1() 984 return simplify_gen_relational (GE, int_mode, VOIDmode, in simplify_unary_operation_1() 3537 return simplify_gen_relational (EQ, mode, inner_mode, in simplify_binary_operation_1() 4857 return simplify_gen_relational (code, mode, VOIDmode, in simplify_relational_operation() 4891 return simplify_gen_relational (GET_CODE (op0), mode, VOIDmode, in simplify_relational_operation_1() 4898 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1() 4915 return simplify_gen_relational ((code == LTU ? GEU : LTU), mode, in simplify_relational_operation_1() 4928 return simplify_gen_relational (LTU, mode, cmp_mode, in simplify_relational_operation_1() [all …]
|
| HD | cfgexpand.c | 4817 return simplify_gen_relational (EQ, mode, inner_mode, op0, const0_rtx); in expand_debug_expr() 4820 return simplify_gen_relational (unsignedp ? LTU : LT, mode, inner_mode, in expand_debug_expr() 4824 return simplify_gen_relational (unsignedp ? LEU : LE, mode, inner_mode, in expand_debug_expr() 4828 return simplify_gen_relational (unsignedp ? GTU : GT, mode, inner_mode, in expand_debug_expr() 4832 return simplify_gen_relational (unsignedp ? GEU : GE, mode, inner_mode, in expand_debug_expr() 4836 return simplify_gen_relational (EQ, mode, inner_mode, op0, op1); in expand_debug_expr() 4839 return simplify_gen_relational (NE, mode, inner_mode, op0, op1); in expand_debug_expr() 4842 return simplify_gen_relational (UNORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 4845 return simplify_gen_relational (ORDERED, mode, inner_mode, op0, op1); in expand_debug_expr() 4848 return simplify_gen_relational (UNLT, mode, inner_mode, op0, op1); in expand_debug_expr() [all …]
|
| HD | fwprop.c | 520 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1()
|
| HD | combine.c | 5781 x = simplify_gen_relational (cond_code, mode, VOIDmode, in combine_simplify_rtx() 5787 x = simplify_gen_relational (reversed, mode, VOIDmode, in combine_simplify_rtx() 5796 simplify_gen_relational (cond_code, in combine_simplify_rtx() 5807 simplify_gen_relational (reversed, in combine_simplify_rtx() 5813 simplify_gen_relational (cond_code, in combine_simplify_rtx() 6404 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else() 6694 temp = subst (simplify_gen_relational (true_code, cm, VOIDmode, in simplify_if_then_else() 8520 return simplify_gen_relational (GET_CODE (x), GET_MODE (x), in canon_reg_for_combine() 9283 *ptrue = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond() 9285 *pfalse = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond()
|
| HD | optabs.c | 4210 rtx temp = simplify_gen_relational (NE, cmp_mode, mode, x, x); in prepare_float_lib_cmp() 4211 equiv = simplify_gen_relational (NE, cmp_mode, mode, y, y); in prepare_float_lib_cmp() 4217 equiv = simplify_gen_relational (comparison, cmp_mode, mode, x, y); in prepare_float_lib_cmp() 4339 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_move() 4495 comparison = simplify_gen_relational (code, VOIDmode, cmode, op0, op1); in emit_conditional_add()
|
| HD | jump.c | 481 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
|
| HD | rtl.h | 3335 extern rtx simplify_gen_relational (enum rtx_code, machine_mode,
|