Home
last modified time | relevance | path

Searched refs:reg_attrs (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDemit-rtl.c163 struct reg_attr_hasher : ggc_cache_ptr_hash<reg_attrs>
165 static hashval_t hash (reg_attrs *x);
166 static bool equal (reg_attrs *a, reg_attrs *b);
392 reg_attr_hasher::hash (reg_attrs *x) in hash()
394 const reg_attrs *const p = x; in hash()
406 reg_attr_hasher::equal (reg_attrs *x, reg_attrs *y) in equal()
408 const reg_attrs *const p = x; in equal()
409 const reg_attrs *const q = y; in equal()
417 static reg_attrs *
420 reg_attrs attrs; in get_reg_attrs()
[all …]
HDregrename.c971 struct reg_attrs *attr = REG_ATTRS (*chain->loc); in regrename_do_replace()
HDrtl.h190 struct GTY((for_user)) reg_attrs { struct
225 reg_attrs *attrs;
HDrtl.def384 points to a reg_attrs structure.
/dragonfly/contrib/gcc-4.7/gcc/
HDemit-rtl.c131 static GTY ((if_marked ("ggc_marked_p"), param_is (struct reg_attrs)))
163 static reg_attrs *get_reg_attrs (tree, int);
321 const reg_attrs *const p = (const reg_attrs *) x; in reg_attrs_htab_hash()
333 const reg_attrs *const p = (const reg_attrs *) x; in reg_attrs_htab_eq()
334 const reg_attrs *const q = (const reg_attrs *) y; in reg_attrs_htab_eq()
342 static reg_attrs *
345 reg_attrs attrs; in get_reg_attrs()
359 memcpy (*slot, &attrs, sizeof (reg_attrs)); in get_reg_attrs()
362 return (reg_attrs *) *slot; in get_reg_attrs()
HDrtl.h180 typedef struct GTY(()) reg_attrs { struct
183 } reg_attrs; argument
200 reg_attrs *rt_reg;
HDira-conflicts.c895 reg_attrs *attrs = REG_ATTRS (regno_reg_rtx [ALLOCNO_REGNO (a)]); in ira_build_conflicts()
HDregrename.c940 struct reg_attrs *attr = REG_ATTRS (*chain->loc); in regrename_do_replace()
HDrtl.def353 operand points to a reg_attrs structure.