Searched refs:rtx_class (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | rtl.c | 104 const enum rtx_class rtx_class[NUM_RTX_CODE] = { enum
|
H A D | rtl.h | 58 enum rtx_class { enum 105 extern const enum rtx_class rtx_class[NUM_RTX_CODE]; 106 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
|
H A D | rtl.def | 47 4. The class of the rtx. These are stored in rtx_class and are accessed
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | rtl.c | 200 const char rtx_class[NUM_RTX_CODE] = { variable
|
H A D | rtl.h | 63 extern const char rtx_class[NUM_RTX_CODE]; 64 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
|
H A D | rtl.def | 46 4. The class of the rtx. These are stored in rtx_class and are accessed
|
H A D | ChangeLog.2 | 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.6 | 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
|