Home
last modified time | relevance | path

Searched refs:rtx_reader (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.h341 class rtx_reader : public md_reader
344 rtx_reader (bool compact);
345 ~rtx_reader ();
372 extern rtx_reader *rtx_reader_ptr;
H A Dread-rtl.c141 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 Dgensupport.h129 extern rtx_reader *init_rtx_reader_args_cb (int, const char **,
131 extern rtx_reader *init_rtx_reader_args (int, const char **);
H A Dread-rtl-function.c73 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 Dgensupport.c2304 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 Dread-md.h341 class rtx_reader : public md_reader
344 rtx_reader (bool compact);
345 ~rtx_reader ();
372 extern rtx_reader *rtx_reader_ptr;
H A Dread-rtl.cc135 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 Dgensupport.h129 extern rtx_reader *init_rtx_reader_args_cb (int, const char **,
131 extern rtx_reader *init_rtx_reader_args (int, const char **);
H A Dread-rtl-function.cc73 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 DChangeLog-20161850 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 Dgensupport.cc2309 class gen_reader : public rtx_reader
2312 gen_reader () : rtx_reader (false) {} in gen_reader()
2584 rtx_reader *
2628 rtx_reader *
H A DChangeLog-20171386 (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 DChangeLog-201920968 (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 DChangeLog-20201822 * 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 DChangeLog-202135072 * read-rtl.c (rtx_reader::read_rtx_code): Handle machine mode
H A DChangeLog-20188382 * read-rtl.c (rtx_reader::read_rtx_operand): Recognize and expand