Home | History | Annotate | Download | only in include

Lines Matching defs:rtl

2774 /* Holds the RTL expression for the value of a variable or function.
2778 (DECL_WRTL_CHECK (NODE)->decl_with_rtl.rtl \
2779 ? (NODE)->decl_with_rtl.rtl \
2780 : (make_decl_rtl (NODE), (NODE)->decl_with_rtl.rtl))
2782 /* Set the DECL_RTL for NODE to RTL. */
2783 #define SET_DECL_RTL(NODE, RTL) set_decl_rtl (NODE, RTL)
2785 /* Returns nonzero if NODE is a tree node that can contain RTL. */
2789 #define DECL_RTL_SET_P(NODE) (HAS_RTL_P (NODE) && DECL_WRTL_CHECK (NODE)->decl_with_rtl.rtl != NULL)
2791 /* Copy the RTL from NODE1 to NODE2. If the RTL was not set for
2794 (DECL_WRTL_CHECK (NODE2)->decl_with_rtl.rtl = DECL_WRTL_CHECK (NODE1)->decl_with_rtl.rtl)
2805 rtx rtl;
2912 /* For PARM_DECL, holds an RTL for the stack slot or register
4087 /* From expmed.c. Since rtl.h is included after tree.h, we can't
4088 put the prototype here. Rtl.h does declare the prototype if
4998 /* In print-rtl.c */