Home
last modified time | relevance | path

Searched refs:MEM_EXPR (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dvar-tracking.c929 tree decl = MEM_EXPR (loc); in var_mem_set()
947 tree decl = MEM_EXPR (loc); in var_mem_delete_and_set()
964 tree decl = MEM_EXPR (loc); in var_mem_delete()
1562 expr2 = MEM_EXPR (loc); in same_variable_part_p()
1592 && MEM_EXPR (*loc) in count_uses()
1593 && track_expr_p (MEM_EXPR (*loc))) in count_uses()
1635 && MEM_EXPR (*loc) in add_uses()
1685 && MEM_EXPR (loc) in add_stores()
1686 && track_expr_p (MEM_EXPR (loc))) in add_stores()
1696 MEM_EXPR (loc), in add_stores()
[all …]
H A Dprint-rtl.c566 if (MEM_EXPR (in_rtx)) in print_rtx()
567 print_mem_expr (outfile, MEM_EXPR (in_rtx)); in print_rtx()
H A Demit-rtl.c918 = get_reg_attrs (MEM_EXPR (mem), INTVAL (MEM_OFFSET (mem))); in set_reg_attrs_from_mem()
939 = get_reg_attrs (MEM_EXPR (mem), in set_reg_attrs_for_parm()
1434 tree expr = MEM_EXPR (ref); in set_mem_attributes_minus_bitpos()
1716 MEM_ATTRS (mem) = get_mem_attrs (set, MEM_EXPR (mem), MEM_OFFSET (mem), in set_mem_alias_set()
1726 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem), in set_mem_align()
1746 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem), in set_mem_offset()
1756 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem), in set_mem_size()
1814 || (MEM_EXPR (memref) == NULL in change_address()
1891 MEM_ATTRS (new) = get_mem_attrs (MEM_ALIAS_SET (memref), MEM_EXPR (memref), in adjust_address_1()
1948 = get_mem_attrs (MEM_ALIAS_SET (memref), MEM_EXPR (memref), 0, 0, in offset_address()
[all …]
H A Dstruct-equiv.c153 if (! mem_expr_equal_p (MEM_EXPR (x), MEM_EXPR (y))) in merge_memattrs()
H A Dalias.c1995 tree exprx = MEM_EXPR (x), expry = MEM_EXPR (y); in nonoverlapping_memrefs_p()
H A Dcfgcleanup.c891 if (! mem_expr_equal_p (MEM_EXPR (x), MEM_EXPR (y))) in merge_memattrs()
H A Dfinal.c2855 if (MEM_EXPR (op) != 0) in get_mem_expr_from_op()
2856 return MEM_EXPR (op); in get_mem_expr_from_op()
H A Dbuiltins.c1061 if (MEM_EXPR (mem) && TREE_CODE (MEM_EXPR (mem)) == COMPONENT_REF) in get_memory_rtx()
1063 tree mem_expr = MEM_EXPR (mem); in get_memory_rtx()
1123 if (mem_expr != MEM_EXPR (mem)) in get_memory_rtx()
H A Drtl.h1163 #define MEM_EXPR(RTX) (MEM_ATTRS (RTX) == 0 ? 0 : MEM_ATTRS (RTX)->expr) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c499 if (MEM_EXPR (in_rtx))
500 print_mem_expr (outfile, MEM_EXPR (in_rtx));
H A Demit-rtl.c1702 tree expr = MEM_EXPR (ref);
1944 MEM_ATTRS (mem) = get_mem_attrs (set, MEM_EXPR (mem), MEM_OFFSET (mem),
1956 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
1979 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
1990 MEM_ATTRS (mem) = get_mem_attrs (MEM_ALIAS_SET (mem), MEM_EXPR (mem),
2117 MEM_ATTRS (new) = get_mem_attrs (MEM_ALIAS_SET (memref), MEM_EXPR (memref),
2177 = get_mem_attrs (MEM_ALIAS_SET (memref), MEM_EXPR (memref), 0, 0,
2222 tree expr = MEM_EXPR (new);
H A Dintegrate.c2358 if (inlining && MEM_EXPR (copy)
2359 && TREE_CODE (MEM_EXPR (copy)) == INDIRECT_REF
2360 && TREE_CODE (TREE_OPERAND (MEM_EXPR (copy), 0)) == PARM_DECL)
H A Dalias.c2031 tree exprx = MEM_EXPR (x), expry = MEM_EXPR (y);
H A Dfinal.c3203 if (MEM_EXPR (op) != 0)
3204 return MEM_EXPR (op);
H A Drtl.h1160 #define MEM_EXPR(RTX) (MEM_ATTRS (RTX) == 0 ? 0 : MEM_ATTRS (RTX)->expr) macro
H A DChangeLog17144 * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
H A DChangeLog.63341 (MEM_EXPR): Rename from MEM_DECL; adjust all users.
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi401 @findex MEM_EXPR
402 @item MEM_EXPR (@var{x})
412 The offset from the start of @code{MEM_EXPR} as a @code{CONST_INT} rtx.
H A Dgccint.info8855 `MEM_EXPR (X)'
8864 The offset from the start of `MEM_EXPR' as a `CONST_INT' rtx.
32957 * MEM_EXPR: Special Accessors. (line 20)
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.c1609 tree decl = MEM_EXPR (operand1); in emit_move_sequence()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c10446 mem_expr = MEM_EXPR (mem); in sh_adjust_unroll_max()