Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDemit-rtl.c152 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct
160 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab; argument
264 const_poly_int_hasher::hash (rtx x) in hash()
276 const_poly_int_hasher::equal (rtx x, const compare_type &y) in equal()
749 const_poly_int_hasher::compare_type typed_value (mode, newc); in immed_wide_int_const()
6213 const_poly_int_htab = hash_table<const_poly_int_hasher>::create_ggc (37); in init_emit_once()