Home | History | Annotate | Download | only in include

Lines Matching defs:rtl

2786 /* Holds the RTL expression for the value of a variable or function.
2790 (DECL_WRTL_CHECK (NODE)->decl_with_rtl.rtl \
2791 ? (NODE)->decl_with_rtl.rtl \
2792 : (make_decl_rtl (NODE), (NODE)->decl_with_rtl.rtl))
2794 /* Set the DECL_RTL for NODE to RTL. */
2795 #define SET_DECL_RTL(NODE, RTL) set_decl_rtl (NODE, RTL)
2797 /* Returns nonzero if NODE is a tree node that can contain RTL. */
2801 #define DECL_RTL_SET_P(NODE) (HAS_RTL_P (NODE) && DECL_WRTL_CHECK (NODE)->decl_with_rtl.rtl != NULL)
2803 /* Copy the RTL from NODE1 to NODE2. If the RTL was not set for
2806 (DECL_WRTL_CHECK (NODE2)->decl_with_rtl.rtl = DECL_WRTL_CHECK (NODE1)->decl_with_rtl.rtl)
2817 rtx rtl;
2924 /* For PARM_DECL, holds an RTL for the stack slot or register
4099 /* From expmed.c. Since rtl.h is included after tree.h, we can't
4100 put the prototype here. Rtl.h does declare the prototype if
5011 /* In print-rtl.c */