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

12

/freebsd-11-stable/contrib/ntp/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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp764 /// constructFunction - make a function based on inputs and outputs, as follows:
767 const ValueSet &outputs,
774 LLVM_DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
776 // This function returns unsigned, outputs will go back by reference.
793 for (Value *output : outputs) {
809 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
956 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++AI)
957 AI->setName(outputs[i]->getName()+".out");
1063 ValueSet &outputs) {
766 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
1060 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, ValueSet &inputs, ValueSet &outputs) argument
1470 ValueSet inputs, outputs, SinkingCands, HoistingCands; local
[all...]
/freebsd-11-stable/contrib/llvm-project/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
214 const ValueSet &outputs,
228 ValueSet &inputs, ValueSet &outputs);
/freebsd-11-stable/contrib/gcc/
H A Dstmt.c297 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
661 expand_asm_operands (tree string, tree outputs, tree inputs,
667 int noutputs = list_length (outputs);
685 /* An ASM with no outputs needs to be treated as volatile, for now. */
689 if (! check_operand_nalternatives (outputs, inputs))
692 string = resolve_asm_operand_names (string, outputs, inputs);
696 for (t = outputs; t ; t = TREE_CHAIN (t), i++)
705 clobbers = targetm.md_asm_clobbers (outputs, inputs, clobbers);
739 /* First pass over inputs and outputs checks validity and sets
743 for (i = 0, tail = outputs; tai
655 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
1103 tree outputs, tail; local
1123 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp), local
1146 check_operand_nalternatives(tree outputs, tree inputs) argument
1190 check_unique_operand_names(tree outputs, tree inputs) argument
1232 resolve_asm_operand_names(tree string, tree outputs, tree inputs) argument
1309 resolve_operand_name_1(char *p, tree outputs, tree inputs) argument
[all...]
H A Dtree-outof-ssa.c760 tree *outputs, link; local
766 outputs = (tree *) alloca (noutputs * sizeof (tree));
769 outputs[i] = TREE_VALUE (link);
787 if (TREE_CODE (outputs[match]) != SSA_NAME
788 && !DECL_P (outputs[match]))
791 p1 = var_to_partition (map, outputs[match]);
H A Dc-parser.c2948 contexts, where a full expression with inputs and outputs does not
4383 statement with inputs, outputs, clobbers, and volatile tag
4401 tree quals, str, outputs, inputs, clobbers, ret;
4432 outputs = NULL_TREE;
4444 /* Parse outputs. */
4447 outputs = NULL_TREE;
4449 outputs = c_parser_asm_operands (parser, false);
4490 ret = build_asm_stmt (quals, build_asm_expr (str, outputs, inputs,
4496 not outputs), apply the default conversion of functions and arrays
4399 tree quals, str, outputs, inputs, clobbers, ret; local
H A Dc-typeck.c7222 build_asm_expr (tree string, tree outputs, tree inputs, tree clobbers,
7234 noutputs = list_length (outputs);
7237 string = resolve_asm_operand_names (string, outputs, inputs);
7240 for (i = 0, tail = outputs; tail; ++i, tail = TREE_CHAIN (tail))
7307 args = build_stmt (ASM_EXPR, string, outputs, inputs, clobbers);
7309 /* asm statements without outputs, including simple ones, are treated
7189 build_asm_expr(tree string, tree outputs, tree inputs, tree clobbers, bool simple) argument
/freebsd-11-stable/share/dtrace/
H A Dhotopen29 * The hotopen D script periodically outputs table of which UIDs
/freebsd-11-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c468 int32_t outputs, rc; local
489 outputs = 0;
494 outputs = -1;
501 outputs = -1;
505 outputs += rc;
521 if (outputs == 0) {
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in62 exports.c build-outputs.mk \
H A Dbuild-outputs.mk150 .make.dirs: $(srcdir)/build-outputs.mk
/freebsd-11-stable/contrib/apr/
H A DMakefile.in56 build-outputs.mk build/ltcf-c.sh build/aclocal.m4 \
H A Dbuild-outputs.mk326 .make.dirs: $(srcdir)/build-outputs.mk
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c80 /* Active outputs controlled by this SDVO output */
94 * this is for current attached outputs.
104 * This is used to select the color range of RBG outputs in HDMI mode.
638 u16 outputs)
642 &outputs, sizeof(outputs));
646 u16 *outputs)
650 outputs, sizeof(*outputs));
696 u16 outputs)
637 intel_sdvo_set_active_outputs(struct intel_sdvo *intel_sdvo, u16 outputs) argument
645 intel_sdvo_get_active_outputs(struct intel_sdvo *intel_sdvo, u16 *outputs) argument
695 intel_sdvo_set_target_output(struct intel_sdvo *intel_sdvo, u16 outputs) argument
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in437 tests/failure-outputs.txt
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2867 outputs_range outputs() { function in class:clang::AsmStmt
2879 outputs_const_range outputs() const { function in class:clang::AsmStmt
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in475 rm -f $(top_srcdir)/build-outputs.mk \
790 # Implicit rules for creating outputs from input files
1029 # This runs after the target of the same name in build-outputs.mk.
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl257 The indexing merely outputs messages via C<.tm> for each
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex816 % outputs text on separate line in roman font, starting at standard page margin
920 % outputs that line, centered.
941 % @sp n outputs n lines of vertical space
1050 % @math outputs its argument in math mode.
1101 % @dots{} outputs an ellipsis using the current font.
1778 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
7147 % \backslashcurfont outputs one backslash character in current font,
7164 % \normalbackslash outputs one backslash in fixed width font.
7185 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex793 % outputs text on separate line in roman font, starting at standard page margin
897 % outputs that line, centered.
918 % @sp n outputs n lines of vertical space
1027 % @math outputs its argument in math mode.
1078 % @dots{} outputs an ellipsis using the current font.
1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
6999 % \backslashcurfont outputs one backslash character in current font,
7015 % \normalbackslash outputs one backslash in fixed width font.
7036 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex753 % outputs text on separate line in roman font, starting at standard page margin
895 % outputs that line, centered.
926 % @sp n outputs n lines of vertical space
2799 % @math outputs its argument in math mode.
2980 % @dots{} outputs an ellipsis using the current font.
8043 % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply
9964 % \backslashcurfont outputs one backslash character in current font,
9996 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c2356 outputs. */
2953 int outputs = current_frame_info.n_output_regs;
2959 for (i = 0; i < outputs; i++)
2978 /* We don't need an alloc instruction if we've used no outputs or locals. */
5596 asm outputs. This avoids a failure in rws_access_reg. */
2947 int outputs = current_frame_info.n_output_regs; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2999 // We have processed both the inputs and the outputs. All of the outputs
3004 // outputs.
3008 for (const Expr *O : A->outputs()) {
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c11341 tree outputs = NULL_TREE;
11387 /* Look for outputs. */
11399 outputs = cp_parser_asm_operand_list (parser);
11401 /* If the next token is `::', there are no outputs, and the
11445 asm_stmt = finish_asm_stmt (volatile_p, string, outputs,
11339 tree outputs = NULL_TREE; local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1421 static tree ix86_md_asm_clobbers (tree outputs, tree inputs, tree clobbers);
19667 ix86_md_asm_clobbers (tree outputs ATTRIBUTE_UNUSED,

Completed in 682 milliseconds

12