Searched refs:attr_rtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenattrtab.c93 (see attr_rtx). */
302 that the hash table is used for several kinds of RTL (see attr_rtx)
350 rtx attr_rtx (code, [element1, ..., elementn]) */
527 attr_rtx (enum rtx_code code, ...) function
562 return attr_rtx (EQ_ATTR, DEF_ATTR_STRING (name), DEF_ATTR_STRING (value));
726 return check_attr_test (attr_rtx (NOT,
836 exp = attr_rtx (GET_CODE (exp),
837 attr_rtx (SYMBOL_REF, XSTR (XEXP (exp, 0), 0)),
838 attr_rtx (SYMBOL_REF, XSTR (XEXP (exp, 1), 0)));
848 exp = attr_rtx (SYMBOL_RE
[all...]

Completed in 101 milliseconds