Searched refs:if_false (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-if-conv.c | 2172 tree if_false = gimple_assign_rhs3 (assign); in check_redundant_cond_expr() local 2176 return if_false; in check_redundant_cond_expr() 2178 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
|
| H A D | expr.c | 12167 tree if_false = constant_boolean_node (false, ops->type); in do_store_flag() local 12169 if_false, target); in do_store_flag()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-if-conv.cc | 2305 tree if_false = gimple_assign_rhs3 (assign); in check_redundant_cond_expr() local 2309 return if_false; in check_redundant_cond_expr() 2311 if (inverse_conditions_p (use_cond, op_cond) && if_false == op_lhs) in check_redundant_cond_expr()
|
| H A D | ChangeLog-2019 | 30078 a register if both if_true and if_false are MEMs.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 3396 rtx cmp_op1, rtx if_true, rtx if_false) in ix86_expand_sse_fp_minmax() argument 3405 std::swap (if_true, if_false); in ix86_expand_sse_fp_minmax() 3409 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false)) in ix86_expand_sse_fp_minmax() 3411 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false)) in ix86_expand_sse_fp_minmax() 3426 v = gen_rtvec (2, if_true, if_false); in ix86_expand_sse_fp_minmax() 3432 if (MEM_P (if_true) && MEM_P (if_false)) in ix86_expand_sse_fp_minmax() 3434 tmp = gen_rtx_fmt_ee (code, mode, if_true, if_false); in ix86_expand_sse_fp_minmax()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 3693 rtx cmp_op1, rtx if_true, rtx if_false) in ix86_expand_sse_fp_minmax() argument 3702 std::swap (if_true, if_false); in ix86_expand_sse_fp_minmax() 3706 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false)) in ix86_expand_sse_fp_minmax() 3708 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false)) in ix86_expand_sse_fp_minmax() 3723 v = gen_rtvec (2, if_true, if_false); in ix86_expand_sse_fp_minmax() 3729 if (MEM_P (if_true) && MEM_P (if_false)) in ix86_expand_sse_fp_minmax() 3731 tmp = gen_rtx_fmt_ee (code, mode, if_true, if_false); in ix86_expand_sse_fp_minmax()
|