Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c734 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in change_subst_attribute() local
735 if (GET_CODE (cur_attr) != SET_ATTR) in change_subst_attribute()
737 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in change_subst_attribute()
739 XSTR (cur_attr, 1) = new_value; in change_subst_attribute()
762 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in has_subst_attribute() local
763 switch (GET_CODE (cur_attr)) in has_subst_attribute()
766 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in has_subst_attribute()
768 value = XSTR (cur_attr, 1); in has_subst_attribute()
774 if (GET_CODE (SET_DEST (cur_attr)) != ATTR in has_subst_attribute()
775 || strcmp (XSTR (SET_DEST (cur_attr), 0), subst_name) != 0) in has_subst_attribute()
[all …]
H A Dattribs.c484 tree cur_attr = lookup_attribute ("optimize", attributes); in decl_attributes() local
487 if (! cur_attr) in decl_attributes()
491 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
506 tree cur_attr = lookup_attribute ("target", attributes); in decl_attributes() local
509 if (! cur_attr) in decl_attributes()
512 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc735 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in change_subst_attribute() local
736 if (GET_CODE (cur_attr) != SET_ATTR) in change_subst_attribute()
738 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in change_subst_attribute()
740 XSTR (cur_attr, 1) = new_value; in change_subst_attribute()
763 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in has_subst_attribute() local
764 switch (GET_CODE (cur_attr)) in has_subst_attribute()
767 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in has_subst_attribute()
769 value = XSTR (cur_attr, 1); in has_subst_attribute()
775 if (GET_CODE (SET_DEST (cur_attr)) != ATTR in has_subst_attribute()
776 || strcmp (XSTR (SET_DEST (cur_attr), 0), subst_name) != 0) in has_subst_attribute()
[all …]
H A Dattribs.cc618 tree cur_attr = lookup_attribute ("optimize", attributes); in decl_attributes() local
621 if (! cur_attr) in decl_attributes()
625 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
657 tree cur_attr = lookup_attribute ("target", attributes); in decl_attributes() local
660 if (! cur_attr) in decl_attributes()
663 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Ddpp.h41 struct dpp_cursor_attributes cur_attr; member