| /freebsd-10-stable/contrib/gcc/ |
| D | cfgcleanup.c | 264 rtx set1, set2, cond1, cond2, insn; in thread_jump() local 301 cond1 = XEXP (SET_SRC (set1), 0); in thread_jump() 304 code1 = reversed_comparison_code (cond1, BB_END (e->src)); in thread_jump() 306 code1 = GET_CODE (cond1); in thread_jump() 319 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0)) in thread_jump() 320 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1))) in thread_jump() 1174 rtx set1, set2, cond1, cond2; in condjump_equiv_p() local 1210 cond1 = XEXP (src1, 0); in condjump_equiv_p() 1212 code1 = GET_CODE (cond1); in condjump_equiv_p() 1234 && rtx_equiv_p (&XEXP (cond1, 0), XEXP (cond2, 0), 1, info) in condjump_equiv_p() [all …]
|
| D | tree-ssa-phiopt.c | 477 tree cond1 = invert_truthvalue (cond); in conditional_replacement() local 479 cond = cond1; in conditional_replacement() 492 cond1 = TREE_OPERAND (cond, 0); in conditional_replacement() 493 if (TREE_CODE (cond1) == TRUTH_NOT_EXPR in conditional_replacement() 494 && !is_gimple_val (TREE_OPERAND (cond1, 0))) in conditional_replacement()
|
| D | sched-deps.c | 191 conditions_mutex_p (rtx cond1, rtx cond2) in conditions_mutex_p() argument 193 if (COMPARISON_P (cond1) in conditions_mutex_p() 195 && GET_CODE (cond1) == reversed_comparison_code (cond2, NULL) in conditions_mutex_p() 196 && XEXP (cond1, 0) == XEXP (cond2, 0) in conditions_mutex_p() 197 && XEXP (cond1, 1) == XEXP (cond2, 1)) in conditions_mutex_p() 207 rtx cond1, cond2; in sched_insns_conditions_mutex_p() local 213 cond1 = sched_get_condition (insn1); in sched_insns_conditions_mutex_p() 215 if (cond1 && cond2 in sched_insns_conditions_mutex_p() 216 && conditions_mutex_p (cond1, cond2) in sched_insns_conditions_mutex_p() 219 && !modified_in_p (cond1, insn2) in sched_insns_conditions_mutex_p()
|
| D | read-rtl.c | 776 join_c_conditions (const char *cond1, const char *cond2) in join_c_conditions() argument 781 if (cond1 == 0 || cond1[0] == 0) in join_c_conditions() 785 return cond1; in join_c_conditions() 787 result = concat ("(", cond1, ") && (", cond2, ")", NULL); in join_c_conditions() 789 obstack_ptr_grow (&joined_conditions_obstack, cond1); in join_c_conditions()
|
| D | combine.c | 7373 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local 7407 cond1 = if_then_else_cond (XEXP (x, 1), &true1, &false1); in if_then_else_cond() 7409 if ((cond0 != 0 || cond1 != 0) in if_then_else_cond() 7410 && ! (cond0 != 0 && cond1 != 0 && ! rtx_equal_p (cond0, cond1))) in if_then_else_cond() 7417 else if (cond1 == 0) in if_then_else_cond() 7433 return cond0 ? cond0 : cond1; in if_then_else_cond() 7449 cond1 = XEXP (XEXP (x, 1), 0); in if_then_else_cond() 7452 && COMPARISON_P (cond1) in if_then_else_cond() 7453 && ((GET_CODE (cond0) == reversed_comparison_code (cond1, NULL) in if_then_else_cond() 7454 && rtx_equal_p (XEXP (cond0, 0), XEXP (cond1, 0)) in if_then_else_cond() [all …]
|
| /freebsd-10-stable/contrib/bmake/ |
| D | FILES | 99 unit-tests/cond1.exp 100 unit-tests/cond1.mk
|
| /freebsd-10-stable/contrib/bmake/unit-tests/ |
| D | Makefile.in | 29 cond1 \
|
| /freebsd-10-stable/usr.bin/bmake/unit-tests/ |
| D | Makefile | 36 cond1 \
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore.h | 252 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 253 (val == (cond1) ? true1 : \
|
| D | ecore_dbg_fw_funcs.c | 149 static u32 cond1(const u32 *r, const u32 *imm) { in cond1() function 180 cond1,
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | arm.c | 6547 enum rtx_code cond1, cond2; in arm_select_dominance_cc_mode() local 6553 if ((arm_select_cc_mode (cond1 = GET_CODE (x), XEXP (x, 0), XEXP (x, 1)) in arm_select_dominance_cc_mode() 6563 cond1 = reverse_condition (cond1); in arm_select_dominance_cc_mode() 6567 if (cond1 != cond2 in arm_select_dominance_cc_mode() 6568 && !comparison_dominates_p (cond1, cond2) in arm_select_dominance_cc_mode() 6569 && (swapped = 1, !comparison_dominates_p (cond2, cond1))) in arm_select_dominance_cc_mode() 6574 enum rtx_code temp = cond1; in arm_select_dominance_cc_mode() 6575 cond1 = cond2; in arm_select_dominance_cc_mode() 6579 switch (cond1) in arm_select_dominance_cc_mode() 6662 gcc_assert (cond1 == cond2); in arm_select_dominance_cc_mode() [all …]
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | arc.c | 853 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 854 if (cond1) { \
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | md.texi | 7322 (define_mode_macro @var{name} [(@var{mode1} "@var{cond1}") ... (@var{moden} "@var{condn}")]) 7484 (define_code_macro @var{name} [(@var{code1} "@var{cond1}") ... (@var{coden} "@var{condn}")])
|