Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcse.c573 static inline unsigned hash_rtx_string (const char *);
2202 hash_rtx_string (const char *ps) in hash_rtx_string() function
2462 + hash_rtx_string (ASM_OPERANDS_TEMPLATE (x)) in hash_rtx_cb()
2463 + hash_rtx_string (ASM_OPERANDS_OUTPUT_CONSTRAINT (x)) in hash_rtx_cb()
2474 + hash_rtx_string in hash_rtx_cb()
2478 hash += hash_rtx_string (ASM_OPERANDS_INPUT_CONSTRAINT (x, 0)); in hash_rtx_cb()
2522 hash += hash_rtx_string (XSTR (x, i)); in hash_rtx_cb()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcse.c586 static inline unsigned hash_rtx_string (const char *);
2226 hash_rtx_string (const char *ps) in hash_rtx_string() function
2471 + hash_rtx_string (ASM_OPERANDS_TEMPLATE (x)) in hash_rtx_cb()
2472 + hash_rtx_string (ASM_OPERANDS_OUTPUT_CONSTRAINT (x)) in hash_rtx_cb()
2483 + hash_rtx_string in hash_rtx_cb()
2487 hash += hash_rtx_string (ASM_OPERANDS_INPUT_CONSTRAINT (x, 0)); in hash_rtx_cb()
2531 hash += hash_rtx_string (XSTR (x, i)); in hash_rtx_cb()