HomeSort by: relevance | last modified time | path
    Searched refs:first_p (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
lto-opts.cc 36 (if !*FIRST_P). */
40 bool *first_p, const char *opt)
43 if (!*first_p)
54 *first_p = false;
66 bool first_p = true; local
75 append_to_collect_gcc_options (&temporary_obstack, &first_p,
79 append_to_collect_gcc_options (&temporary_obstack, &first_p,
94 append_to_collect_gcc_options (&temporary_obstack, &first_p, pic);
109 append_to_collect_gcc_options (&temporary_obstack, &first_p,
115 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g")
    [all...]
wide-int-print.cc 150 bool first_p = true; local
154 if (!first_p)
159 first_p = false;
lra-eliminations.cc 892 base register the same. If FIRST_P, use the sp offset for
901 eliminate_regs_in_insn (rtx_insn *insn, bool replace_p, bool first_p,
977 if (first_p)
1053 replace_p, ! replace_p && ! first_p,
1054 update_sp_offset, first_p);
1375 /* Do (final if FINAL_P or first if FIRST_P) elimination in INSN. Add
1379 process_insn_for_elimination (rtx_insn *insn, bool final_p, bool first_p)
1381 eliminate_regs_in_insn (insn, final_p, first_p, 0);
1433 elimination register offsets (FIRST_P if we are doing it the first
1436 lra_eliminate (bool final_p, bool first_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-opts.cc 36 (if !*FIRST_P). */
40 bool *first_p, const char *opt)
43 if (!*first_p)
54 *first_p = false;
66 bool first_p = true; local
75 append_to_collect_gcc_options (&temporary_obstack, &first_p,
79 append_to_collect_gcc_options (&temporary_obstack, &first_p,
94 append_to_collect_gcc_options (&temporary_obstack, &first_p, pic);
109 append_to_collect_gcc_options (&temporary_obstack, &first_p,
115 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g")
    [all...]
wide-int-print.cc 115 bool first_p = true; local
119 if (!first_p)
124 first_p = false;
lra-eliminations.cc 876 base register the same. If FIRST_P, use the sp offset for
885 eliminate_regs_in_insn (rtx_insn *insn, bool replace_p, bool first_p,
949 if (first_p)
1025 replace_p, ! replace_p && ! first_p,
1026 update_sp_offset, first_p);
1328 /* Do (final if FINAL_P or first if FIRST_P) elimination in INSN. Add
1332 process_insn_for_elimination (rtx_insn *insn, bool final_p, bool first_p)
1334 eliminate_regs_in_insn (insn, final_p, first_p, 0);
1359 elimination register offsets (FIRST_P if we are doing it the first
1362 lra_eliminate (bool final_p, bool first_p)
    [all...]
  /src/external/gpl2/gmake/dist/
remote-stub.c 45 start_remote_job_p (int first_p UNUSED)
remote-cstms.c 65 start_remote_job_p (int first_p)
115 if (!first_p)
  /src/external/gpl3/gdb/dist/sim/common/
cgen-trace.h 38 #define CGEN_TRACE_INSN_INIT(cpu, abuf, first_p) \
41 cgen_trace_insn_init ((cpu), (first_p)); \
cgen-trace.c 84 cgen_trace_insn_init (SIM_CPU *cpu, int first_p)
88 first_insn_p = first_p;
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-trace.h 38 #define CGEN_TRACE_INSN_INIT(cpu, abuf, first_p) \
41 cgen_trace_insn_init ((cpu), (first_p)); \
cgen-trace.c 84 cgen_trace_insn_init (SIM_CPU *cpu, int first_p)
88 first_insn_p = first_p;
  /src/external/gpl3/gdb/dist/sim/lm32/
lm32.c 76 FIRST_P is non-zero if this is the first insn in a set of parallel
80 lm32bf_model_insn_before (SIM_CPU * cpu, int first_p)
  /src/external/gpl3/gdb.old/dist/sim/lm32/
lm32.c 76 FIRST_P is non-zero if this is the first insn in a set of parallel
80 lm32bf_model_insn_before (SIM_CPU * cpu, int first_p)
  /src/external/gpl3/gdb/dist/sim/or1k/
or1k-sim.h 78 void or1k32bf_model_insn_before (sim_cpu *current_cpu, int first_p);
  /src/external/gpl3/gdb.old/dist/sim/or1k/
or1k-sim.h 78 void or1k32bf_model_insn_before (sim_cpu *current_cpu, int first_p);
  /src/external/gpl3/gdb/dist/sim/cris/
cris-tmpl.c 109 FIRST_P is non-zero if this is the first insn in a set of parallel
113 MY (f_model_insn_before) (SIM_CPU *current_cpu, int first_p ATTRIBUTE_UNUSED)
206 FIRST_P is non-zero if this is the first insn in a set of parallel
211 int first_p ATTRIBUTE_UNUSED)
  /src/external/gpl3/gdb/dist/sim/m32r/
m32r2.c 217 FIRST_P is non-zero if this is the first insn in a set of parallel
221 m32r2f_model_insn_before (SIM_CPU *cpu, int first_p)
223 m32rbf_model_insn_before (cpu, first_p);
m32rx.c 217 FIRST_P is non-zero if this is the first insn in a set of parallel
221 m32rxf_model_insn_before (SIM_CPU *cpu, int first_p)
223 m32rbf_model_insn_before (cpu, first_p);
m32r.c 298 FIRST_P is non-zero if this is the first insn in a set of parallel
302 m32rbf_model_insn_before (SIM_CPU *cpu, int first_p)
307 if (first_p)
334 /* Here we take advantage of the fact that !last_p -> first_p. */
  /src/external/gpl3/gdb.old/dist/sim/cris/
cris-tmpl.c 109 FIRST_P is non-zero if this is the first insn in a set of parallel
113 MY (f_model_insn_before) (SIM_CPU *current_cpu, int first_p ATTRIBUTE_UNUSED)
206 FIRST_P is non-zero if this is the first insn in a set of parallel
211 int first_p ATTRIBUTE_UNUSED)
  /src/external/gpl3/gdb.old/dist/sim/m32r/
m32r2.c 217 FIRST_P is non-zero if this is the first insn in a set of parallel
221 m32r2f_model_insn_before (SIM_CPU *cpu, int first_p)
223 m32rbf_model_insn_before (cpu, first_p);
m32rx.c 217 FIRST_P is non-zero if this is the first insn in a set of parallel
221 m32rxf_model_insn_before (SIM_CPU *cpu, int first_p)
223 m32rbf_model_insn_before (cpu, first_p);
  /src/external/gpl3/gdb/dist/sim/iq2000/
iq2000.c 169 FIRST_P is non-zero if this is the first insn in a set of parallel
173 iq2000bf_model_insn_before (SIM_CPU *cpu, int first_p)
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
iq2000.c 169 FIRST_P is non-zero if this is the first insn in a set of parallel
173 iq2000bf_model_insn_before (SIM_CPU *cpu, int first_p)

Completed in 44 milliseconds

1 2 3 4