Searched refs:deps (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-buildtools/gcc/libcpp/include/
H A Dmkdeps.h29 struct deps;
31 /* Create a deps buffer. */
32 extern struct deps *deps_init (void);
34 /* Destroy a deps buffer. */
35 extern void deps_free (struct deps *);
42 extern void deps_add_vpath (struct deps *, const char *);
44 /* Add a target (appears on left side of the colon) to the deps list. Takes
46 extern void deps_add_target (struct deps *, const char *, int);
50 extern void deps_add_default_target (struct deps *, const char *);
53 deps lis
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenmddeps.c31 static struct filedep *deps, **last = &deps; variable in typeref:struct:filedep
57 for (d = deps; d ; d = d->next)
63 for (d = deps; d ; d = d->next)
H A Dsched-deps.c291 /* Don't count debug deps. */
318 /* Don't count debug deps. */
498 /* True if we should mark added dependencies as a non-register deps. */
736 initialize RESOLVED_P_PTR with true if that list consists of resolved deps,
945 or a new entry has been added to insn's backward deps.
1238 or a new entry has been added to insn's backward deps or nothing has
1323 initialize with lists that hold resolved deps. */
1611 add_dependence_list_and_free (struct deps_desc *deps, rtx_insn *insn,
1620 if (deps->readonly || DEBUG_INSN_P (insn))
1746 add_insn_mem_dependence (struct deps_desc *deps, boo
1606 add_dependence_list_and_free(struct deps_desc *deps, rtx_insn *insn, rtx_insn_list **listp, int uncond, enum reg_note dep_type, bool hard) argument
1740 add_insn_mem_dependence(struct deps_desc *deps, bool read_p, rtx_insn *insn, rtx mem) argument
1781 flush_pending_lists(struct deps_desc *deps, rtx_insn *insn, int for_read, int for_write) argument
1985 setup_insn_reg_uses(struct deps_desc *deps, rtx_insn *insn) argument
2279 extend_deps_reg_info(struct deps_desc *deps, int regno) argument
2328 sched_analyze_reg(struct deps_desc *deps, int regno, machine_mode mode, enum rtx_code ref, rtx_insn *insn) argument
2407 sched_analyze_1(struct deps_desc *deps, rtx x, rtx_insn *insn) argument
2581 sched_analyze_2(struct deps_desc *deps, rtx x, rtx_insn *insn) argument
2912 sched_analyze_insn(struct deps_desc *deps, rtx x, rtx_insn *insn) argument
3636 deps_analyze_insn(struct deps_desc *deps, rtx_insn *insn) argument
3802 deps_start_bb(struct deps_desc *deps, rtx_insn *head) argument
3821 sched_analyze(struct deps_desc *deps, rtx_insn *head, rtx_insn *tail) argument
3918 init_deps(struct deps_desc *deps, bool lazy_reg_last) argument
3952 init_deps_reg_last(struct deps_desc *deps) argument
3964 free_deps(struct deps_desc *deps) argument
4012 remove_from_deps(struct deps_desc *deps, rtx_insn *insn) argument
[all...]
H A Dgraphite-dependences.c301 __isl_keep isl_union_map *deps)
308 ux = isl_union_map_copy (deps);
328 __isl_keep isl_union_map *deps)
334 if (isl_union_map_is_empty (deps))
337 x = apply_schedule_on_deps (schedule, deps);
355 __isl_keep isl_union_map *deps,
364 if (isl_union_map_is_empty (deps))
367 x = apply_schedule_on_deps (schedule, deps);
300 apply_schedule_on_deps(__isl_keep isl_union_map *schedule, __isl_keep isl_union_map *deps) argument
327 no_violations(__isl_keep isl_union_map *schedule, __isl_keep isl_union_map *deps) argument
354 carries_deps(__isl_keep isl_union_map *schedule, __isl_keep isl_union_map *deps, int depth) argument
H A Dira-emit.c202 move_t *deps;
223 move->deps = NULL;
237 if (move->deps != NULL)
238 ira_free (move->deps);
792 traverse_moves (move->deps[i]);
809 /* Create move deps. */
835 move->deps = (move_t *) ira_allocate (n * sizeof (move_t));
840 move->deps[n++] = hard_regno_last_set[hard_regno + i];
201 move_t *deps; member in struct:move
/haiku-buildtools/gcc/libcpp/
H A Dmkdeps.c29 struct deps struct
125 apply_vpath (struct deps *d, const char *t)
166 struct deps *
169 return XCNEW (struct deps);
173 deps_free (struct deps *d)
205 deps_add_target (struct deps *d, const char *t, int quote)
226 deps_add_default_target (struct deps *d, const char *tgt)
256 deps_add_dep (struct deps *d, const char *t)
269 deps_add_vpath (struct deps *d, const char *vpath)
298 deps_write (const struct deps *
367 deps_save(struct deps *deps, FILE *f) argument
396 deps_restore(struct deps *deps, FILE *fd, const char *self) argument
[all...]
H A Dinit.c302 if (pfile->deps)
303 deps_free (pfile->deps);
613 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE)
615 if (!pfile->deps)
616 pfile->deps = deps_init ();
619 deps_add_default_target (pfile->deps, fname);
741 if (CPP_OPTION (pfile, deps.style) != DEPS_NONE
744 deps_write (pfile->deps, deps_stream, 72);
746 if (CPP_OPTION (pfile, deps.phony_targets))
747 deps_phony_targets (pfile->deps, deps_strea
[all...]
H A Dfiles.c892 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
894 if (!file->main_file || !CPP_OPTION (pfile, deps.ignore_main_file))
895 deps_add_dep (pfile->deps, file->path);
1047 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp);
1053 if (print_dep && CPP_OPTION (pfile, deps.missing_files) && errno == ENOENT)
1055 deps_add_dep (pfile->deps, file->name);
1058 if (CPP_OPTION (pfile, deps.need_preprocessor_output))
1071 if (CPP_OPTION (pfile, deps.style) == DEPS_NONE
1073 || CPP_OPTION (pfile, deps.need_preprocessor_output))
H A Dpch.c372 if (!r->deps)
373 r->deps = deps_init ();
375 if (deps_save (r->deps, f) != 0)
881 if (deps_restore (r->deps, f, CPP_OPTION (r, restore_pch_deps) ? name : NULL)
H A Dinternal.h510 struct deps *deps; member in struct:cpp_reader
/haiku-buildtools/gcc/contrib/
H A Dcheck_makefile_deps.sh78 LC_ALL=C sort -u > deps
79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
83 echo "missing deps for $obj:"
88 echo "unneeded deps for $obj:"
/haiku-buildtools/isl/include/isl/
H A Dflow.h55 int isl_flow_foreach(__isl_keep isl_flow *deps,
58 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must);
59 void isl_flow_free(__isl_take isl_flow *deps);
61 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmaint-tool39 &deps() if $mode eq "deps";
213 sub deps {
227 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
235 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
260 push(@pending, split(' ', $deps{$p}));
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
269 if ($#deps >= 0) {
272 for $dt (@deps) {
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dmaint-tool39 &deps() if $mode eq "deps";
213 sub deps {
230 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
238 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
263 push(@pending, split(' ', $deps{$p}));
268 @deps = sort { &locals_first($a,$b) } keys %scanned;
272 if ($#deps >= 0) {
275 for $dt (@deps) {
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dmaint-tool39 &deps() if $mode eq "deps";
213 sub deps {
230 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
238 $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
263 push(@pending, split(' ', $deps{$p}));
268 @deps = sort { &locals_first($a,$b) } keys %scanned;
272 if ($#deps >= 0) {
275 for $dt (@deps) {
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Djcf-depend.c38 struct deps *dependencies;
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c342 cpp_opts->deps.style = (code == OPT_M ? DEPS_SYSTEM: DEPS_USER);
348 cpp_opts->deps.style = (code == OPT_MD ? DEPS_SYSTEM: DEPS_USER);
349 cpp_opts->deps.need_preprocessor_output = true;
360 cpp_opts->deps.missing_files = true;
365 cpp_opts->deps.phony_targets = true;
757 if (cpp_opts->deps.style == DEPS_NONE)
1108 /* Don't write the deps file if there are errors. */
1109 if (cpp_opts->deps.style != DEPS_NONE && !seen_error ())
1138 DEPS_TARGET", where OUTPUT_FILE is the file to write deps info to
1139 and DEPS_TARGET is the target to mention in the deps
1186 struct deps *deps; local
[all...]
/haiku-buildtools/isl/
H A Disl_flow.c432 int isl_flow_foreach(__isl_keep isl_flow *deps, argument
438 if (!deps)
441 for (i = 0; i < deps->n_source; ++i) {
442 if (isl_map_plain_is_empty(deps->dep[i].map))
444 if (fn(isl_map_copy(deps->dep[i].map), deps->dep[i].must,
445 deps->dep[i].data, user) < 0)
454 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must) argument
456 if (!deps)
460 return isl_set_unwrap(isl_set_copy(deps
465 isl_flow_free(__isl_take isl_flow *deps) argument
481 isl_flow_get_ctx(__isl_keep isl_flow *deps) argument
[all...]
/haiku-buildtools/legacy/gcc/contrib/
H A Degcs_update104 files_and_dependencies | while read f deps; do
105 if test -f $f && is_out_of_date "$f" $deps; then
108 if is_out_of_date "$f" $deps; then
/haiku-buildtools/gcc/gcc/fortran/
H A Dcpp.c106 int deps; /* -M */ member in struct:gfc_cpp_option_data
232 return gfc_cpp_option.deps;
279 gfc_cpp_option.deps = 0;
410 gfc_cpp_option.deps = 1;
418 gfc_cpp_option.deps = 1;
494 cpp_option->deps.style = DEPS_USER;
495 cpp_option->deps.phony_targets = gfc_cpp_option.deps_phony;
496 cpp_option->deps.missing_files = gfc_cpp_option.deps_missing_are_generated;
/haiku-buildtools/legacy/autoconf/
H A Dautoreconf.sh23 [--cygnus] [--foreign] [--gnits] [--gnu] [-i] [--include-deps]"
62 --include-deps | -i)
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.cpp388 const COIEVENT* deps,
421 num_deps, deps,
381 compute( const std::list<COIBUFFER> &buffers, const void* data, uint16_t data_size, void* ret, uint16_t ret_size, uint32_t num_deps, const COIEVENT* deps, COIEVENT* event ) argument
/haiku-buildtools/binutils/gold/
H A Ddynobj.h407 Verdef(const char* name, const std::vector<std::string>& deps, argument
409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak),
/haiku-buildtools/autoconf/bin/
H A Dautom4te.in883 my $deps = new Autom4te::XFile ("$tmp/dependencies");
884 while ($_ = $deps->getline)
/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h710 struct bfd_elf_version_deps *deps;
707 struct bfd_elf_version_deps *deps; member in struct:bfd_elf_version_tree

Completed in 155 milliseconds

1234