Home
last modified time | relevance | path

Searched refs:MEM_SIZE (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dalias.c2106 : MEM_SIZE (rtlx) ? INTVAL (MEM_SIZE (rtlx)) in nonoverlapping_memrefs_p()
2109 : MEM_SIZE (rtly) ? INTVAL (MEM_SIZE (rtly)) : in nonoverlapping_memrefs_p()
2122 if (MEM_SIZE (x) && moffsetx) in nonoverlapping_memrefs_p()
2123 sizex = INTVAL (MEM_SIZE (x)); in nonoverlapping_memrefs_p()
2124 if (MEM_SIZE (y) && moffsety) in nonoverlapping_memrefs_p()
2125 sizey = INTVAL (MEM_SIZE (y)); in nonoverlapping_memrefs_p()
Dstruct-equiv.c166 if (!MEM_SIZE (x)) in merge_memattrs()
168 else if (!MEM_SIZE (y)) in merge_memattrs()
171 mem_size = GEN_INT (MAX (INTVAL (MEM_SIZE (x)), in merge_memattrs()
172 INTVAL (MEM_SIZE (y)))); in merge_memattrs()
Dprint-rtl.c573 if (MEM_SIZE (in_rtx)) in print_rtx()
575 INTVAL (MEM_SIZE (in_rtx))); in print_rtx()
Demit-rtl.c1436 rtx size = MEM_SIZE (ref); in set_mem_attributes_minus_bitpos()
1703 MEM_SIZE (mem), MEM_ALIGN (mem), GET_MODE (mem)); in set_mem_attrs_from_reg()
1717 MEM_SIZE (mem), MEM_ALIGN (mem), in set_mem_alias_set()
1727 MEM_OFFSET (mem), MEM_SIZE (mem), align, in set_mem_align()
1738 MEM_SIZE (mem), MEM_ALIGN (mem), GET_MODE (mem)); in set_mem_expr()
1747 offset, MEM_SIZE (mem), MEM_ALIGN (mem), in set_mem_offset()
1816 && MEM_SIZE (memref) == size in change_address()
1888 else if (MEM_SIZE (memref)) in adjust_address_1()
1889 size = plus_constant (MEM_SIZE (memref), -offset); in adjust_address_1()
Dcfgcleanup.c904 if (!MEM_SIZE (x)) in merge_memattrs()
906 else if (!MEM_SIZE (y)) in merge_memattrs()
909 mem_size = GEN_INT (MAX (INTVAL (MEM_SIZE (x)), in merge_memattrs()
910 INTVAL (MEM_SIZE (y)))); in merge_memattrs()
Dvar-tracking.c1538 if (MEM_SIZE (decl_rtl) in track_expr_p()
1539 && INTVAL (MEM_SIZE (decl_rtl)) > MAX_VAR_PARTS) in track_expr_p()
Drtl.h1185 #define MEM_SIZE(RTX) \ macro
DChangeLog-20048554 MEM_SIZE == NULL_RTX.
11181 * builtins.c (expand_builtin_memcmp): Adjust MEM_SIZE to
11187 expressions. Always clear MEM_SIZE and alias set.
16075 * cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE,
DChangeLog-20017587 (MEM_SIZE): Get size from mode, if not set and not BLKmode.
9632 (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
/freebsd-12-stable/contrib/gcc/doc/
Drtl.texi414 @findex MEM_SIZE
415 @item MEM_SIZE (@var{x})
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c4611 size = MEM_SIZE (x); in mips_mem_fits_mode_p()