Searched refs:reverse_condition (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-iv.c | 2239 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2251 may_not_xform = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2301 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2375 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2396 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2419 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations() 2440 assumption = simplify_gen_relational (reverse_condition (cond), in iv_number_of_iterations()
|
| H A D | jump.c | 390 return reverse_condition (code); in reversed_comparison_code_parts() 405 return reverse_condition (code); in reversed_comparison_code_parts() 473 return reverse_condition (code); in reversed_comparison_code_parts() 513 reverse_condition (enum rtx_code code) in reverse_condition() function
|
| H A D | dojump.c | 862 code = reverse_condition (code); in do_compare_rtx_and_jump()
|
| H A D | rtl.h | 1605 extern enum rtx_code reverse_condition (enum rtx_code);
|
| H A D | final.c | 2655 PUT_CODE (cond, reverse_condition (GET_CODE (cond))); in alter_cond()
|
| H A D | ifcvt.c | 2041 cond = gen_rtx_fmt_ee (reverse_condition (GET_CODE (cond)), in noce_get_condition()
|
| H A D | combine.c | 7651 cond = reverse_condition (cond); in known_cond() 9937 code = reverse_condition (code); in simplify_comparison()
|
| H A D | cse.c | 4146 reverse_condition (code)))) in fold_rtx()
|
| H A D | ChangeLog-2000 | 1442 instead of reverse_condition. 29939 * jump.c (reverse_condition): Update accordingly. 30141 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN. 30144 (record_jump_equiv): Handle reverse_condition returning UNKNOWN. 30145 * jump.c (reverse_condition): Don't abort for UNLE etc, but
|
| H A D | ChangeLog-2005 | 22832 * jump.c (reverse_condition, reverse_condition_maybe_unordered,
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 7768 code = reverse_condition (code); in put_condition_code() 11251 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc() 11252 code = reverse_condition (code); in ix86_expand_int_movcc() 11277 code = reverse_condition (code); in ix86_expand_int_movcc() 11384 code = reverse_condition (code); in ix86_expand_int_movcc() 11426 code = reverse_condition (code); in ix86_expand_int_movcc() 11532 code = reverse_condition (code); in ix86_expand_int_movcc() 11554 code = reverse_condition (code); in ix86_expand_int_movcc() 12019 code = reverse_condition (code); in ix86_expand_int_vcond() 12025 code = reverse_condition (code); in ix86_expand_int_vcond() [all …]
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.h | 2146 : reverse_condition (code))
|
| H A D | arm.md | 8572 reverse_condition (GET_CODE (operands[4]))); 9812 rc = reverse_condition (rc); 9863 rc = reverse_condition (rc); 9895 rc = reverse_condition (rc);
|
| H A D | arm.c | 6563 cond1 = reverse_condition (cond1); in arm_select_dominance_cc_mode()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 5808 code = reverse_condition (code); in output_cbranch() 6264 code = reverse_condition (code); in output_v9branch() 6817 rc = reverse_condition (GET_CODE (x)); in print_operand() 6851 ? reverse_condition (GET_CODE (x)) in print_operand()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 1634 code = reverse_condition (code); in ia64_expand_vecint_compare() 1640 code = reverse_condition (code); in ia64_expand_vecint_compare()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 11150 return reverse_condition (code); in rs6000_reverse_condition() 11531 code = reverse_condition (code); in output_cbranch() 12145 PUT_CODE (operands[1], reverse_condition (code)); in output_isel()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 3134 enum rtx_code inv_code = reverse_condition (code); in mips_emit_int_relational()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 5512 ((MODE) != CCFPmode ? reverse_condition (CODE) \
|