Searched refs:noce_emit_store_flag (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ifcvt.c | 765 static rtx noce_emit_store_flag (struct noce_if_info *, rtx, int, int); 817 noce_emit_store_flag (struct noce_if_info *if_info, rtx x, int reversep, in noce_emit_store_flag() function 1232 target = noce_emit_store_flag (if_info, if_info->x, reversep, 0); in noce_try_store_flag() 1473 target = noce_emit_store_flag (if_info, if_info->x, reversep, normalize); in noce_try_store_flag_constants() 1626 target = noce_emit_store_flag (if_info, in noce_try_addcc() 1677 target = noce_emit_store_flag (if_info, in noce_try_store_flag_mask() 1866 rtx target = noce_emit_store_flag (if_info, if_info->x, false, -1); in noce_try_cmove()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ifcvt.cc | 775 static rtx noce_emit_store_flag (struct noce_if_info *, rtx, int, int); 827 noce_emit_store_flag (struct noce_if_info *if_info, rtx x, int reversep, in noce_emit_store_flag() function 1242 target = noce_emit_store_flag (if_info, if_info->x, reversep, 0); in noce_try_store_flag() 1483 target = noce_emit_store_flag (if_info, if_info->x, reversep, normalize); in noce_try_store_flag_constants() 1636 target = noce_emit_store_flag (if_info, in noce_try_addcc() 1687 target = noce_emit_store_flag (if_info, in noce_try_store_flag_mask() 1885 rtx target = noce_emit_store_flag (if_info, if_info->x, false, -1); in noce_try_cmove()
|
H A D | ChangeLog-2014 | 18680 (noce_emit_store_flag): Likewise. 19471 * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
|
H A D | ChangeLog-2008 | 4699 * ifcvt.c (noce_emit_store_flag): If using condition from original
|
H A D | ChangeLog-2001 | 28757 * ifcvt.c (noce_emit_store_flag, noce_try_store_flag_constants,
|
H A D | ChangeLog-2000 | 224 * ifcvt.c (noce_emit_store_flag): Handle jump insns that are
|
H A D | ChangeLog-2016 | 8776 (noce_emit_store_flag): Likewise.
|
H A D | ChangeLog-2003 | 35469 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
|
H A D | ChangeLog-2002 | 16304 * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
|
H A D | ChangeLog-2017 | 37144 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.md | 6826 ; Such patterns get directly emitted by noce_emit_store_flag.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.md | 6933 ; Such patterns get directly emitted by noce_emit_store_flag.
|