Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Demit-rtl.c154 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct
162 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab; argument
266 const_poly_int_hasher::hash (rtx x) in hash()
278 const_poly_int_hasher::equal (rtx x, const compare_type &y) in equal()
760 const_poly_int_hasher::compare_type typed_value (mode, newc); in immed_wide_int_const()
6190 const_poly_int_htab = hash_table<const_poly_int_hasher>::create_ggc (37); in init_emit_once()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.cc153 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct
161 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab; argument
265 const_poly_int_hasher::hash (rtx x) in hash()
277 const_poly_int_hasher::equal (rtx x, const compare_type &y) in equal()
759 const_poly_int_hasher::compare_type typed_value (mode, newc); in immed_wide_int_const()
6171 const_poly_int_htab = hash_table<const_poly_int_hasher>::create_ggc (37); in init_emit_once()
H A DChangeLog-20171903 * emit-rtl.c (const_poly_int_hasher): New class.
1906 (const_poly_int_hasher::hash): New function.
1907 (const_poly_int_hasher::equal): Likewise.