Searched refs:find_attrs_to_cache (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | genattrtab.c | 3191 find_attrs_to_cache (rtx exp, bool create) in find_attrs_to_cache() function 3204 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3235 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3236 find_attrs_to_cache (XEXP (exp, 1), create); in find_attrs_to_cache() 3241 find_attrs_to_cache (XVECEXP (exp, 0, i), create); in find_attrs_to_cache() 3878 find_attrs_to_cache (av->value, true); in write_attr_get() 3968 find_attrs_to_cache (XVECEXP (value, 0, i), false); in write_attr_set()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genattrtab.c | 3285 find_attrs_to_cache (rtx exp, bool create) in find_attrs_to_cache() function 3298 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3329 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3330 find_attrs_to_cache (XEXP (exp, 1), create); in find_attrs_to_cache() 3335 find_attrs_to_cache (XVECEXP (exp, 0, i), create); in find_attrs_to_cache() 3994 find_attrs_to_cache (av->value, true); in write_attr_get() 4084 find_attrs_to_cache (XVECEXP (value, 0, i), false); in write_attr_set()
|