Home | History | Annotate | Download | only in gcc

Lines Matching refs:set_attr

670 	case SET_ATTR:
740 if (GET_CODE (cur_attr) != SET_ATTR)
770 case SET_ATTR:
789 /* Only (set_attr "subst" "yes/no") and
1398 case SET_ATTR:
1510 case SET_ATTR:
2374 rtx set_attr;
2443 set_attr = rtx_alloc (SET_ATTR);
2444 XSTR (set_attr, 1) = XOBFINISH (string_obstack, char *);
2447 XSTR (set_attr, 0) = attr_name;
2457 RTVEC_ELT (new_vec, vec_len) = set_attr;
2474 /* Generate (set_attr "mnemonic" "..") RTXs and append them to every
2516 (set_attr "mnemonic" ...) or (set (attr "mnemonic") ...). */
2520 set_attr = XVECEXP (insn, 4, i);
2522 switch (GET_CODE (set_attr))
2524 case SET_ATTR:
2526 if (strcmp (XSTR (set_attr, 0), MNEMONIC_ATTR_NAME) == 0)
2530 if (GET_CODE (SET_DEST (set_attr)) == ATTR
2531 && strcmp (XSTR (SET_DEST (set_attr), 0),