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

/freebsd-11.0-release/contrib/gcc/
H A Dvar-tracking.c81 1. the declaration (from REG_EXPR or MEM_EXPR)
925 /* Set the location part of variable MEM_EXPR (LOC) in dataflow set
932 tree decl = MEM_EXPR (loc);
940 /* Delete and set the location part of variable MEM_EXPR (LOC) in
950 tree decl = MEM_EXPR (loc);
967 tree decl = MEM_EXPR (loc);
1577 expr2 = MEM_EXPR (loc);
1607 && MEM_EXPR (*loc)
1608 && track_expr_p (MEM_EXPR (*loc))
1655 && MEM_EXPR (*lo
[all...]
H A Dprint-rtl.c566 if (MEM_EXPR (in_rtx))
567 print_mem_expr (outfile, MEM_EXPR (in_rtx));
H A Demit-rtl.c921 = get_reg_attrs (MEM_EXPR (mem), INTVAL (MEM_OFFSET (mem)));
942 = get_reg_attrs (MEM_EXPR (mem),
1365 /* Within a MEM_EXPR, we care about either (1) a component ref of a decl,
1397 /* Returns 1 if both MEM_EXPR can be considered equal
1441 tree expr = MEM_EXPR (ref);
1723 MEM_ATTRS (mem) = get_mem_attrs (set, MEM_EXPR (mem), MEM_OFFSET (mem),
1733 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (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),
1822 || (MEM_EXPR (memre
[all...]
H A Dstruct-equiv.c154 if (! mem_expr_equal_p (MEM_EXPR (x), MEM_EXPR (y)))
H A Dalias.c1998 tree exprx = MEM_EXPR (x), expry = MEM_EXPR (y);
H A Dcfgcleanup.c897 if (! mem_expr_equal_p (MEM_EXPR (x), MEM_EXPR (y)))
H A Dfinal.c2858 /* If OP is a REG or MEM and we can find a MEM_EXPR corresponding to it
2875 if (MEM_EXPR (op) != 0)
2876 return MEM_EXPR (op);
H A Dbuiltins.c1056 Thus avoid COMPONENT_REFs in MEM_EXPR unless we know the whole
1059 if (MEM_EXPR (mem) && TREE_CODE (MEM_EXPR (mem)) == COMPONENT_REF)
1061 tree mem_expr = MEM_EXPR (mem);
1097 this field, we can keep that COMPONENT_REF in MEM_EXPR. */
1121 if (mem_expr != MEM_EXPR (mem))
H A Drtl.h1180 #define MEM_EXPR(RTX) (MEM_ATTRS (RTX) == 0 ? 0 : MEM_ATTRS (RTX)->expr)
1182 /* For a MEM rtx, the offset from the start of MEM_EXPR, if known, as a
1177 #define MEM_EXPR macro

Completed in 139 milliseconds