Searched refs:false_expr (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ifcvt.c | 473 rtx false_expr; /* test for then block insns */ in cond_exec_process_if_block() local 602 false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (true_expr), in cond_exec_process_if_block() 605 false_expr = NULL_RTX; in cond_exec_process_if_block() 610 IFCVT_MODIFY_TESTS (ce_info, true_expr, false_expr); in cond_exec_process_if_block() 613 if (!true_expr || !false_expr) in cond_exec_process_if_block() 636 if (! false_expr) in cond_exec_process_if_block() 649 && ! cond_exec_process_insns (ce_info, start, end, false_expr, in cond_exec_process_if_block() 671 f = gen_rtx_IOR (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 676 f = gen_rtx_AND (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 691 false_expr = f; in cond_exec_process_if_block() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ifcvt.cc | 483 rtx false_expr; /* test for then block insns */ in cond_exec_process_if_block() local 612 false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (true_expr), in cond_exec_process_if_block() 615 false_expr = NULL_RTX; in cond_exec_process_if_block() 620 IFCVT_MODIFY_TESTS (ce_info, true_expr, false_expr); in cond_exec_process_if_block() 623 if (!true_expr || !false_expr) in cond_exec_process_if_block() 646 if (! false_expr) in cond_exec_process_if_block() 659 && ! cond_exec_process_insns (ce_info, start, end, false_expr, in cond_exec_process_if_block() 681 f = gen_rtx_IOR (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 686 f = gen_rtx_AND (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 701 false_expr = f; in cond_exec_process_if_block() [all …]
|
H A D | ChangeLog-2002 | 11660 Bail out early if false_expr is NULL and we'd crash due to this.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.c | 5532 rtx false_expr = XEXP (*p_false, 1); in frv_ifcvt_modify_multiple_tests() local 5599 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 5521 rtx false_expr = XEXP (*p_false, 1); in frv_ifcvt_modify_multiple_tests() local 5588 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 7894 @defmac IFCVT_MODIFY_TESTS (@var{ce_info}, @var{true_expr}, @var{false_expr}) 7899 and @var{false_expr} are the tests that are used for converting the 7901 @var{false_expr} to a null pointer if the tests cannot be converted. 7904 @defmac IFCVT_MODIFY_MULTIPLE_TESTS (@var{ce_info}, @var{bb}, @var{true_expr}, @var{false_expr})
|
H A D | tm.texi | 11530 @defmac IFCVT_MODIFY_TESTS (@var{ce_info}, @var{true_expr}, @var{false_expr}) 11535 and @var{false_expr} are the tests that are used for converting the 11537 @var{false_expr} to a null pointer if the tests cannot be converted. 11540 @defmac IFCVT_MODIFY_MULTIPLE_TESTS (@var{ce_info}, @var{bb}, @var{true_expr}, @var{false_expr})
|