Searched refs:hash_rtx (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dloop-invariant.c272 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
277 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
280 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
H A Dcse.c2192 hash_rtx (rtx x, enum machine_mode mode, int *do_not_record_p,
2303 hash += hash_rtx (elt, GET_MODE (elt), do_not_record_p,
2406 hash += (hash_rtx (ASM_OPERANDS_INPUT (x, i),
2445 hash += hash_rtx (XEXP (x, i), 0, do_not_record_p,
2451 hash += hash_rtx (XVECEXP (x, i, j), 0, do_not_record_p,
2475 /* Hash an rtx X for cse via hash_rtx.
2483 return hash_rtx (x, mode, &do_not_record, &hash_arg_in_memory, true);
2493 return hash_rtx (x, mode, &dummy_do_not_record, NULL, true);
2179 hash_rtx (rtx x, enum machine_mode mode, int *do_not_record_p, function
H A Dpostreload-gcse.c294 return hash_rtx (x, GET_MODE (x), do_not_record_p,
H A Dgcse.c1456 hash = hash_rtx (x, mode, do_not_record_p,
5054 return hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false);
5076 hash = hash_rtx (x, GET_MODE (x), &do_not_record_p,
H A Drtl.h2014 extern unsigned hash_rtx (rtx x, enum machine_mode, int *, int *, bool);
H A Dsee.c842 return hash_rtx (rhs, GET_MODE (rhs), 0, NULL, 0);

Completed in 222 milliseconds