Home
last modified time | relevance | path

Searched refs:compare_code (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dpredict.c1488 *compare_code = code; in is_comparison_with_loop_invariant_p()
1586 enum tree_code compare_code; in predict_iv_comparison() local
1599 &compare_code, in predict_iv_comparison()
1611 if (compare_code == NE_EXPR) in predict_iv_comparison()
1645 ^ (compare_code == LT_EXPR || compare_code == LE_EXPR)) in predict_iv_comparison()
1665 if (compare_code == LE_EXPR || compare_code == GE_EXPR) in predict_iv_comparison()
1694 && (compare_code == LT_EXPR || compare_code == LE_EXPR)) in predict_iv_comparison()
1697 && (compare_code == GT_EXPR || compare_code == GE_EXPR)) in predict_iv_comparison()
1708 || compare_code == LE_EXPR)) in predict_iv_comparison()
1729 && (compare_code == GT_EXPR || compare_code == GE_EXPR)) in predict_iv_comparison()
[all …]
H A Dcombine.c3235 enum rtx_code compare_code = UNKNOWN, orig_compare_code = UNKNOWN; in try_combine() local
3246 compare_code = orig_compare_code = GET_CODE (*cc_use_loc); in try_combine()
3248 compare_code = simplify_compare_const (compare_code, mode, in try_combine()
3250 target_canonicalize_comparison (&compare_code, &op0, &op1, 1); in try_combine()
3266 = SELECT_CC_MODE (compare_code, op0, op1); in try_combine()
3283 if (compare_code != orig_compare_code in try_combine()
3289 gen_rtx_fmt_ee (compare_code, compare_mode, in try_combine()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c18945 compare_code in ix86_expand_int_movcc()
18950 if (compare_code == LTU) in ix86_expand_int_movcc()
18955 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc()
19088 compare_code = reverse_condition_maybe_unordered (compare_code); in ix86_expand_int_movcc()
19093 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc()
19098 compare_code = UNKNOWN; in ix86_expand_int_movcc()
19104 compare_code = code; in ix86_expand_int_movcc()
19108 compare_code = LT; in ix86_expand_int_movcc()
19110 compare_code = GE; in ix86_expand_int_movcc()
19250 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcombine.c3091 enum rtx_code compare_code = UNKNOWN, orig_compare_code = UNKNOWN; in try_combine() local
3101 compare_code = orig_compare_code = GET_CODE (*cc_use_loc); in try_combine()
3102 compare_code = simplify_compare_const (compare_code, in try_combine()
3105 CANONICALIZE_COMPARISON (compare_code, op0, op1); in try_combine()
3122 = SELECT_CC_MODE (compare_code, op0, op1); in try_combine()
3139 if (compare_code != orig_compare_code in try_combine()
3145 gen_rtx_fmt_ee (compare_code, compare_mode, in try_combine()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c23434 compare_code in ix86_expand_int_movcc()
23439 if (compare_code == LTU) in ix86_expand_int_movcc()
23442 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc()
23582 compare_code = UNKNOWN; in ix86_expand_int_movcc()
23588 compare_code = code; in ix86_expand_int_movcc()
23592 compare_code = LT; in ix86_expand_int_movcc()
23594 compare_code = GE; in ix86_expand_int_movcc()
23599 if (compare_code != UNKNOWN in ix86_expand_int_movcc()
23732 compare_code = reverse_condition (compare_code); in ix86_expand_int_movcc()
23743 if (compare_code != UNKNOWN) in ix86_expand_int_movcc()
[all …]