Home
last modified time | relevance | path

Searched refs:simplify_gen_relational (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-iv.c2408 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()
2517 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
2569 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations()
2649 tmp = simplify_gen_relational (cond, SImode, mode, t0, t1); in iv_number_of_iterations()
2656 assumption = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
2664 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations()
2693 tmp = simplify_gen_relational (cond, SImode, mode, t0, t1); in iv_number_of_iterations()
2700 assumption = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
[all …]
H A Dsimplify-rtx.c606 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()
4320 return simplify_gen_relational (GT, mode, cmp_mode, in simplify_relational_operation_1()
4324 return simplify_gen_relational (NE, mode, cmp_mode, in simplify_relational_operation_1()
4328 return simplify_gen_relational (LE, mode, cmp_mode, in simplify_relational_operation_1()
4332 return simplify_gen_relational (EQ, mode, cmp_mode, in simplify_relational_operation_1()
4392 return simplify_gen_relational (code, mode, cmp_mode, in simplify_relational_operation_1()
4400 return simplify_gen_relational (code, mode, cmp_mode, in simplify_relational_operation_1()
[all …]
H A Dcfgexpand.c3223 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()
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()
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()
3257 return simplify_gen_relational (UNLE, mode, inner_mode, op0, op1); in expand_debug_expr()
3260 return simplify_gen_relational (UNGT, mode, inner_mode, op0, op1); in expand_debug_expr()
3263 return simplify_gen_relational (UNGE, mode, inner_mode, op0, op1); in expand_debug_expr()
3266 return simplify_gen_relational (UNEQ, mode, inner_mode, op0, op1); in expand_debug_expr()
[all …]
H A Dloop-unswitch.c225 stest = simplify_gen_relational (GET_CODE (test), SImode, in may_unswitch_on()
H A Dcombine.c5401 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()
H A Dfwprop.c519 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1()
H A Djump.c459 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
H A Doptabs.c4330 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()
H A Drtl.h1857 extern rtx simplify_gen_relational (enum rtx_code, enum machine_mode,
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-iv.c2457 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()
2566 may_xform = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
2621 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations()
2701 tmp = simplify_gen_relational (cond, SImode, mode, t0, t1); in iv_number_of_iterations()
2708 assumption = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
2716 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations()
2745 tmp = simplify_gen_relational (cond, SImode, mode, t0, t1); in iv_number_of_iterations()
2752 assumption = simplify_gen_relational (cond, SImode, mode, in iv_number_of_iterations()
[all …]
H A Dsimplify-rtx.c933 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()
4928 return simplify_gen_relational (LTU, mode, cmp_mode, in simplify_relational_operation_1()
4956 return simplify_gen_relational (GT, mode, cmp_mode, in simplify_relational_operation_1()
4960 return simplify_gen_relational (NE, mode, cmp_mode, in simplify_relational_operation_1()
4964 return simplify_gen_relational (LE, mode, cmp_mode, in simplify_relational_operation_1()
4968 return simplify_gen_relational (EQ, mode, cmp_mode, in simplify_relational_operation_1()
5029 return simplify_gen_relational (code, mode, cmp_mode, in simplify_relational_operation_1()
[all …]
H A Dcfgexpand.c4817 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()
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()
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()
4851 return simplify_gen_relational (UNLE, mode, inner_mode, op0, op1); in expand_debug_expr()
4854 return simplify_gen_relational (UNGT, mode, inner_mode, op0, op1); in expand_debug_expr()
4857 return simplify_gen_relational (UNGE, mode, inner_mode, op0, op1); in expand_debug_expr()
4860 return simplify_gen_relational (UNEQ, mode, inner_mode, op0, op1); in expand_debug_expr()
[all …]
H A Dfwprop.c520 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1()
H A Dcombine.c5781 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()
H A Doptabs.c4210 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()
H A Djump.c481 return simplify_gen_relational (reversed_code, mode, VOIDmode, in reversed_comparison()
H A Drtl.h3335 extern rtx simplify_gen_relational (enum rtx_code, machine_mode,