Searched refs:RTX_CODE_SIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Drtl.c190 return RTX_CODE_SIZE (GET_CODE (x));
201 rt = (rtx) ggc_alloc_zone_pass_stat (RTX_CODE_SIZE (code), &rtl_zone);
212 rtx_alloc_sizes[code] += RTX_CODE_SIZE (code);
H A Dread-rtl.c443 memcpy (x, original, RTX_CODE_SIZE (bellwether_code));
H A Dcselib.c2239 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100);
H A Drtl.h329 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE]
328 #define RTX_CODE_SIZE macro

Completed in 169 milliseconds