/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 2207 hash_rtx_cb (const_rtx x, machine_mode mode, in hash_rtx_cb() function 2229 hash += hash_rtx_cb (newx, newmode, do_not_record_p, in hash_rtx_cb() 2350 hash += hash_rtx_cb (elt, GET_MODE (elt), in hash_rtx_cb() 2458 hash += (hash_rtx_cb (ASM_OPERANDS_INPUT (x, i), in hash_rtx_cb() 2497 hash += hash_rtx_cb (XEXP (x, i), VOIDmode, do_not_record_p, in hash_rtx_cb() 2504 hash += hash_rtx_cb (XVECEXP (x, i, j), VOIDmode, do_not_record_p, in hash_rtx_cb() 2550 return hash_rtx_cb (x, mode, do_not_record_p, in hash_rtx()
|
H A D | sel-sched-ir.cc | 1191 VINSN_HASH (vi) = hash_rtx_cb (rhs, GET_MODE (rhs), in vinsn_init() 1193 VINSN_HASH_RTX (vi) = hash_rtx_cb (VINSN_PATTERN (vi), in vinsn_init() 1199 VINSN_HASH (vi) = hash_rtx_cb (VINSN_PATTERN (vi), VOIDmode, in vinsn_init()
|
H A D | rtl.h | 3709 extern unsigned hash_rtx_cb (const_rtx, machine_mode, int *, int *,
|
H A D | ChangeLog-2008 | 7361 * cse.c (hash_rtx_cb): New. 7394 * rtl.h (rtx_equal_p_cb, hash_rtx_cb): Declare.
|
H A D | ChangeLog | 13619 * cse.cc (hash_rtx_cb): Likewise.
|
H A D | ChangeLog-2010 | 15596 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook. 32710 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
|
H A D | ChangeLog-2017 | 1399 (hash_rtx_cb): Likewise. Treat subreg offsets as poly_ints. 1915 * cse.c (hash_rtx_cb, equiv_constant): Likewise.
|
H A D | ChangeLog-2014 | 18666 * cse.c (hash_rtx_cb): Likewise. 39760 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
|
H A D | ChangeLog-2009 | 26957 * cse.c (hash_rtx_cb): Change 0 to VOIDmode in function call.
|
H A D | ChangeLog-2012 | 5715 * cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in
|
H A D | ChangeLog-2016 | 8762 * cse.c (hash_rtx_cb): Likewise.
|
H A D | ChangeLog-2018 | 35184 * cse.c (hash_rtx_cb): Hash only the encoded elements.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 2228 hash_rtx_cb (const_rtx x, machine_mode mode, in hash_rtx_cb() function 2250 hash += hash_rtx_cb (newx, newmode, do_not_record_p, in hash_rtx_cb() 2371 hash += hash_rtx_cb (elt, GET_MODE (elt), in hash_rtx_cb() 2480 hash += (hash_rtx_cb (ASM_OPERANDS_INPUT (x, i), in hash_rtx_cb() 2519 hash += hash_rtx_cb (XEXP (x, i), VOIDmode, do_not_record_p, in hash_rtx_cb() 2526 hash += hash_rtx_cb (XVECEXP (x, i, j), VOIDmode, do_not_record_p, in hash_rtx_cb() 2572 return hash_rtx_cb (x, mode, do_not_record_p, in hash_rtx()
|
H A D | sel-sched-ir.c | 1191 VINSN_HASH (vi) = hash_rtx_cb (rhs, GET_MODE (rhs), in vinsn_init() 1193 VINSN_HASH_RTX (vi) = hash_rtx_cb (VINSN_PATTERN (vi), in vinsn_init() 1199 VINSN_HASH (vi) = hash_rtx_cb (VINSN_PATTERN (vi), VOIDmode, in vinsn_init()
|
H A D | rtl.h | 3569 extern unsigned hash_rtx_cb (const_rtx, machine_mode, int *, int *,
|