Searched refs:bypass_list (Results 1 – 5 of 5) sorted by relevance
4839 struct bypass_list struct4841 struct bypass_list *next; argument4845 static struct bypass_list *all_bypasses; argument4852 struct bypass_list *b; in gen_bypass_1()4862 b = oballoc (struct bypass_list); in gen_bypass_1()4891 struct bypass_list *b; in process_bypasses()
470 struct bypass_decl *bypass_list; member2399 for (curr = out_insn_reserv->bypass_list, last = NULL; in insert_bypass()2440 bypass->next = out_insn_reserv->bypass_list; in insert_bypass()2441 out_insn_reserv->bypass_list = bypass; in insert_bypass()8387 && DECL_INSN_RESERV (description->decls[i])->bypass_list) in output_internal_insn_latency_func()8394 for (bypass = DECL_INSN_RESERV (decl)->bypass_list; in output_internal_insn_latency_func()8459 && DECL_INSN_RESERV (description->decls[i])->bypass_list) in output_internal_maximal_insn_latency_func()8466 for (bypass = DECL_INSN_RESERV (decl)->bypass_list; in output_internal_maximal_insn_latency_func()
21128 (n_insn_reservs, gen_insn_reserv, struct bypass_list, all_bypasses)
31330 (struct insn_reserv_decl): Add comments for member bypass_list.
14870 (bypass_list): Change field name from "insn" to "pattern".