Searched refs:read_rtx_1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | read-rtl.c | 147 static rtx read_rtx_1 (FILE *, struct map_value **); 1421 from_file = read_rtx_1 (infile, &mode_maps); in read_rtx() 1454 read_rtx_1 (FILE *infile, struct map_value **mode_maps) in read_rtx_1() function 1561 XEXP (return_rtx, i) = read_rtx_1 (infile, mode_maps); in read_rtx_1() 1593 obstack_ptr_grow (&vector_stack, read_rtx_1 (infile, mode_maps)); in read_rtx_1() 1733 XEXP (q, 1) = read_rtx_1 (infile, mode_maps); in read_rtx_variadic()
|
| D | ChangeLog-2005 | 15155 (read_rtx_1): Likewise. 15158 (read_rtx_1): Likewise. 15287 (read_rtx_1): Likewise. 15859 read_rtx_1): Likewise. 19218 (read_rtx_1): Add mode_maps parameter. Change all callers. 22779 * read-rtl.c (read_rtx_filename, read_rtx_1): Likewise. 32013 * read-rtl.c (read_rtx_1): Give fatal error if we see a vector
|
| D | ChangeLog-2006 | 14013 (read_rtx_1): Use it; allow AND and IOR to be variadic. 14148 (read_rtx): If read_rtx_1 returns 0, treat as EOF. 14149 (read_rtx_1): If we get EOF when we were looking for an initial
|
| D | ChangeLog-2004 | 17604 (read_rtx_1): New, split out from read_rtx. Handle the new 17608 Modify recursive invocations to use read_rtx_1. 17610 to the rtx returned by read_rtx_1. Cache everything after the
|