Searched refs:MEM_ALIAS_SET (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dalias.c133 /* The alias set number, as stored in MEM_ALIAS_SET. */
275 whereby someone uses PUT_CODE, but doesn't clear MEM_ALIAS_SET, or
277 gen_rtx_MEM, and the MEM_ALIAS_SET is not cleared. If we begin to
281 || (!MEM_ALIAS_SET (mem1) && !MEM_ALIAS_SET (mem2)));
283 return ! alias_sets_conflict_p (MEM_ALIAS_SET (mem1), MEM_ALIAS_SET (mem2));
585 return MEM_ALIAS_SET (DECL_RTL (t));
2160 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER
2161 || MEM_ALIAS_SET (me
[all...]
H A Demit-rtl.c1440 HOST_WIDE_INT alias = MEM_ALIAS_SET (ref);
1708 = get_mem_attrs (MEM_ALIAS_SET (mem), REG_EXPR (reg),
1720 gcc_assert (alias_sets_conflict_p (set, MEM_ALIAS_SET (mem)));
1733 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
1744 = get_mem_attrs (MEM_ALIAS_SET (mem), expr, MEM_OFFSET (mem),
1753 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
1763 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
1833 = get_mem_attrs (MEM_ALIAS_SET (memref), 0, 0, size, align, mmode);
1899 MEM_ATTRS (new) = get_mem_attrs (MEM_ALIAS_SET (memref), MEM_EXPR (memref),
1956 = get_mem_attrs (MEM_ALIAS_SET (memre
[all...]
H A Dprint-rtl.c564 fprintf (outfile, " [" HOST_WIDE_INT_PRINT_DEC, MEM_ALIAS_SET (in_rtx));
H A Dstruct-equiv.c148 if (MEM_ALIAS_SET (x) != MEM_ALIAS_SET (y))
H A Dcfgcleanup.c891 if (MEM_ALIAS_SET (x) != MEM_ALIAS_SET (y))
H A Difcvt.c1454 if (MEM_ALIAS_SET (if_info->a) == MEM_ALIAS_SET (if_info->b))
1455 set_mem_alias_set (tmp, MEM_ALIAS_SET (if_info->a));
H A Dexpr.c4880 && MEM_ALIAS_SET (target) != 0)
5620 if (!MEM_KEEP_ALIAS_SET_P (to_rtx) && MEM_ALIAS_SET (to_rtx) != 0)
6271 && alias_sets_conflict_p (MEM_ALIAS_SET (x),
H A Drtl.h1176 #define MEM_ALIAS_SET(RTX) (MEM_ATTRS (RTX) == 0 ? 0 : MEM_ATTRS (RTX)->alias)
1173 #define MEM_ALIAS_SET macro
H A Dreload1.c2077 set_mem_alias_set (x, MEM_ALIAS_SET (spill_stack_slot[from_reg]));

Completed in 215 milliseconds