Home
last modified time | relevance | path

Searched refs:RTX_CODE_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Drtl.c180 return RTX_CODE_SIZE (GET_CODE (x)); in rtx_size()
191 rt = (rtx) ggc_alloc_zone_pass_stat (RTX_CODE_SIZE (code), &rtl_zone); in rtx_alloc_stat()
202 rtx_alloc_sizes[code] += RTX_CODE_SIZE (code); in rtx_alloc_stat()
H A Dcselib.c1474 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100); in cselib_init()
H A Dread-rtl.c440 memcpy (x, original, RTX_CODE_SIZE (bellwether_code)); in apply_macro_to_rtx()
H A Drtl.h322 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE] macro
H A DChangeLog-200611490 * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE.
11494 * read-rtl.c (apply_macro_to_rtx): Use RTX_CODE_SIZE instead
11500 (rtx_alloc_stat): Use RTX_CODE_SIZE instead of RTX_SIZE.
11507 (RTX_CODE_SIZE): ...this.