Searched refs:rtx_reader (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | read-md.h | 341 class rtx_reader : public md_reader 344 rtx_reader (bool compact); 345 ~rtx_reader (); 372 extern rtx_reader *rtx_reader_ptr;
|
| H A D | read-rtl.c | 141 rtx_reader *rtx_reader_ptr = NULL; 1378 rtx_reader::read_rtx (const char *rtx_name, vec<rtx> *rtxen) in read_rtx() 1454 rtx_reader::read_until (const char *terminator_chars, bool consume_terminator) in read_until() 1535 rtx_reader::rtx_alloc_for_name (const char *name) in rtx_alloc_for_name() 1584 rtx_reader::read_rtx_code (const char *code_name) in read_rtx_code() 1747 rtx_reader::read_rtx_operand (rtx return_rtx, int idx) in read_rtx_operand() 1994 rtx_reader::read_nested_rtx () in read_nested_rtx() 2026 rtx_reader::read_rtx_variadic (rtx form) in read_rtx_variadic() 2052 rtx_reader::rtx_reader (bool compact) in rtx_reader() function 2064 rtx_reader::~rtx_reader () in ~rtx_reader()
|
| H A D | gensupport.h | 129 extern rtx_reader *init_rtx_reader_args_cb (int, const char **, 131 extern rtx_reader *init_rtx_reader_args (int, const char **);
|
| H A D | read-rtl-function.c | 73 class function_reader : public rtx_reader 376 : rtx_reader (true), in function_reader() 889 return rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand() 893 return rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand() 922 x = rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand()
|
| H A D | gensupport.c | 2304 class gen_reader : public rtx_reader 2307 gen_reader () : rtx_reader (false) {} in gen_reader() 2587 rtx_reader * 2631 rtx_reader *
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | read-md.h | 341 class rtx_reader : public md_reader 344 rtx_reader (bool compact); 345 ~rtx_reader (); 372 extern rtx_reader *rtx_reader_ptr;
|
| H A D | read-rtl.cc | 135 rtx_reader *rtx_reader_ptr = NULL; 1406 rtx_reader::read_rtx (const char *rtx_name, vec<rtx> *rtxen) in read_rtx() 1482 rtx_reader::read_until (const char *terminator_chars, bool consume_terminator) in read_until() 1563 rtx_reader::rtx_alloc_for_name (const char *name) in rtx_alloc_for_name() 1612 rtx_reader::read_rtx_code (const char *code_name) in read_rtx_code() 1794 rtx_reader::read_rtx_operand (rtx return_rtx, int idx) in read_rtx_operand() 2018 rtx_reader::read_nested_rtx () in read_nested_rtx() 2050 rtx_reader::read_rtx_variadic (rtx form) in read_rtx_variadic() 2076 rtx_reader::rtx_reader (bool compact) in rtx_reader() function in rtx_reader 2088 rtx_reader::~rtx_reader () in ~rtx_reader()
|
| H A D | gensupport.h | 129 extern rtx_reader *init_rtx_reader_args_cb (int, const char **, 131 extern rtx_reader *init_rtx_reader_args (int, const char **);
|
| H A D | read-rtl-function.cc | 73 class function_reader : public rtx_reader 376 : rtx_reader (true), in function_reader() 889 rtx tem = rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand() 894 return rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand() 923 x = rtx_reader::read_rtx_operand (x, idx); in read_rtx_operand()
|
| H A D | ChangeLog-2016 | 1850 rtx_reader * to a md_reader *. 1851 (rtx_reader::set_md_ptr_loc): Rename to... 1853 (rtx_reader::get_md_ptr_loc): Rename to... 1855 (rtx_reader::copy_md_ptr_loc): Rename to... 1857 (rtx_reader::fprint_md_ptr_loc): Rename to... 1859 (rtx_reader::print_md_ptr_loc): Rename to... 1861 (rtx_reader::join_c_conditions): Rename to... 1863 (rtx_reader::fprint_c_condition): ...this. 1864 (rtx_reader::print_c_condition): Rename to... 1868 (rtx_reader::require_char): Rename to... [all …]
|
| H A D | gensupport.cc | 2309 class gen_reader : public rtx_reader 2312 gen_reader () : rtx_reader (false) {} in gen_reader() 2584 rtx_reader * 2628 rtx_reader *
|
| H A D | ChangeLog-2017 | 1386 (rtx_reader::read_rtx_operand): Handle 'p'. 20427 (rtx_reader::read_rtx_code): Update calls to record_iterator_use 20429 (rtx_reader::read_rtx_operand): Likewise. 41149 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning. 41360 for new "compact" param of rtx_reader. 41384 of rtx_reader. 41385 (rtx_reader::rtx_reader): Add new "compact" param. 41386 (rtx_reader::read_rtx_operand): Make virtual and convert return 41388 (rtx_reader::read_until): New decl. 41389 (rtx_reader::handle_any_trailing_information): New virtual function. [all …]
|
| H A D | ChangeLog-2019 | 20968 (rtx_reader::rtx_alloc_for_name): Update call accordingly. 20969 (rtx_reader::read_rtx_code): Likewise. 20970 (rtx_reader::read_rtx_operand): Likewise. Record a location 26943 (rtx_reader::read_rtx_operand): Likewise. 29043 * read-md.h (rtx_reader::rtx_alloc_for_name): New member function. 29048 (rtx_reader::rtx_alloc_for_name): Likewise. 29049 (rtx_reader::read_rtx_code): Use rtx_alloc_for_name.
|
| H A D | ChangeLog-2020 | 1822 * read-rtl.c (rtx_reader::read_rtx_code): Handle syntactic 1982 (rtx_reader::read_rtx_operand) <'w'>: Fold into... 14358 * read-rtl.c (rtx_reader::read_rtx_code): Likewise.
|
| H A D | ChangeLog-2021 | 35072 * read-rtl.c (rtx_reader::read_rtx_code): Handle machine mode
|
| H A D | ChangeLog-2018 | 8382 * read-rtl.c (rtx_reader::read_rtx_operand): Recognize and expand
|