Searched refs:stages (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi96 and ``bubble'' up the change through the three stages. Each stage
112 Like @code{bootstrap}, except that the various stages are removed once
117 Performs only the first two stages of bootstrap. Unlike a three-stage
120 bootstrap is approximately independent of the number of stages.
123 Rebuild all the stages up to @var{N}, with the appropriate flags,
134 Compares the results of stages 2 and 3. This ensures that the compiler
140 the second and third stages are named @samp{profile} and @samp{feedback},
158 directory. This makes it easier to debug multiple stages in
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c5586 int i, sp_ii, min_ii, max_ii, max_parallel, n_insns, n_real_insns, stages;
5668 /* Make copies of the loop body, up to a maximum number of stages we want
5753 stages = insn_get_clock (ss.last_scheduled_iter0) / sp_ii + 1;
5755 if (stages == 1 && sp_ii > 5)
5776 if (stage + 1 < stages)
5779 stage = stages - stage - 1;
5785 if (stages == 1)
5786 stages++;
5813 loop_earliest = (stages - 1) * sp_ii;
5830 gen_spkernel (GEN_INT (stages
5567 int i, sp_ii, min_ii, max_ii, max_parallel, n_insns, n_real_insns, stages; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c196 /* The maximum number of stages we are prepared to handle. */
587 separated by a given number of stages.
620 int stages;
750 record_delay_slot_pair (rtx_insn *i1, rtx_insn *i2, int cycles, int stages)
758 p->stages = stages;
783 if (!pair || pair->stages > 0)
793 if (p->stages == 0)
796 return p->stages * modulo_ii;
817 if (pair->stages)
617 int stages; member in struct:delay_pair
747 record_delay_slot_pair(rtx_insn *i1, rtx_insn *i2, int cycles, int stages) argument
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dmul_1.asm129 C The software pipeline is very deep, requiring 4 feed-in stages.
H A Daddmul_1.asm131 C The software pipeline is very deep, requiring 4 feed-in stages.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Ddivrem_1.asm438 C In theory n2+n1 could be done in the sub and addback stages (by
/haiku-buildtools/gcc/
H A DMakefile.tpl254 # Similar, for later GCC stages.
420 # Defaults for all stages; some are overridden below.
1517 # We name the build directories for the various stages "stage1-gcc",
1567 # Bubble a bug fix through all the stages up to stage [+id+]. They are
1603 echo Comparing stages [+prev+] and [+id+] ; \
H A DMakefile.in251 # Similar, for later GCC stages.
417 # Defaults for all stages; some are overridden below.
[all...]
/haiku-buildtools/binutils/
H A DMakefile.tpl257 # Similar, for later GCC stages.
424 # Defaults for all stages; some are overridden below.
1544 # We name the build directories for the various stages "stage1-gcc",
1594 # Bubble a bug fix through all the stages up to stage [+id+]. They are
1630 echo Comparing stages [+prev+] and [+id+]; \
H A DMakefile.in254 # Similar, for later GCC stages.
421 # Defaults for all stages; some are overridden below.
[all...]

Completed in 394 milliseconds