Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c493 replace_operands_with_dups (rtx x) in replace_operands_with_dups() function
521 XEXP (newx, i) = replace_operands_with_dups (XEXP (x, i)); in replace_operands_with_dups()
529 = replace_operands_with_dups (XVECEXP (x, i, j)); in replace_operands_with_dups()
544 RTVEC_ELT (new_vec, 0) = replace_operands_with_dups (x); in gen_rewrite_sequence()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc493 replace_operands_with_dups (rtx x) in replace_operands_with_dups() function
521 XEXP (newx, i) = replace_operands_with_dups (XEXP (x, i)); in replace_operands_with_dups()
529 = replace_operands_with_dups (XVECEXP (x, i, j)); in replace_operands_with_dups()
544 RTVEC_ELT (new_vec, 0) = replace_operands_with_dups (x); in gen_rewrite_sequence()
H A DChangeLog-201921221 * gensupport.c (replace_operands_with_dups): Iterate over
26938 (replace_operands_with_dups): New function.