Searched refs:const_poly_int_hasher (Results 1 – 3 of 3) sorted by relevance
154 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct162 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab; argument266 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()
153 struct const_poly_int_hasher : ggc_cache_ptr_hash<rtx_def> struct161 static GTY ((cache)) hash_table<const_poly_int_hasher> *const_poly_int_htab; argument265 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()
1903 * emit-rtl.c (const_poly_int_hasher): New class.1906 (const_poly_int_hasher::hash): New function.1907 (const_poly_int_hasher::equal): Likewise.