Home
last modified time | relevance | path

Searched refs:first_p (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-opts.cc40 bool *first_p, const char *opt) in append_to_collect_gcc_options() argument
43 if (!*first_p) in append_to_collect_gcc_options()
54 *first_p = false; in append_to_collect_gcc_options()
66 bool first_p = true; in lto_write_options() local
75 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
79 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
85 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
100 &temporary_obstack, &first_p, in lto_write_options()
114 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g"); in lto_write_options()
126 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
[all …]
H A Dwide-int-print.cc115 bool first_p = true; in print_hex() local
119 if (!first_p) in print_hex()
124 first_p = false; in print_hex()
H A Dlra-eliminations.cc883 eliminate_regs_in_insn (rtx_insn *insn, bool replace_p, bool first_p, in eliminate_regs_in_insn() argument
947 if (first_p) in eliminate_regs_in_insn()
1023 replace_p, ! replace_p && ! first_p, in eliminate_regs_in_insn()
1024 update_sp_offset, first_p); in eliminate_regs_in_insn()
1330 process_insn_for_elimination (rtx_insn *insn, bool final_p, bool first_p) in process_insn_for_elimination() argument
1332 eliminate_regs_in_insn (insn, final_p, first_p, 0); in process_insn_for_elimination()
1360 lra_eliminate (bool final_p, bool first_p) in lra_eliminate() argument
1367 gcc_assert (! final_p || ! first_p); in lra_eliminate()
1371 if (first_p) in lra_eliminate()
1401 final_p, first_p); in lra_eliminate()
H A Dlra-assigns.cc479 bool first_p, HARD_REG_SET regno_set) in find_hard_regno_for_1() argument
678 if (try_only_hard_regno >= 0 || (first_p && best_hard_regno >= 0)) in find_hard_regno_for_1()
690 find_hard_regno_for (int regno, int *cost, int try_only_hard_regno, bool first_p) in find_hard_regno_for() argument
702 hard_regno = find_hard_regno_for_1 (regno, cost, -1, first_p, in find_hard_regno_for()
709 return find_hard_regno_for_1 (regno, cost, try_only_hard_regno, first_p, in find_hard_regno_for()
924 spill_for (int regno, bitmap spilled_pseudo_bitmap, bool first_p) in spill_for() argument
1019 && find_hard_regno_for (reload_regno, &cost, -1, first_p) < 0) in spill_for()
1028 hard_regno = find_hard_regno_for (regno, &cost, -1, first_p); in spill_for()
1040 &reload_cost, -1, first_p)) >= 0) in spill_for()
H A Dsel-sched-dump.cc776 bool first_p = true; in sel_dump_cfg_2() local
793 if (first_p) in sel_dump_cfg_2()
802 first_p = false; in sel_dump_cfg_2()
H A Dcaller-save.cc303 int first_p; member
345 saved_reg->first_p = FALSE; in new_saved_hard_reg()
581 if (! saved_reg2->first_p) in setup_save_areas()
611 saved_reg->first_p = TRUE; in setup_save_areas()
H A Dsel-sched.cc5637 bool first_p = true; in get_dest_from_orig_ops() local
5643 if (first_p) in get_dest_from_orig_ops()
5645 first_p = false; in get_dest_from_orig_ops()
7321 bool first_p = true; in schedule_on_fences() local
7337 if (first_p || i > seqno) in schedule_on_fences()
7341 first_p = false; in schedule_on_fences()
H A Dtree-ssa-loop-im.cc2755 bool first_p = true; in hoist_memory_references() local
2759 execute_sm (loop, ref, aux_map, true, !first_p); in hoist_memory_references()
2760 first_p = false; in hoist_memory_references()
H A Dlra-constraints.cc4995 lra_constraints (bool first_p) in lra_constraints() argument
5012 else if (first_p) in lra_constraints()
5020 new_regno_start = first_p ? lra_constraint_new_regno_start : max_reg_num (); in lra_constraints()
5034 lra_eliminate (false, first_p); in lra_constraints()
5056 if ((! first_p && pseudo_p) in lra_constraints()
H A Dgenmatch.cc3338 bool first_p = true; in gen_1() local
3342 if (first_p) in gen_1()
3346 first_p = false; in gen_1()
3355 if (!first_p) in gen_1()
H A Dhaifa-sched.cc1208 bool first_p = true; in recompute_todo_spec() local
1238 if (first_p) in recompute_todo_spec()
1240 first_p = false; in recompute_todo_spec()
2902 ready_add (struct ready_list *ready, rtx_insn *insn, bool first_p) in ready_add() argument
2904 if (!first_p) in ready_add()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-opts.c40 bool *first_p, const char *opt) in append_to_collect_gcc_options() argument
43 if (!*first_p) in append_to_collect_gcc_options()
54 *first_p = false; in append_to_collect_gcc_options()
66 bool first_p = true; in lto_write_options() local
75 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
79 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
85 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
100 &temporary_obstack, &first_p, in lto_write_options()
114 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g"); in lto_write_options()
126 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
[all …]
H A Dwide-int-print.cc115 bool first_p = true; in print_hex() local
119 if (!first_p) in print_hex()
124 first_p = false; in print_hex()
H A Dlra-eliminations.c884 eliminate_regs_in_insn (rtx_insn *insn, bool replace_p, bool first_p, in eliminate_regs_in_insn() argument
948 if (first_p) in eliminate_regs_in_insn()
1024 replace_p, ! replace_p && ! first_p, in eliminate_regs_in_insn()
1025 update_sp_offset, first_p); in eliminate_regs_in_insn()
1331 process_insn_for_elimination (rtx_insn *insn, bool final_p, bool first_p) in process_insn_for_elimination() argument
1333 eliminate_regs_in_insn (insn, final_p, first_p, 0); in process_insn_for_elimination()
1361 lra_eliminate (bool final_p, bool first_p) in lra_eliminate() argument
1368 gcc_assert (! final_p || ! first_p); in lra_eliminate()
1372 if (first_p) in lra_eliminate()
1402 final_p, first_p); in lra_eliminate()
H A Dlra-assigns.c479 bool first_p, HARD_REG_SET regno_set) in find_hard_regno_for_1() argument
678 if (try_only_hard_regno >= 0 || (first_p && best_hard_regno >= 0)) in find_hard_regno_for_1()
690 find_hard_regno_for (int regno, int *cost, int try_only_hard_regno, bool first_p) in find_hard_regno_for() argument
702 hard_regno = find_hard_regno_for_1 (regno, cost, -1, first_p, in find_hard_regno_for()
709 return find_hard_regno_for_1 (regno, cost, try_only_hard_regno, first_p, in find_hard_regno_for()
924 spill_for (int regno, bitmap spilled_pseudo_bitmap, bool first_p) in spill_for() argument
1019 && find_hard_regno_for (reload_regno, &cost, -1, first_p) < 0) in spill_for()
1028 hard_regno = find_hard_regno_for (regno, &cost, -1, first_p); in spill_for()
1040 &reload_cost, -1, first_p)) >= 0) in spill_for()
H A Dsel-sched-dump.c779 bool first_p = true; in sel_dump_cfg_2() local
796 if (first_p) in sel_dump_cfg_2()
805 first_p = false; in sel_dump_cfg_2()
H A Dcaller-save.c303 int first_p; member
345 saved_reg->first_p = FALSE; in new_saved_hard_reg()
581 if (! saved_reg2->first_p) in setup_save_areas()
611 saved_reg->first_p = TRUE; in setup_save_areas()
H A Dsel-sched.c5637 bool first_p = true; in get_dest_from_orig_ops() local
5643 if (first_p) in get_dest_from_orig_ops()
5645 first_p = false; in get_dest_from_orig_ops()
7321 bool first_p = true; in schedule_on_fences() local
7337 if (first_p || i > seqno) in schedule_on_fences()
7341 first_p = false; in schedule_on_fences()
H A Dlra-constraints.c4870 lra_constraints (bool first_p) in lra_constraints() argument
4887 else if (first_p) in lra_constraints()
4895 new_regno_start = first_p ? lra_constraint_new_regno_start : max_reg_num (); in lra_constraints()
4909 lra_eliminate (false, first_p); in lra_constraints()
4931 if ((! first_p && pseudo_p) in lra_constraints()
H A Dgenmatch.c3320 bool first_p = true; in gen_1() local
3324 if (first_p) in gen_1()
3328 first_p = false; in gen_1()
3337 if (!first_p) in gen_1()
H A Dhaifa-sched.c1208 bool first_p = true; in recompute_todo_spec() local
1238 if (first_p) in recompute_todo_spec()
1240 first_p = false; in recompute_todo_spec()
2902 ready_add (struct ready_list *ready, rtx_insn *insn, bool first_p) in ready_add() argument
2904 if (!first_p) in ready_add()
/netbsd-src/external/gpl2/gmake/dist/
H A Dremote-cstms.c64 start_remote_job_p (int first_p) in start_remote_job_p() argument
114 if (!first_p) in start_remote_job_p()
H A Dremote-stub.c44 start_remote_job_p (int first_p UNUSED) in start_remote_job_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c535 lto_register_canonical_types (tree node, bool first_p) in lto_register_canonical_types() argument
541 if (first_p) in lto_register_canonical_types()
547 lto_register_canonical_types (TREE_TYPE (node), first_p); in lto_register_canonical_types()
549 if (!first_p) in lto_register_canonical_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc536 lto_register_canonical_types (tree node, bool first_p) in lto_register_canonical_types() argument
542 if (first_p) in lto_register_canonical_types()
548 lto_register_canonical_types (TREE_TYPE (node), first_p); in lto_register_canonical_types()
550 if (!first_p) in lto_register_canonical_types()

12