Home
last modified time | relevance | path

Searched refs:RTX_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDrtl.c115 ? RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (HOST_WIDE_INT) \
116 : RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (rtunion)),
179 return RTX_HDR_SIZE + sizeof (struct block_symbol); in rtx_size()
197 memset (rt, 0, RTX_HDR_SIZE); in rtx_alloc_stat()
HDcselib.c752 memset (e->u.val_rtx, 0, RTX_HDR_SIZE); in new_cselib_val()
HDggc-page.c178 (RTX_HDR_SIZE + (NSLOTS) * sizeof (rtunion))
HDrtl.h319 #define RTX_HDR_SIZE offsetof (struct rtx_def, u) macro
HDvarasm.c363 size = RTX_HDR_SIZE + sizeof (struct block_symbol); in create_block_symbol()
HDChangeLog-20035023 (RTX_HDR_SIZE, RTX_SIZE): New macros.
5033 (rtx_alloc): Adjust call to ggc_alloc_rtx. Use RTX_HDR_SIZE.
5034 (copy_rtx): Use RTX_HDR_SIZE. Adjust for new rtx_def layout.
5039 (copy_insn_1): Use RTX_HDR_SIZE. Adjust for new rtx_def layout.
5040 * gengenrtl.c (gendef): Adjust ggc_alloc_rtx call. Use RTX_HDR_SIZE.
5041 * gengtype.c (write_rtx_next): Use RTX_HDR_SIZE.
5044 * ggc-page.c (RTL_SIZE): Use RTX_HDR_SIZE.