Searched refs:NOTE_EXPECTED_VALUE (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | insn-notes.def | 83 NOTE_EXPECTED_VALUE; stored as (eq (reg) (const_int)). */
|
H A D | print-rtl.c | 306 print_rtx (NOTE_EXPECTED_VALUE (in_rtx)); in print_rtx()
|
H A D | predict.c | 1396 ev = NOTE_EXPECTED_VALUE (insn); in expected_value_to_br_prob()
|
H A D | rtl.h | 853 #define NOTE_EXPECTED_VALUE(INSN) XCEXP (INSN, 4, NOTE) macro
|
H A D | except.c | 1883 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, x, const0_rtx); in sjlj_emit_function_enter()
|
H A D | builtins.c | 4679 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, target, rtx_c); in expand_builtin_expect()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | print-rtl.c | 278 print_rtx (NOTE_EXPECTED_VALUE (in_rtx));
|
H A D | predict.c | 655 ev = NOTE_EXPECTED_VALUE (insn); in expected_value_to_br_prob()
|
H A D | integrate.c | 1695 NOTE_EXPECTED_VALUE (copy) 1696 = copy_rtx_and_substitute (NOTE_EXPECTED_VALUE (insn),
|
H A D | rtl.h | 797 #define NOTE_EXPECTED_VALUE(INSN) XCEXP (INSN, 4, NOTE) macro
|
H A D | except.c | 2118 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, x, const0_rtx);
|
H A D | builtins.c | 3656 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, target, rtx_c);
|
H A D | ChangeLog.3 | 3129 * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE 6373 * rtl.h (NOTE_EXPECTED_VALUE): New.
|
H A D | ChangeLog.7 | 2794 NOTE_EXPECTED_VALUE instead of NOTE_RANGE. 21300 (NOTE_EXPECTED_VALUE): Likewise.
|
H A D | ChangeLog.5 | 4345 * integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
|