Lines Matching refs:global_rtl
1864 extern GTY(()) rtx global_rtl[GR_MAX];
1867 #define pc_rtx (global_rtl[GR_PC])
1868 #define cc0_rtx (global_rtl[GR_CC0])
1873 #define stack_pointer_rtx (global_rtl[GR_STACK_POINTER])
1874 #define frame_pointer_rtx (global_rtl[GR_FRAME_POINTER])
1875 #define hard_frame_pointer_rtx (global_rtl[GR_HARD_FRAME_POINTER])
1876 #define arg_pointer_rtx (global_rtl[GR_ARG_POINTER])
1919 #define virtual_incoming_args_rtx (global_rtl[GR_VIRTUAL_INCOMING_ARGS])
1927 #define virtual_stack_vars_rtx (global_rtl[GR_VIRTUAL_STACK_ARGS])
1935 #define virtual_stack_dynamic_rtx (global_rtl[GR_VIRTUAL_STACK_DYNAMIC])
1943 #define virtual_outgoing_args_rtx (global_rtl[GR_VIRTUAL_OUTGOING_ARGS])
1953 #define virtual_cfa_rtx (global_rtl[GR_VIRTUAL_CFA])