Home
last modified time | relevance | path

Searched refs:MEM_KEEP_ALIAS_SET_P (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Drtl.h1329 #define MEM_KEEP_ALIAS_SET_P(RTX) \ macro
1397 MEM_KEEP_ALIAS_SET_P (LHS) = MEM_KEEP_ALIAS_SET_P (RHS), \
H A Dexpr.c4838 MEM_KEEP_ALIAS_SET_P (to_rtx) = 1; in expand_assignment()
5711 if (MEM_P (target) && ! MEM_KEEP_ALIAS_SET_P (target) in store_constructor_field()
5886 if (MEM_P (to_rtx) && !MEM_KEEP_ALIAS_SET_P (to_rtx) in store_constructor()
5890 MEM_KEEP_ALIAS_SET_P (to_rtx) = 1; in store_constructor()
6040 && !MEM_KEEP_ALIAS_SET_P (target) in store_constructor()
6045 MEM_KEEP_ALIAS_SET_P (target) = 1; in store_constructor()
6145 if (MEM_P (target) && !MEM_KEEP_ALIAS_SET_P (target) in store_constructor()
6150 MEM_KEEP_ALIAS_SET_P (target) = 1; in store_constructor()
6480 if (!MEM_KEEP_ALIAS_SET_P (to_rtx) && MEM_ALIAS_SET (to_rtx) != 0) in store_field()
H A Demit-rtl.c1712 MEM_KEEP_ALIAS_SET_P (ref) = 1; in set_mem_attributes_minus_bitpos()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl.h2550 #define MEM_KEEP_ALIAS_SET_P(RTX) \
2618 MEM_KEEP_ALIAS_SET_P (LHS) = MEM_KEEP_ALIAS_SET_P (RHS), \
H A Dexpr.c6259 if (MEM_P (target) && ! MEM_KEEP_ALIAS_SET_P (target) in store_constructor_field()
6439 if (MEM_P (to_rtx) && !MEM_KEEP_ALIAS_SET_P (to_rtx) in store_constructor()
6443 MEM_KEEP_ALIAS_SET_P (to_rtx) = 1; in store_constructor()
6599 && !MEM_KEEP_ALIAS_SET_P (target) in store_constructor()
6604 MEM_KEEP_ALIAS_SET_P (target) = 1; in store_constructor()
6707 if (MEM_P (target) && !MEM_KEEP_ALIAS_SET_P (target) in store_constructor()
6712 MEM_KEEP_ALIAS_SET_P (target) = 1; in store_constructor()
7133 if (!MEM_KEEP_ALIAS_SET_P (to_rtx) && MEM_ALIAS_SET (to_rtx) != 0) in store_field()
H A Demit-rtl.c2045 MEM_KEEP_ALIAS_SET_P (ref) = 1; in set_mem_attributes_minus_bitpos()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi672 @findex MEM_KEEP_ALIAS_SET_P
675 @item MEM_KEEP_ALIAS_SET_P (@var{x})