HomeSort by: relevance | last modified time | path
    Searched refs:get_rtx (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl-iter.h 174 rtx_type x = T::get_rtx (m_current);
242 static rtx_type get_rtx (value_type x) { return x; } function in struct:const_rtx_accessor
253 static rtx_type get_rtx (value_type x) { return x; } function in struct:rtx_var_accessor
264 static rtx_type get_rtx (value_type ptr) { return *ptr; } function in struct:rtx_ptr_accessor
rtlanal.cc 179 typename T::rtx_type x = T::get_rtx (base[j]);
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-iter.h 174 rtx_type x = T::get_rtx (m_current);
242 static rtx_type get_rtx (value_type x) { return x; } function in struct:const_rtx_accessor
253 static rtx_type get_rtx (value_type x) { return x; } function in struct:rtx_var_accessor
264 static rtx_type get_rtx (value_type ptr) { return *ptr; } function in struct:rtx_ptr_accessor
rtlanal.cc 179 typename T::rtx_type x = T::get_rtx (base[j]);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 276 rtx get_rtx (unsigned int, unsigned int) const;
301 rtx get_rtx (machine_mode mode, unsigned int, unsigned int) const;
943 pure_scalable_type_info::piece::get_rtx (unsigned int first_zr, function in class:pure_scalable_type_info::piece
986 pure_scalable_type_info::get_rtx (machine_mode mode, function in class:pure_scalable_type_info
995 return pieces[0].get_rtx (first_zr, first_pr);
1002 rtx reg = pieces[i].get_rtx (first_zr, first_pr);
6476 return pst_info.get_rtx (mode, V0_REGNUM, P0_REGNUM);
6897 pcum->aapcs_reg = pst_info.get_rtx (mode, V0_REGNUM + pcum->aapcs_nvrn,
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
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, function in class:pure_scalable_type_info::piece
2993 pure_scalable_type_info::get_rtx (machine_mode mode, function in class:pure_scalable_type_info
3002 return pieces[0].get_rtx (first_zr, first_pr);
3009 rtx reg = pieces[i].get_rtx (first_zr, first_pr);
7139 return pst_info.get_rtx (mode, V0_REGNUM, P0_REGNUM);
7435 pcum->aapcs_reg = pst_info.get_rtx (mode, V0_REGNUM + pcum->aapcs_nvrn,

Completed in 56 milliseconds