| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | predicates.md | 185 if (!COMPARISON_P (op)) 230 if (!COMPARISON_P (op))
|
| /openbsd/src/gnu/gcc/gcc/config/iq2000/ |
| D | predicates.md | 178 return COMPARISON_P (op);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | combine.c | 4198 && ! (COMPARISON_P (x) in combine_simplify_rtx() 4199 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))) in combine_simplify_rtx() 4204 if (cond_code == NE && COMPARISON_P (cond)) in combine_simplify_rtx() 4478 && COMPARISON_P (temp)) in combine_simplify_rtx() 4844 int comparison_p = COMPARISON_P (cond); in simplify_if_then_else() 4945 comparison_p = COMPARISON_P (cond); in simplify_if_then_else() 5200 && COMPARISON_P (*cc_use) in simplify_set() 5737 && COMPARISON_P (XEXP (XEXP (x, 0), 0)) in expand_compound_operation() 5748 && COMPARISON_P (SUBREG_REG (XEXP (x, 0))) in expand_compound_operation() 6431 : ((code == COMPARE || COMPARISON_P (x)) in make_compound_operation() [all …]
|
| D | flow.c | 3238 if (COMPARISON_P (old)) in ior_reg_cond() 3240 if (COMPARISON_P (x) in ior_reg_cond() 3330 if (COMPARISON_P (x) in not_reg_cond() 3346 if (COMPARISON_P (old)) in and_reg_cond() 3348 if (COMPARISON_P (x) in and_reg_cond() 3439 if (COMPARISON_P (x)) in elim_reg_cond()
|
| D | simplify-rtx.c | 405 if (COMPARISON_P (op) in simplify_unary_operation_1() 672 && COMPARISON_P (op) in simplify_unary_operation_1() 1629 if (COMPARISON_P (op0) in simplify_binary_operation_1() 1837 && COMPARISON_P (op1) in simplify_binary_operation_1() 2163 && COMPARISON_P (op0) in simplify_binary_operation_1() 2184 && COMPARISON_P (op0) in simplify_binary_operation_1() 3594 if (INTVAL (op1) == 0 && COMPARISON_P (op0)) in simplify_relational_operation_1() 4121 if (COMPARISON_P (op0) && ! side_effects_p (op0)) in simplify_ternary_operation()
|
| D | sched-deps.c | 193 if (COMPARISON_P (cond1) in conditions_mutex_p() 194 && COMPARISON_P (cond2) in conditions_mutex_p()
|
| D | dojump.c | 822 if (COMPARISON_P (tem)) in compare_from_rtx()
|
| D | cse.c | 1174 if (code == COMPARE || COMPARISON_P (x)) in mention_regs() 3092 else if (COMPARISON_P (arg1)) in find_comparison_args() 3180 && COMPARISON_P (p->exp))) in find_comparison_args() 3200 && COMPARISON_P (p->exp)) in find_comparison_args() 3233 else if (COMPARISON_P (x)) in find_comparison_args()
|
| D | rtlanal.c | 4458 && COMPARISON_P (SET_SRC (set)))) in canonicalize_condition() 4478 && COMPARISON_P (SET_SRC (set)) in canonicalize_condition() 4502 if (COMPARISON_P (x)) in canonicalize_condition()
|
| D | loop-iv.c | 1591 if (!COMPARISON_P (exp)) in simplify_using_condition() 2020 gcc_assert (COMPARISON_P (condition)); in iv_number_of_iterations()
|
| D | jump.c | 483 if (!COMPARISON_P (comparison)) in reversed_comparison_code()
|
| D | predict.c | 803 if (COMPARISON_P (cond) in bb_estimate_probability_locally()
|
| D | rtl.h | 438 #define COMPARISON_P(X) \ macro
|
| D | final.c | 2240 && COMPARISON_P (XEXP (SET_SRC (body), 0)) in final_scan_insn()
|
| D | recog.c | 1380 && COMPARISON_P (op)); in comparison_operator()
|
| D | reg-stack.c | 1119 if (COMPARISON_P (pat)) in swap_rtx_condition_1()
|
| /openbsd/src/gnu/gcc/gcc/config/m32r/ |
| D | predicates.md | 106 return (COMPARISON_P (op)
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 6747 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode() 6748 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode() 6754 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode() 6755 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode() 6760 && COMPARISON_P (XEXP (x, 0)) in arm_select_cc_mode() 6761 && COMPARISON_P (XEXP (x, 1))) in arm_select_cc_mode() 11174 if (!COMPARISON_P (x)) in arm_print_operand() 11192 if (!COMPARISON_P (x)) in arm_print_operand()
|
| /openbsd/src/gnu/gcc/gcc/config/arc/ |
| D | arc.c | 716 if (!COMPARISON_P (op)) in proper_comparison_operator()
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.h | 1873 : (((OP) == EQ || (OP) == NE) && COMPARISON_P (X) \
|
| D | rs6000.c | 10065 if (!COMPARISON_P (op)) in ccr_bit()
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 5419 || COMPARISON_P (src))) in frv_ifcvt_modify_tests() 6089 else if (mode == CC_CCRmode && COMPARISON_P (src)) in frv_ifcvt_modify_insn()
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | ia64.c | 5438 if (COMPARISON_P (src) in update_set_flags()
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 5370 if (!COMPARISON_P (x)) in print_operand()
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | i386.c | 8014 if (!COMPARISON_P (x)) in print_operand()
|