HomeSort by: relevance | last modified time | path
    Searched refs:this_target_rtl (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
target-globals.h 26 extern struct target_rtl *this_target_rtl;
77 this_target_rtl = g->rtl;
toplev.cc 1784 gcc_assert (!this_target_rtl->target_specific_initialized);
1804 if (!this_target_rtl->target_specific_initialized)
1807 this_target_rtl->target_specific_initialized = true;
1922 this_target_rtl->target_specific_initialized = false;
2342 this_target_rtl->target_specific_initialized = false;
rtl.h 3928 extern struct target_rtl *this_target_rtl;
3930 #define this_target_rtl (&default_target_rtl)
3934 (this_target_rtl->x_global_rtl)
3936 (this_target_rtl->x_pic_offset_table_rtx)
3938 (this_target_rtl->x_return_address_pointer_rtx)
3940 (this_target_rtl->x_top_of_stack)
3942 (this_target_rtl->x_mode_mem_attrs)
3926 #define this_target_rtl macro
reginfo.cc 508 if (this_target_rtl->target_specific_initialized)
alias.cc 249 (this_target_rtl->x_static_reg_base_value)
emit-rtl.cc 69 struct target_rtl *this_target_rtl = &default_target_rtl; variable in typeref:struct:target_rtl
72 #define initial_regno_reg_rtx (this_target_rtl->x_initial_regno_reg_rtx)
  /src/external/gpl3/gcc/dist/gcc/
target-globals.h 26 extern struct target_rtl *this_target_rtl;
79 this_target_rtl = g->rtl;
toplev.cc 1791 gcc_assert (!this_target_rtl->target_specific_initialized);
1811 if (!this_target_rtl->target_specific_initialized)
1814 this_target_rtl->target_specific_initialized = true;
1932 this_target_rtl->target_specific_initialized = false;
2355 this_target_rtl->target_specific_initialized = false;
rtl.h 3937 extern struct target_rtl *this_target_rtl;
3939 #define this_target_rtl (&default_target_rtl)
3943 (this_target_rtl->x_global_rtl)
3945 (this_target_rtl->x_pic_offset_table_rtx)
3947 (this_target_rtl->x_return_address_pointer_rtx)
3949 (this_target_rtl->x_top_of_stack)
3951 (this_target_rtl->x_mode_mem_attrs)
3935 #define this_target_rtl macro
reginfo.cc 513 if (this_target_rtl->target_specific_initialized)
alias.cc 236 (this_target_rtl->x_static_reg_base_value)
emit-rtl.cc 70 struct target_rtl *this_target_rtl = &default_target_rtl; variable in typeref:struct:target_rtl
73 #define initial_regno_reg_rtx (this_target_rtl->x_initial_regno_reg_rtx)

Completed in 84 milliseconds