Searched refs:reg_attrs (Results 1 – 9 of 9) sorted by relevance
163 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 …]
971 struct reg_attrs *attr = REG_ATTRS (*chain->loc); in regrename_do_replace()
190 struct GTY((for_user)) reg_attrs { struct225 reg_attrs *attrs;
384 points to a reg_attrs structure.
131 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()
180 typedef struct GTY(()) reg_attrs { struct183 } reg_attrs; argument200 reg_attrs *rt_reg;
895 reg_attrs *attrs = REG_ATTRS (regno_reg_rtx [ALLOCNO_REGNO (a)]); in ira_build_conflicts()
940 struct reg_attrs *attr = REG_ATTRS (*chain->loc); in regrename_do_replace()
353 operand points to a reg_attrs structure.