Searched refs:find_attrs_to_cache (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 3287 find_attrs_to_cache (rtx exp, bool create) in find_attrs_to_cache() function 3300 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3331 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3332 find_attrs_to_cache (XEXP (exp, 1), create); in find_attrs_to_cache() 3337 find_attrs_to_cache (XVECEXP (exp, 0, i), create); in find_attrs_to_cache() 4094 find_attrs_to_cache (av->value, true); in write_attr_get() 4184 find_attrs_to_cache (XVECEXP (value, 0, i), false); in write_attr_set()
|
H A D | ChangeLog-2010 | 25221 (find_attrs_to_cache): New function. 25226 (write_attr_get): Use find_attrs_to_cache, for caching candidates 25228 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
|
H A D | ChangeLog-2019 | 21744 (find_attrs_to_cache): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 3288 find_attrs_to_cache (rtx exp, bool create) in find_attrs_to_cache() function 3301 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3332 find_attrs_to_cache (XEXP (exp, 0), create); in find_attrs_to_cache() 3333 find_attrs_to_cache (XEXP (exp, 1), create); in find_attrs_to_cache() 3338 find_attrs_to_cache (XVECEXP (exp, 0, i), create); in find_attrs_to_cache() 4095 find_attrs_to_cache (av->value, true); in write_attr_get() 4185 find_attrs_to_cache (XVECEXP (value, 0, i), false); in write_attr_set()
|