HomeSort by: relevance | last modified time | path
    Searched defs:MEM_ATTRS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 153 class GTY(()) mem_attrs
156 mem_attrs ();
190 mem_attrs does for MEM above. Note that the OFFSET field is calculated
191 in the same way as for mem_attrs, rather than in the same way as a
217 mem_attrs *rt_mem;
2630 #define MEM_ATTRS(RTX) X0MEMATTR (RTX, 1)
2686 MEM_ATTRS (LHS) = MEM_ATTRS (RHS))
3929 class mem_attrs *x_mode_mem_attrs[(int) MAX_MACHINE_MODE];
3963 inline const class mem_attrs *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 151 class GTY(()) mem_attrs
154 mem_attrs ();
188 mem_attrs does for MEM above. Note that the OFFSET field is calculated
189 in the same way as for mem_attrs, rather than in the same way as a
215 mem_attrs *rt_mem;
2620 #define MEM_ATTRS(RTX) X0MEMATTR (RTX, 1)
2676 MEM_ATTRS (LHS) = MEM_ATTRS (RHS))
3920 class mem_attrs *x_mode_mem_attrs[(int) MAX_MACHINE_MODE];
3954 static inline const class mem_attrs *
    [all...]

Completed in 32 milliseconds