Searched refs:rtx_class (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.c | 103 const enum rtx_class rtx_class[NUM_RTX_CODE] = { enum
|
H A D | rtl.h | 68 enum rtx_class { enum 115 extern const enum rtx_class rtx_class[NUM_RTX_CODE]; 116 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
|
H A D | rtl.def | 44 4. The class of the rtx. These are stored in rtx_class and are accessed
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.cc | 103 const enum rtx_class rtx_class[NUM_RTX_CODE] = { enum
|
H A D | rtl.h | 68 enum rtx_class { enum 115 extern const enum rtx_class rtx_class[NUM_RTX_CODE]; 116 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
|
H A D | rtl.def | 44 4. The class of the rtx. These are stored in rtx_class and are accessed
|
H A D | 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'.
|
H A D | ChangeLog-2004 | 39752 * rtl.c (rtx_class): Declare as enum rtx_class. 39757 * rtl.h (enum rtx_class): New declaration,
|
H A D | 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
|