Searched refs:rtx_class (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | rtl.c | 104 const enum rtx_class rtx_class[NUM_RTX_CODE] = { enum
|
| HD | rtl.h | 63 enum rtx_class { enum 110 extern const enum rtx_class rtx_class[NUM_RTX_CODE]; 111 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
|
| HD | rtl.def | 47 4. The class of the rtx. These are stored in rtx_class and are accessed
|
| HD | ChangeLog-1999 | 10450 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify. 10452 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise. 10454 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
|
| HD | ChangeLog-2004 | 39752 * rtl.c (rtx_class): Declare as enum rtx_class. 39757 * rtl.h (enum rtx_class): New declaration,
|
| HD | ChangeLog-2001 | 869 (rtx_length, rtx_name, rtx_format, rtx_class): Set array size to 877 * rtl.h (rtx_length, rtx_name, rtx_format, rtx_class): Set array
|