Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c8508 replace_constant_pool_ref_1 (rtx *x, rtx ref, rtx offset) in replace_constant_pool_ref_1() function
8539 replace_constant_pool_ref_1 (&XEXP (*x, i), ref, offset); in replace_constant_pool_ref_1()
8544 replace_constant_pool_ref_1 (&XVECEXP (*x, i, j), ref, offset); in replace_constant_pool_ref_1()
8559 replace_constant_pool_ref_1 (&PATTERN (insn), ref, offset); in replace_constant_pool_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc8725 replace_constant_pool_ref_1 (rtx *x, rtx ref, rtx offset) in replace_constant_pool_ref_1() function
8756 replace_constant_pool_ref_1 (&XEXP (*x, i), ref, offset); in replace_constant_pool_ref_1()
8761 replace_constant_pool_ref_1 (&XVECEXP (*x, i, j), ref, offset); in replace_constant_pool_ref_1()
8776 replace_constant_pool_ref_1 (&PATTERN (insn), ref, offset); in replace_constant_pool_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20184900 (replace_constant_pool_ref_1): New helper function.