Lines Matching defs:attr_desc

170 struct attr_desc
173 struct attr_desc *next; /* Next attribute. */
196 static struct attr_desc *attrs[MAX_ATTRS_INDEX];
247 static struct attr_desc *find_attr (const char **, int);
265 static void write_attr_valueq (struct attr_desc *, const char *);
266 static struct attr_value *find_most_used (struct attr_desc *);
267 static void write_attr_set (struct attr_desc *, int, rtx,
270 static void write_attr_case (struct attr_desc *, struct attr_value *,
272 static void write_attr_value (struct attr_desc *, rtx);
716 struct attr_desc *attr;
867 check_attr_value (rtx exp, struct attr_desc *attr)
989 struct attr_desc *attr2 = find_attr (&XSTR (exp, 0), 0);
1108 struct attr_desc *attr;
1168 make_canonical (struct attr_desc *attr, rtx exp)
1272 get_attr_value (rtx value, struct attr_desc *attr, int insn_code)
1406 fill_attr (struct attr_desc *attr)
1535 struct attr_desc *length_attr, *new_attr;
1610 struct attr_desc *length_attr = find_attr (&length_str, 0);
2448 struct attr_desc *attr;
2754 struct attr_desc *attr;
2763 struct attr_desc *attr;
2905 struct attr_desc *attr;
3159 struct attr_desc *attr;
3641 write_attr_get (struct attr_desc *attr)
3726 write_attr_set (struct attr_desc *attr, int indent, rtx value,
3834 write_attr_case (struct attr_desc *attr, struct attr_value *av,
3895 write_expr_attr_cache (rtx p, struct attr_desc *attr)
3940 write_attr_valueq (struct attr_desc *attr, const char *s)
3960 write_attr_value (struct attr_desc *attr, rtx value)
3980 struct attr_desc *attr2 = find_attr (&XSTR (value, 0), 0);
4055 struct attr_desc *attr;
4183 /* Return a `struct attr_desc' pointer for a given named attribute. If CREATE
4187 static struct attr_desc *
4190 struct attr_desc *attr;
4215 attr = oballoc (sizeof (struct attr_desc));
4232 struct attr_desc *attr;
4246 find_most_used (struct attr_desc *attr)
4301 struct attr_desc *attr = find_attr (&num_delay_slots_str, 0);
4495 struct attr_desc *attr;