Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc554 static inline unsigned hash_rtx_string (const char *);
2191 hash_rtx_string (const char *ps) in hash_rtx_string() function
2450 + hash_rtx_string (ASM_OPERANDS_TEMPLATE (x)) in hash_rtx_cb()
2451 + hash_rtx_string (ASM_OPERANDS_OUTPUT_CONSTRAINT (x)) in hash_rtx_cb()
2462 + hash_rtx_string in hash_rtx_cb()
2466 hash += hash_rtx_string (ASM_OPERANDS_INPUT_CONSTRAINT (x, 0)); in hash_rtx_cb()
2510 hash += hash_rtx_string (XSTR (x, i)); in hash_rtx_cb()
H A DChangeLog-200418275 (canon_hash_string): Rename to hash_rtx_string.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c573 static inline unsigned hash_rtx_string (const char *);
2212 hash_rtx_string (const char *ps) in hash_rtx_string() function
2472 + hash_rtx_string (ASM_OPERANDS_TEMPLATE (x)) in hash_rtx_cb()
2473 + hash_rtx_string (ASM_OPERANDS_OUTPUT_CONSTRAINT (x)) in hash_rtx_cb()
2484 + hash_rtx_string in hash_rtx_cb()
2488 hash += hash_rtx_string (ASM_OPERANDS_INPUT_CONSTRAINT (x, 0)); in hash_rtx_cb()
2532 hash += hash_rtx_string (XSTR (x, i)); in hash_rtx_cb()