| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-int.h | 611 extern void add_dependence (rtx, rtx, enum reg_note); 624 enum reg_note, ds_t); 625 extern void add_or_update_back_forw_dep (rtx, rtx, enum reg_note, ds_t); 626 extern void add_back_forw_dep (rtx, rtx, enum reg_note, ds_t);
|
| H A D | sched-deps.c | 92 static void add_dependence_list (rtx, rtx, int, enum reg_note); 93 static void add_dependence_list_and_free (rtx, rtx *, int, enum reg_note); 106 enum reg_note, ds_t, rtx, rtx, rtx **); 108 enum reg_note, ds_t, rtx, rtx, rtx **); 109 static void add_back_dep (rtx, rtx, enum reg_note, ds_t); 117 static void check_dep_status (enum reg_note, ds_t, bool); 241 maybe_add_or_update_back_dep_1 (rtx insn, rtx elem, enum reg_note dep_type, in maybe_add_or_update_back_dep_1() 267 add_or_update_back_dep_1 (rtx insn, rtx elem, enum reg_note dep_type, in add_or_update_back_dep_1() 287 enum reg_note present_dep_type; in add_or_update_back_dep_1() 415 enum reg_note kind = REG_NOTE_KIND (link); in add_or_update_back_dep_1() [all …]
|
| H A D | rtl.h | 794 enum reg_note enum 803 #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) 1654 extern rtx set_unique_reg_note (rtx, enum reg_note, rtx); 1703 extern rtx find_reg_note (rtx, enum reg_note, rtx); 1704 extern rtx find_regno_note (rtx, enum reg_note, unsigned int);
|
| H A D | reg-stack.c | 258 static void remove_regno_note (rtx, enum reg_note, unsigned int); 712 remove_regno_note (rtx insn, enum reg_note note, unsigned int regno) in remove_regno_note() 1947 enum reg_note *note_kind; /* The type of each note */ in subst_asm_stack_regs() 1992 note_kind = alloca (i * sizeof (enum reg_note)); in subst_asm_stack_regs()
|
| H A D | rtlanal.c | 1589 find_reg_note (rtx insn, enum reg_note kind, rtx datum) in find_reg_note() 1618 find_regno_note (rtx insn, enum reg_note kind, unsigned int regno) in find_regno_note()
|
| H A D | haifa-sched.c | 497 HAIFA_INLINE static int insn_cost1 (rtx, enum reg_note, rtx, rtx); 644 insn_cost1 (rtx insn, enum reg_note dep_type, rtx link, rtx used) in insn_cost1()
|
| H A D | emit-rtl.c | 4558 set_unique_reg_note (rtx insn, enum reg_note kind, rtx datum) in set_unique_reg_note()
|
| H A D | combine.c | 1734 enum reg_note kind = REG_NOTE_KIND (*loc); in adjust_for_new_dest()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sched-deps.c | 80 static void add_dependence_list PARAMS ((rtx, rtx, enum reg_note)); 81 static void add_dependence_list_and_free PARAMS ((rtx, rtx *, enum reg_note)); 183 enum reg_note dep_type; 269 enum reg_note present_dep_type = 0; 362 enum reg_note dep_type; 374 enum reg_note dep_type; 1437 enum reg_note dep_type;
|
| H A D | sched-int.h | 284 extern void add_dependence PARAMS ((rtx, rtx, enum reg_note));
|
| H A D | rtl.h | 617 enum reg_note enum 762 #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) 1586 extern rtx set_unique_reg_note PARAMS ((rtx, enum reg_note, rtx)); 1638 extern rtx find_reg_note PARAMS ((rtx, enum reg_note, rtx)); 1639 extern rtx find_regno_note PARAMS ((rtx, enum reg_note,
|
| H A D | reg-stack.c | 246 static void remove_regno_note PARAMS ((rtx, enum reg_note, 866 enum reg_note note; 1876 enum reg_note *note_kind; /* The type of each note */ 1922 note_kind = (enum reg_note *) alloca (i * sizeof (enum reg_note));
|
| H A D | rtlanal.c | 1868 enum reg_note kind; 1892 enum reg_note kind;
|
| H A D | emit-rtl.c | 4773 enum reg_note kind;
|
| H A D | ChangeLog.0 | 9684 * rtl.h, rtl.c: New reg_note REG_EH_CONTEXT. 11553 * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA. 12983 * rtl.h (enum reg_note): Similarly.
|
| H A D | combine.c | 1521 enum reg_note kind = REG_NOTE_KIND (*loc);
|
| H A D | ChangeLog.1 | 7959 * rtl.h (enum reg_note): Add REG_EH_REGION and REG_EH_RETHROW reg notes. 7963 * rtl.c (reg_note_name): Add strings for new reg_note enums. 13726 * rtl.h (enum reg_note): Add REG_FRAME_RELATED_EXPR.
|
| H A D | ChangeLog.4 | 9894 * rtl.h (enum reg_note): Likewise. 12712 * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
|
| H A D | ChangeLog.3 | 8721 * rtl.h: Redistribute enum reg_note documentation. 8723 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
|
| H A D | ChangeLog.6 | 14711 * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN. 14879 * rtl.h (reg_note): Add REG_SETJMP.
|
| H A D | ChangeLog.2 | 13310 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
|
| H A D | FSFChangeLog.11 | 6730 * rtl.h (enum reg_note): Add REG_BR_PROB and REG_EXEC_COUNT.
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 6245 enum reg_note dep_type = (enum reg_note) dep_type1; in ia64_adjust_cost_2()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | rtl.texi | 3051 register note is really understood as being an @code{enum reg_note}.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | rtl.texi | 3275 register note is really understood as being an @code{enum reg_note}.
|