Searched refs:RTX_CODE_SIZE (Results 1 – 5 of 5) sorted by relevance
180 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()
1474 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100); in cselib_init()
440 memcpy (x, original, RTX_CODE_SIZE (bellwether_code)); in apply_macro_to_rtx()
322 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE] macro
11490 * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE.11494 * read-rtl.c (apply_macro_to_rtx): Use RTX_CODE_SIZE instead11500 (rtx_alloc_stat): Use RTX_CODE_SIZE instead of RTX_SIZE.11507 (RTX_CODE_SIZE): ...this.