Home
last modified time | relevance | path

Searched refs:rtx_alloc_for_name (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.h348 rtx rtx_alloc_for_name (const char *);
H A Dread-rtl.c1535 rtx_reader::rtx_alloc_for_name (const char *name) in rtx_alloc_for_name() function
1621 return_rtx = rtx_alloc_for_name (code_name); in read_rtx_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.h348 rtx rtx_alloc_for_name (const char *);
H A Dread-rtl.cc1563 rtx_reader::rtx_alloc_for_name (const char *name) in rtx_alloc_for_name() function in rtx_reader
1668 return_rtx = rtx_alloc_for_name (code_name); in read_rtx_code()
H A DChangeLog-201920968 (rtx_reader::rtx_alloc_for_name): Update call accordingly.
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.