Home
last modified time | relevance | path

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

/NextBSD/sys/boot/arm/at91/libat91/
HDtag_list.c36 #define MEM_SIZE 0x2000000 macro
62 tagList->u.mem.size = MEM_SIZE; in InitTagList()
/NextBSD/contrib/gcc/
HDalias.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()
HDstruct-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()
HDprint-rtl.c573 if (MEM_SIZE (in_rtx)) in print_rtx()
575 INTVAL (MEM_SIZE (in_rtx))); in print_rtx()
HDemit-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()
HDcfgcleanup.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()
HDvar-tracking.c1538 if (MEM_SIZE (decl_rtl) in track_expr_p()
1539 && INTVAL (MEM_SIZE (decl_rtl)) > MAX_VAR_PARTS) in track_expr_p()
HDrtl.h1185 #define MEM_SIZE(RTX) \ macro
HDChangeLog-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,
HDChangeLog-20017587 (MEM_SIZE): Get size from mode, if not set and not BLKmode.
9632 (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
/NextBSD/contrib/gcc/doc/
HDrtl.texi414 @findex MEM_SIZE
415 @item MEM_SIZE (@var{x})
/NextBSD/contrib/gcc/config/mips/
HDmips.c4610 size = MEM_SIZE (x); in mips_mem_fits_mode_p()