Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc2207 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 Dsel-sched-ir.cc1191 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 Drtl.h3709 extern unsigned hash_rtx_cb (const_rtx, machine_mode, int *, int *,
H A DChangeLog-20087361 * cse.c (hash_rtx_cb): New.
7394 * rtl.h (rtx_equal_p_cb, hash_rtx_cb): Declare.
H A DChangeLog13619 * cse.cc (hash_rtx_cb): Likewise.
H A DChangeLog-201015596 * 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 DChangeLog-20171399 (hash_rtx_cb): Likewise. Treat subreg offsets as poly_ints.
1915 * cse.c (hash_rtx_cb, equiv_constant): Likewise.
H A DChangeLog-201418666 * cse.c (hash_rtx_cb): Likewise.
39760 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
H A DChangeLog-200926957 * cse.c (hash_rtx_cb): Change 0 to VOIDmode in function call.
H A DChangeLog-20125715 * cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in
H A DChangeLog-20168762 * cse.c (hash_rtx_cb): Likewise.
H A DChangeLog-201835184 * cse.c (hash_rtx_cb): Hash only the encoded elements.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c2228 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 Dsel-sched-ir.c1191 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 Drtl.h3569 extern unsigned hash_rtx_cb (const_rtx, machine_mode, int *, int *,