Lines Matching full:completer_entry
84 struct completer_entry *completers;
96 struct completer_entry
105 struct completer_entry *parent;
112 struct completer_entry *alternative;
115 struct completer_entry *addl_entries;
278 static int completer_entries_eq (struct completer_entry *, struct completer_entry *);
279 static struct completer_entry * insert_gclist (struct completer_entry *);
281 static void compute_completer_bits (struct main_entry *, struct completer_entry *);
283 static int insert_opcode_dependencies (struct ia64_opcode *, struct completer_entry *);
285 static void print_completer_entry (struct completer_entry *);
295 static void add_dis_entry (struct bittree *, ia64_insn, ia64_insn, int, struct completer_entry *, ci_t);
1832 int opcodenum, struct completer_entry *ent, ci_t completer_index)
2230 static struct completer_entry **glist;
2237 completer_entries_eq (struct completer_entry *ent1,
2238 struct completer_entry *ent2)
2264 static struct completer_entry *
2265 insert_gclist (struct completer_entry *ent)
2282 glist = (struct completer_entry **)
2283 xrealloc (glist, sizeof (struct completer_entry *) * glisttotlen);
2373 compute_completer_bits (struct main_entry *ment, struct completer_entry *ent)
2383 struct completer_entry *p = ent->parent;
2449 struct completer_entry *cmp ATTRIBUTE_UNUSED)
2538 struct completer_entry **ptr = &tabent->completers;
2539 struct completer_entry *parent = NULL;
2577 struct completer_entry *nent = tmalloc (struct completer_entry);
2608 print_completer_entry (struct completer_entry *ent)