Searched refs:mode_maps (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | read-rtl.c | 97 struct map_value *mode_maps; member 319 mode_attr_index (struct map_value **mode_maps, const char *string) in mode_attr_index() argument 330 mv->number = *mode_maps == 0 ? 0 : (*mode_maps)->number + 1; in mode_attr_index() 332 mv->next = *mode_maps; in mode_attr_index() 333 *mode_maps = mv; in mode_attr_index() 349 apply_mode_maps (rtx x, struct map_value *mode_maps, struct mapping *macro, in apply_mode_maps() argument 361 for (pm = mode_maps; pm; pm = pm->next) in apply_mode_maps() 425 struct map_value *mode_maps, FILE *infile, in apply_macro_to_rtx() argument 447 if (mode_maps) in apply_macro_to_rtx() 448 apply_mode_maps (x, mode_maps, macro, value, infile, unknown_mode_attr); in apply_macro_to_rtx() [all …]
|