Searched refs:outputs (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A Dgenver8 outputs=
16 outputs="m4/version.m4 $outputs"
19 outputs="include/version.def $outputs"
22 outputs="include/version.texi $outputs"
30 case "$outputs" in
31 '') outputs="m4/version.m4 include/version.def include/version.texi" ;;
48 case "$outputs" i
[all...]
/netbsd-current/usr.bin/scmdctl/
H A Dprintscmd.c64 const char *outputs[] = { local
82 printf("%s%d (0x%02X)\n",outputs[n],r->diags[n],r->diags[n]);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py60 outputs = []
70 outputs.append(tmpfile)
76 subprocess.call([merge] + outputs, stdout=f)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A DMakefile.in259 -rm -rf cache outputs temp
262 if test -d outputs; then \
264 `find outputs -name gdb.sum -print` > gdb.sum; \
266 `find outputs -name gdb.log -print` > gdb.log; \
319 -mkdir -p outputs/$*
320 @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS) $(TIMESTAMP)
338 mkdir -p gdb.perf/outputs/$*
339 $(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=build-pieces $(TIMESTAMP)
348 # We don't delete the outputs directory here as these programs can take
397 -rm -rf outputs tem
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DMakefile.in258 -rm -rf cache outputs temp
261 if test -d outputs; then \
263 `find outputs -name gdb.sum -print` > gdb.sum; \
265 `find outputs -name gdb.log -print` > gdb.log; \
318 -mkdir -p outputs/$*
319 @$(DO_RUNTEST) GDB_PARALLEL=yes --outdir=outputs/$* $*.exp $(RUNTESTFLAGS) $(TIMESTAMP)
337 mkdir -p gdb.perf/outputs/$*
338 $(DO_RUNTEST) --outdir=gdb.perf/outputs/$* lib/build-piece.exp WORKER=$* GDB_PARALLEL=gdb.perf $(RUNTESTFLAGS) GDB_PERFTEST_MODE=compile GDB_PERFTEST_SUBMODE=build-pieces $(TIMESTAMP)
347 # We don't delete the outputs directory here as these programs can take
377 -rm -rf outputs tem
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-link.c42 output. Sometimes used for outputs too. */
1118 mapping. The outputs from this process get fed back into the final pass
1128 ctf_dict_t **outputs; local
1239 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1251 ctf_dict_close (outputs[j]);
1264 ctf_dedup_fini (out, outputs, noutputs);
1282 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1288 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1296 ctf_cuname (outputs[0])) < 0)
1303 free (outputs);
1366 ctf_dict_t **inputs, **outputs = NULL; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-link.c42 output. Sometimes used for outputs too. */
1132 mapping. The outputs from this process get fed back into the final pass
1142 ctf_dict_t **outputs; local
1253 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1265 ctf_dict_close (outputs[j]);
1278 ctf_dedup_fini (out, outputs, noutputs);
1296 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1302 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1310 ctf_cuname (outputs[0])) < 0)
1317 free (outputs);
1379 ctf_dict_t **inputs, **outputs = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-link.c42 output. Sometimes used for outputs too. */
1132 mapping. The outputs from this process get fed back into the final pass
1142 ctf_dict_t **outputs; local
1253 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1265 ctf_dict_close (outputs[j]);
1278 ctf_dedup_fini (out, outputs, noutputs);
1296 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1302 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1310 ctf_cuname (outputs[0])) < 0)
1317 free (outputs);
1379 ctf_dict_t **inputs, **outputs = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-link.c42 output. Sometimes used for outputs too. */
1121 mapping. The outputs from this process get fed back into the final pass
1131 ctf_dict_t **outputs; local
1242 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1254 ctf_dict_close (outputs[j]);
1267 ctf_dedup_fini (out, outputs, noutputs);
1285 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1291 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1299 ctf_cuname (outputs[0])) < 0)
1306 free (outputs);
1369 ctf_dict_t **inputs, **outputs = NULL; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp811 /// constructFunction - make a function based on inputs and outputs, as follows:
814 const ValueSet &outputs,
821 LLVM_DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
823 // This function returns unsigned, outputs will go back by reference.
840 for (Value *output : outputs) {
856 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
1016 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++AI)
1017 AI->setName(outputs[i]->getName()+".out");
1123 ValueSet &outputs) {
813 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
1120 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, ValueSet &inputs, ValueSet &outputs) argument
1657 ValueSet inputs, outputs, SinkingCands, HoistingCands; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h80 /// 1) Find both the inputs and outputs for the extracted region.
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
216 const ValueSet &outputs,
230 ValueSet &inputs, ValueSet &outputs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h147 arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> &/*inputs*/,
H A Daarch-common.c531 We implement asm flag outputs. */
534 arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> &/*inputs*/,
541 for (unsigned i = 0, n = outputs.length (); i < n; ++i)
616 rtx dest = outputs[i];
630 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
637 outputs[i] = gen_rtx_SCRATCH (word_mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h150 rtx_insn *arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/,
H A Daarch-common.cc531 We implement asm flag outputs. */
534 arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/, argument
542 for (unsigned i = 0, n = outputs.length (); i < n; ++i)
617 rtx dest = outputs[i];
631 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
638 outputs[i] = gen_rtx_SCRATCH (word_mode);
/netbsd-current/sys/arch/hppa/stand/common/
H A Dmilli_tiny.S37 ; outputs:
81 ; outputs:
110 ; outputs:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstmt.c184 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
483 check_unique_operand_names (tree outputs, tree inputs, tree labels)
487 for (i = outputs; i ; i = TREE_CHAIN (i))
507 for (j = outputs; j ; j = TREE_CHAIN (j))
539 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels)
546 check_unique_operand_names (outputs, inputs, labels);
557 p = resolve_operand_name_1 (p, outputs, inputs, NULL);
600 p = resolve_operand_name_1 (p, outputs, inputs, labels);
616 resolve_operand_name_1 (char *p, tree outputs, tree inputs, tree labels)
632 for (op = 0, t = outputs;
478 check_unique_operand_names(tree outputs, tree inputs, tree labels) argument
534 resolve_asm_operand_names(tree string, tree outputs, tree inputs, tree labels) argument
611 resolve_operand_name_1(char *p, tree outputs, tree inputs, tree labels) argument
[all...]
H A Dtree-ssa-coalesce.c918 SSA_NAME outputs but the first one are live at this point, so
921 copy those into pseudos after the asm and if multiple outputs
1146 tree *outputs, link; local
1149 outputs = (tree *) alloca (noutputs * sizeof (tree));
1153 outputs[i] = TREE_VALUE (link);
1175 if (TREE_CODE (outputs[match]) != SSA_NAME)
1178 v1 = SSA_NAME_VERSION (outputs[match]);
1181 if (gimple_can_coalesce_p (outputs[match], input))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstmt.cc184 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
484 check_unique_operand_names (tree outputs, tree inputs, tree labels)
488 for (i = outputs; i ; i = TREE_CHAIN (i))
508 for (j = outputs; j ; j = TREE_CHAIN (j))
540 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels)
547 check_unique_operand_names (outputs, inputs, labels);
558 p = resolve_operand_name_1 (p, outputs, inputs, NULL);
601 p = resolve_operand_name_1 (p, outputs, inputs, labels);
617 resolve_operand_name_1 (char *p, tree outputs, tree inputs, tree labels)
633 for (op_inout = op = 0, t = outputs;
479 check_unique_operand_names(tree outputs, tree inputs, tree labels) argument
535 resolve_asm_operand_names(tree string, tree outputs, tree inputs, tree labels) argument
612 resolve_operand_name_1(char *p, tree outputs, tree inputs, tree labels) argument
[all...]
H A Dgimple-harden-conditionals.cc174 vec<tree, va_gc> *outputs = NULL; local
175 vec_safe_push (outputs,
187 gasm *detach = gimple_build_asm_vec ("", inputs, outputs,
H A Dtree-ssa-coalesce.cc918 SSA_NAME outputs but the first one are live at this point, so
921 copy those into pseudos after the asm and if multiple outputs
1146 tree *outputs, link; local
1149 outputs = (tree *) alloca (noutputs * sizeof (tree));
1153 outputs[i] = TREE_VALUE (link);
1175 if (TREE_CODE (outputs[match]) != SSA_NAME)
1178 v1 = SSA_NAME_VERSION (outputs[match]);
1181 if (gimple_can_coalesce_p (outputs[match], input))
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A DFILES015 times - Some outputs from 'speed' on some machines.
/netbsd-current/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_display.c261 struct virtio_gpu_output *output = vgdev->outputs + index;
382 kfree(vgdev->outputs[i].edid);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1318 tree outputs = NULL_TREE; local
1343 outputs = chainon (outputs, build_tree_list (arg, val));
1392 string = resolve_asm_operand_names (string, outputs, inputs, labels);
1403 for (i = 0, t = outputs; t != NULL_TREE; t = TREE_CHAIN (t), i++)
1445 outputs, inputs, clobbers, labels);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1331 tree outputs = NULL_TREE; local
1356 outputs = chainon (outputs, build_tree_list (arg, val));
1405 string = resolve_asm_operand_names (string, outputs, inputs, labels);
1416 for (i = 0, t = outputs; t != NULL_TREE; t = TREE_CHAIN (t), i++)
1458 outputs, inputs, clobbers, labels);

Completed in 403 milliseconds

12345