OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tune
(Results
1 - 25
of
61
) sorted by relevancy
1
2
3
/src/sys/dev/i2c/
tea5767.c
64
struct tea5767_tune
tune
;
member in struct:tea5767_softc
119
sc->
tune
.mute = 0;
120
sc->
tune
.freq = MIN_FM_FREQ;
121
sc->
tune
.stereo = 1;
122
sc->
tune
.is_pll_set = false;
123
sc->
tune
.is_xtal_set = false;
124
sc->
tune
.is_force_srch = false;
129
sc->
tune
.is_pll_set = true;
131
sc->
tune
.is_xtal_set = true;
133
sc->
tune
.fm_band = 1
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arc/
arc-arch.h
68
/*
Tune
variants. Needs to match the attr_tune enum. */
114
/*
Tune
value. */
115
enum arc_tune_attr
tune
;
member in struct:__anon12672
132
#define ARC_CPU(NAME, ARCH, FLAGS, EXTRA,
TUNE
) \
133
{#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##
TUNE
},
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.h
27
const char *arch, const char *
tune
,
i386-c.cc
42
enum processor_type
tune
,
48
identify which
tune
/arch flag was passed, so figure it out here. */
307
switch (
tune
)
503
/* use PROCESSOR_max to not set/unset the
tune
macro. */
807
/* Figure out the previous/current isa, arch,
tune
and the differences. */
817
prev_tune = (enum processor_type) prev_opt->
tune
;
819
cur_tune = (enum processor_type) cur_opt->
tune
;
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-target-attr.cc
83
{"
tune
", &riscv_target_attr_parser::handle_tune}};
192
/* Handle the TUNE_STR argument to the
tune
= target attribute. */
198
error_at (m_loc, "%<target()%> attribute:
tune
appears more than once");
200
const struct riscv_tune_info *
tune
= riscv_parse_tune (str, true);
local
202
if (
tune
== nullptr)
204
error_at (m_loc, "%<target()%> attribute: unknown
TUNE
%qs", str);
208
m_tune =
tune
->name;
237
opts->x_riscv_tune_string = m_cpu_info->
tune
;
/src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-arch.h
68
/*
Tune
variants. Needs to match the attr_tune enum. */
113
/*
Tune
value. */
114
enum arc_tune_attr
tune
;
member in struct:__anon15289
131
#define ARC_CPU(NAME, ARCH, FLAGS, EXTRA,
TUNE
) \
132
{#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##
TUNE
},
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.h
27
const char *arch, const char *
tune
,
i386-c.cc
42
enum processor_type
tune
,
48
identify which
tune
/arch flag was passed, so figure it out here. */
266
switch (
tune
)
432
/* use PROCESSOR_max to not set/unset the
tune
macro. */
697
/* Figure out the previous/current isa, arch,
tune
and the differences. */
707
prev_tune = (enum processor_type) prev_opt->
tune
;
709
cur_tune = (enum processor_type) cur_opt->
tune
;
i386-options.cc
94
#include "x86-
tune
-costs.h"
174
#define DEF_TUNE(
tune
, name, selector) name,
175
#include "x86-
tune
.def"
186
#define DEF_TUNE(
tune
, name, selector) selector,
187
#include "x86-
tune
.def"
371
const char *arch, const char *
tune
,
445
if (
tune
)
448
opts[num++][1] =
tune
;
678
ptr->
tune
= ix86_tune;
707
gcc_assert (ptr->
tune
== ix86_tune)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc
249
with either "arch", "cpu" or "
tune
" as argument depending on if
278
bool
tune
= false;
local
302
tune
= strcmp (argv[0], "
tune
") == 0;
304
if (!arch && !
tune
)
307
if (!arch && !
tune
&& !cpu)
360
else if (!
tune
&& !processed_exts
456
if (!
tune
&& !processed_exts)
586
cpu ? "cpu" : "
tune
", "=",
600
cpu ? "cpu" : "
tune
", "="
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc
234
with either "arch", "cpu" or "
tune
" as argument depending on if
263
bool
tune
= false;
local
286
tune
= strcmp (argv[0], "
tune
") == 0;
288
if (!arch && !
tune
)
291
if (!arch && !
tune
&& !cpu)
344
else if (!
tune
&& !processed_exts
437
if (!
tune
&& !processed_exts)
571
cpu ? "cpu" : "
tune
", "=",
585
cpu ? "cpu" : "
tune
", "="
[
all
...]
/src/external/lgpl3/gmp/dist/tune/
Makefile.am
39
# Prefer -static on the speed and
tune
programs, since that can avoid
84
# ..." if desired, see
tune
/README.
86
EXTRA_PROGRAMS = speed speed-dynamic speed-ext tuneup
tune
-gcd-p
105
tune_gcd_p_SOURCES =
tune
-gcd-p.c
110
tune
:
137
# likewise for mod_1. The simplest way around this is to have the
tune
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-protos.h
103
const char *
tune
;
member in struct:riscv_cpu_info
/src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.h
324
enum processor_type
tune
;
member in struct:i386_tc_frag_data
343
the isa/
tune
settings at the time the .align was assembled. */
352
(FRAGP)->tc_frag_data.
tune
= cpu_arch_tune; \
/src/external/gpl3/gcc/dist/gcc/config/arm/
parsecpu.awk
225
fatal("unknown \"
tune
for\" target " cpu_tune_for[cpus[n]] \
236
#
tune
383
fatal("unknown \"
tune
for\" target " arch_tune_for[archs[n]] \
458
print "(define_attr \"
tune
\"\n\t\""
699
fatal("arch definition lacks a \"
tune
for\" statement")
757
/^[ ]*
tune
for / {
758
if (NF != 3) fatal("syntax:
tune
for <cpu-name>")
763
} else fatal("\"
tune
for\" outside of cpu or arch block")
767
/^[ ]*
tune
flags / {
768
if (NF < 3) fatal("syntax:
tune
flags <flag> [<flag>]*"
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
parsecpu.awk
225
fatal("unknown \"
tune
for\" target " cpu_tune_for[cpus[n]] \
236
#
tune
383
fatal("unknown \"
tune
for\" target " arch_tune_for[archs[n]] \
458
print "(define_attr \"
tune
\"\n\t\""
699
fatal("arch definition lacks a \"
tune
for\" statement")
757
/^[ ]*
tune
for / {
758
if (NF != 3) fatal("syntax:
tune
for <cpu-name>")
763
} else fatal("\"
tune
for\" outside of cpu or arch block")
767
/^[ ]*
tune
flags / {
768
if (NF < 3) fatal("syntax:
tune
flags <flag> [<flag>]*"
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc
145
int arch,
tune
, fpu, abi_base, abi_ext, cmodel;
member in struct:__anon15779
219
t.cpu_tune = constrained.
tune
? opt_tune
/src/external/lgpl3/gmp/dist/mpn/x86/pentium/
popcount.asm
42
C The slightly strange quoting here helps the renaming done by
tune
/many.pl.
hamdist.asm
44
C The slightly strange quoting here helps the renaming done by
tune
/many.pl.
/src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc
409
#define RISCV_CORE(CORE_NAME, ARCH,
TUNE
) \
410
{CORE_NAME, ARCH,
TUNE
},
1784
/* Expand default -mtune option from -mcpu option, use default --with-
tune
value
1794
return cpu->
tune
;
2208
const char **
tune
= &riscv_tunes[0];
local
2209
for (;*
tune
; ++
tune
)
2210
v.safe_push (*
tune
);
/src/external/lgpl3/gmp/dist/mpn/arm64/
lshift.asm
43
C * A53's speed depends on alignment,
tune
/speed -w1 gives 3.5, -w0 gives 4.0.
lshiftc.asm
43
C * A53's speed depends on alignment,
tune
/speed -w1 gives 3.5, -w0 gives 4.0.
/src/external/gpl3/binutils/dist/gas/config/
tc-i386.h
317
enum processor_type
tune
;
member in struct:i386_tc_frag_data
337
the isa/
tune
settings at the time the .align was assembled. */
/src/external/gpl3/gcc.old/usr.bin/gcc/arch/i386/
defs.mk
26
G_OBJS=gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o adjust-alignment.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2ctf.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-trace.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o pointer-query.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o splay-tree-utils.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o gimple-range-path.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o gimple-isel.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-equiv.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/call-info.o analyzer/call-string.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-impl-calls.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-malloc.o analyzer/sm-pattern-test.o analyzer/sm-sensitive.o analyzer/sm-signal.o analyzer/sm-taint.o analyzer/state-purge.o analyzer/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o x86-
tune
-sched.o x86-
tune
-sched-bd.o x86-
tune
-sched-atom.o x86-
tune
-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o netbsd.o host-netbsd.o
33
G_BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ${GNUHOSTDIST}/gcc/../include/hashtab.h tm.h options.h ${GNUHOSTDIST}/gcc/config/vxworks-dummy.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/i386/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ${GNUHOSTDIST}/gcc/config/i386/i386-opts.h ${GNUHOSTDIST}/gcc/config/i386/stringop.def ${GNUHOSTDIST}/gcc/config/i386/x86-
tune
.def ${GNUHOSTDIST}/gcc/common/config/i386/i386-cpuinfo.h ${GNUHOSTDIST}/gcc/config/i386/i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h
49
G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/vxworks-dummy.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/i386/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ${GNUHOSTDIST}/gcc/config/i386/i386-opts.h ${GNUHOSTDIST}/gcc/config/i386/stringop.def ${GNUHOSTDIST}/gcc/config/i386/x86-
tune
.def ${GNUHOSTDIST}/gcc/common/config/i386/i386-cpuinfo.h ${GNUHOSTDIST}/gcc/config/i386/i386-isa.def
/src/external/gpl3/gcc.old/usr.bin/gcc/arch/x86_64/
defs.mk
26
G_OBJS=gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o adjust-alignment.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2ctf.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-trace.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o pointer-query.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o splay-tree-utils.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o gimple-range-path.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o gimple-isel.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-equiv.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/call-info.o analyzer/call-string.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-impl-calls.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-malloc.o analyzer/sm-pattern-test.o analyzer/sm-sensitive.o analyzer/sm-signal.o analyzer/sm-taint.o analyzer/state-purge.o analyzer/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o x86-
tune
-sched.o x86-
tune
-sched-bd.o x86-
tune
-sched-atom.o x86-
tune
-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o netbsd.o host-netbsd.o
33
G_BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ${GNUHOSTDIST}/gcc/../include/hashtab.h tm.h options.h ${GNUHOSTDIST}/gcc/config/vxworks-dummy.h ${GNUHOSTDIST}/gcc/config/i386/biarch64.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/i386/x86-64.h ${GNUHOSTDIST}/gcc/config/i386/netbsd64.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ${GNUHOSTDIST}/gcc/config/i386/i386-opts.h ${GNUHOSTDIST}/gcc/config/i386/stringop.def ${GNUHOSTDIST}/gcc/config/i386/x86-
tune
.def ${GNUHOSTDIST}/gcc/common/config/i386/i386-cpuinfo.h ${GNUHOSTDIST}/gcc/config/i386/i386-isa.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h
49
G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/vxworks-dummy.h ${GNUHOSTDIST}/gcc/config/i386/biarch64.h ${GNUHOSTDIST}/gcc/config/i386/i386.h ${GNUHOSTDIST}/gcc/config/i386/unix.h ${GNUHOSTDIST}/gcc/config/i386/att.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/i386/x86-64.h ${GNUHOSTDIST}/gcc/config/i386/netbsd64.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ${GNUHOSTDIST}/gcc/config/i386/i386-opts.h ${GNUHOSTDIST}/gcc/config/i386/stringop.def ${GNUHOSTDIST}/gcc/config/i386/x86-
tune
.def ${GNUHOSTDIST}/gcc/common/config/i386/i386-cpuinfo.h ${GNUHOSTDIST}/gcc/config/i386/i386-isa.def
Completed in 58 milliseconds
1
2
3
Indexes created Sat Feb 28 05:31:39 UTC 2026