Home
last modified time | relevance | path

Searched refs:MEM_ALIAS_SET (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dalias.c311 ref->ref_alias_set = MEM_ALIAS_SET (mem); in ao_ref_from_mem()
369 && MEM_ALIAS_SET (x) != 0 in rtx_refs_may_alias_p()
370 && MEM_ALIAS_SET (mem) != 0); in rtx_refs_may_alias_p()
396 || (!MEM_ALIAS_SET (mem1) && !MEM_ALIAS_SET (mem2))); in mems_in_disjoint_alias_sets_p()
398 return ! alias_sets_conflict_p (MEM_ALIAS_SET (mem1), MEM_ALIAS_SET (mem2)); in mems_in_disjoint_alias_sets_p()
683 return MEM_ALIAS_SET (DECL_RTL (t)); in get_alias_set()
2138 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in read_dependence()
2139 || MEM_ALIAS_SET (mem) == ALIAS_SET_MEMORY_BARRIER) in read_dependence()
2435 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in true_dependence_1()
2555 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in write_dependence_p()
[all …]
H A Dprint-rtl.c603 (HOST_WIDE_INT) MEM_ALIAS_SET (in_rtx)); in print_rtx()
H A Difcvt.c1671 if (MEM_ALIAS_SET (if_info->a) == MEM_ALIAS_SET (if_info->b)) in noce_try_cmove_arith()
1672 set_mem_alias_set (tmp, MEM_ALIAS_SET (if_info->a)); in noce_try_cmove_arith()
H A Dcfgcleanup.c888 if (MEM_ALIAS_SET (x) != MEM_ALIAS_SET (y)) in merge_memattrs()
H A Ddse.c1214 alias_set_type alias_set = MEM_ALIAS_SET (mem); in canon_address()
2188 if ((MEM_ALIAS_SET (mem) == ALIAS_SET_MEMORY_BARRIER) in check_mem_read_rtx()
H A Dexpr.c5712 && MEM_ALIAS_SET (target) != 0) in store_constructor_field()
6236 alias = MEM_ALIAS_SET (target); in store_constructor()
6350 mode, exp, type, MEM_ALIAS_SET (blk_object), nontemporal); in store_field()
6480 if (!MEM_KEEP_ALIAS_SET_P (to_rtx) && MEM_ALIAS_SET (to_rtx) != 0) in store_field()
7209 && alias_sets_conflict_p (MEM_ALIAS_SET (x), in safe_from_p()
H A Demit-rtl.c1884 gcc_checking_assert (alias_sets_conflict_p (set, MEM_ALIAS_SET (mem))); in set_mem_alias_set()
2350 attrs.alias = MEM_ALIAS_SET (DECL_RTL (attrs.expr)); in set_mem_attrs_for_spill()
H A Drtl.h1356 #define MEM_ALIAS_SET(RTX) (get_mem_attrs (RTX)->alias) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalias.c322 ref->ref_alias_set = MEM_ALIAS_SET (mem); in ao_ref_from_mem()
378 && MEM_ALIAS_SET (x) != 0 in rtx_refs_may_alias_p()
379 && MEM_ALIAS_SET (mem) != 0); in rtx_refs_may_alias_p()
398 && ! alias_sets_conflict_p (MEM_ALIAS_SET (mem1), in mems_in_disjoint_alias_sets_p()
399 MEM_ALIAS_SET (mem2))); in mems_in_disjoint_alias_sets_p()
878 return MEM_ALIAS_SET (DECL_RTL (t)); in get_alias_set()
2667 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in read_dependence()
2668 || MEM_ALIAS_SET (mem) == ALIAS_SET_MEMORY_BARRIER) in read_dependence()
2917 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in true_dependence_1()
3030 if (MEM_ALIAS_SET (x) == ALIAS_SET_MEMORY_BARRIER in write_dependence_p()
[all …]
H A Ddse.c1541 && (MEM_ALIAS_SET (mem) == MEM_ALIAS_SET (s_info->mem) in record_store()
1542 || alias_set_subset_of (MEM_ALIAS_SET (mem), in record_store()
1543 MEM_ALIAS_SET (s_info->mem)))) in record_store()
2074 if ((MEM_ALIAS_SET (mem) == ALIAS_SET_MEMORY_BARRIER) in check_mem_read_rtx()
H A Dread-rtl-function.c2143 ASSERT_EQ (42, MEM_ALIAS_SET (mem1)); in test_loading_mem()
2159 ASSERT_EQ (43, MEM_ALIAS_SET (mem2)); in test_loading_mem()
H A Dcfgcleanup.c844 if (MEM_ALIAS_SET (x) != MEM_ALIAS_SET (y)) in merge_memattrs()
H A Difcvt.c2270 if (MEM_ALIAS_SET (if_info->a) == MEM_ALIAS_SET (if_info->b)) in noce_try_cmove_arith()
2271 set_mem_alias_set (mem, MEM_ALIAS_SET (if_info->a)); in noce_try_cmove_arith()
H A Dprint-rtl.c894 (HOST_WIDE_INT) MEM_ALIAS_SET (in_rtx)); in print_rtx()
H A Demit-rtl.c2177 gcc_checking_assert (alias_sets_conflict_p (set, MEM_ALIAS_SET (mem))); in set_mem_alias_set()
2693 attrs.alias = MEM_ALIAS_SET (DECL_RTL (attrs.expr)); in set_mem_attrs_for_spill()
H A Dexpr.c6260 && MEM_ALIAS_SET (target) != 0) in store_constructor_field()
6840 alias = MEM_ALIAS_SET (target); in store_constructor()
7133 if (!MEM_KEEP_ALIAS_SET_P (to_rtx) && MEM_ALIAS_SET (to_rtx) != 0) in store_field()
7702 && alias_sets_conflict_p (MEM_ALIAS_SET (x), in safe_from_p()
H A Drtl.h2577 #define MEM_ALIAS_SET(RTX) (get_mem_attrs (RTX)->alias)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi393 @findex MEM_ALIAS_SET
394 @item MEM_ALIAS_SET (@var{x})
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c51435 ASSERT_EQ (1, MEM_ALIAS_SET (dest)); in ix86_test_loading_dump_fragment_1()