Home
last modified time | relevance | path

Searched refs:rtx_class (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Drtl.c104 const enum rtx_class rtx_class[NUM_RTX_CODE] = { enum
H A Drtl.h58 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 Drtl.def47 4. The class of the rtx. These are stored in rtx_class and are accessed
/openbsd/gnu/usr.bin/gcc/gcc/
H A Drtl.c200 const char rtx_class[NUM_RTX_CODE] = { variable
H A Drtl.h63 extern const char rtx_class[NUM_RTX_CODE];
64 #define GET_RTX_CLASS(CODE) (rtx_class[(int) (CODE)])
H A Drtl.def46 4. The class of the rtx. These are stored in rtx_class and are accessed
H A DChangeLog.210450 * 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 DChangeLog.6869 (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