Searched refs:get_rtx (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtl-iter.h | 174 rtx_type x = T::get_rtx (m_current); in next() 242 static rtx_type get_rtx (value_type x) { return x; } in get_rtx() function 253 static rtx_type get_rtx (value_type x) { return x; } in get_rtx() function 264 static rtx_type get_rtx (value_type ptr) { return *ptr; } in get_rtx() function
|
| H A D | rtlanal.c | 177 typename T::rtx_type x = T::get_rtx (base[j]); in add_subrtxes_to_queue()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | rtl-iter.h | 174 rtx_type x = T::get_rtx (m_current); in next() 242 static rtx_type get_rtx (value_type x) { return x; } in get_rtx() function 253 static rtx_type get_rtx (value_type x) { return x; } in get_rtx() function 264 static rtx_type get_rtx (value_type ptr) { return *ptr; } in get_rtx() function
|
| H A D | ChangeLog-2020 | 25302 (pure_scalable_type_info::piece::get_rtx): New function. 25305 (pure_scalable_type_info::get_rtx): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 236 rtx get_rtx (unsigned int, unsigned int) const; 261 rtx get_rtx (machine_mode mode, unsigned int, unsigned int) const; 1817 pure_scalable_type_info::piece::get_rtx (unsigned int first_zr, in get_rtx() function 1860 pure_scalable_type_info::get_rtx (machine_mode mode, in get_rtx() function 1869 return pieces[0].get_rtx (first_zr, first_pr); in get_rtx() 1876 rtx reg = pieces[i].get_rtx (first_zr, first_pr); in get_rtx() 5848 return pst_info.get_rtx (mode, V0_REGNUM, P0_REGNUM); in aarch64_function_value() 6126 pcum->aapcs_reg = pst_info.get_rtx (mode, V0_REGNUM + pcum->aapcs_nvrn, in aarch64_layout_arg()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 241 rtx get_rtx (unsigned int, unsigned int) const; 266 rtx get_rtx (machine_mode mode, unsigned int, unsigned int) const; 2950 pure_scalable_type_info::piece::get_rtx (unsigned int first_zr, in get_rtx() function in pure_scalable_type_info::piece 2993 pure_scalable_type_info::get_rtx (machine_mode mode, in get_rtx() function in pure_scalable_type_info 3002 return pieces[0].get_rtx (first_zr, first_pr); in get_rtx() 3009 rtx reg = pieces[i].get_rtx (first_zr, first_pr); in get_rtx() 7138 return pst_info.get_rtx (mode, V0_REGNUM, P0_REGNUM); in aarch64_function_value() 7434 pcum->aapcs_reg = pst_info.get_rtx (mode, V0_REGNUM + pcum->aapcs_nvrn, in aarch64_layout_arg()
|