Searched refs:inputs (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h39 /// 1) Find both the inputs and outputs for the extracted region.
40 /// 2) Pass the inputs as arguments, remapping them within the extracted
111 Function *constructFunction(const ValueSet &inputs,
121 ValueSet &inputs,
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp184 /// severSplitPHINodes - If a PHI node has multiple inputs from outside of the
287 /// constructFunction - make a function based on inputs and outputs, as follows:
290 Function *CodeExtractor::constructFunction(const ValueSet &inputs, argument
297 DEBUG(dbgs() << "inputs: " << inputs.size() << "\n");
311 for (ValueSet::const_iterator i = inputs.begin(), e = inputs.end();
334 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
357 // Rewrite all users of the inputs in the extracted region to use the
359 for (unsigned i = 0, e = inputs
422 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, ValueSet &inputs, ValueSet &outputs) argument
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h94 #error CVMX_HELPER_INPUT_TAG_* values for determining tag hash inputs must be defined in executive-config.h
/freebsd-9.3-release/contrib/gcc/
H A Dstmt.c297 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
645 OUTPUTS is a list of output arguments (lvalues); INPUTS a list of inputs.
661 expand_asm_operands (tree string, tree outputs, tree inputs,
666 int ninputs = list_length (inputs);
689 if (! check_operand_nalternatives (outputs, inputs))
692 string = resolve_asm_operand_names (string, outputs, inputs);
698 for (t = inputs; 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
782 for (i = 0, tail = inputs; tai
655 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
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 Dc-parser.c2769 contexts, where a full expression with inputs and outputs does not
4143 statement with inputs, outputs, clobbers, and volatile tag
4161 tree quals, str, outputs, inputs, clobbers, ret;
4193 inputs = NULL_TREE;
4212 inputs = NULL_TREE;
4222 /* Parse inputs. */
4225 inputs = NULL_TREE;
4227 inputs = c_parser_asm_operands (parser, true);
4250 ret = build_asm_stmt (quals, build_asm_expr (str, outputs, inputs,
4255 /* Parse asm operands, a GNU extension. If CONVERT_P (for inputs bu
4159 tree quals, str, outputs, inputs, clobbers, ret; local
[all...]
H A Dc-typeck.c6825 build_asm_expr (tree string, tree outputs, tree inputs, tree clobbers,
6836 ninputs = list_length (inputs);
6840 string = resolve_asm_operand_names (string, outputs, inputs);
6883 for (i = 0, tail = inputs; tail; ++i, tail = TREE_CHAIN (tail))
6910 args = build_stmt (ASM_EXPR, string, outputs, inputs, clobbers);
6792 build_asm_expr(tree string, tree outputs, tree inputs, tree clobbers, bool simple) argument
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c100 static LIST_HEAD(, input) inputs;
183 LIST_FOREACH(input, &inputs, link) {
249 LIST_INSERT_HEAD(&inputs, input, link);
272 LIST_INSERT_HEAD(&inputs, input, link);
283 if ((input = LIST_FIRST(&inputs)) == NULL)
301 * Close all inputs
306 while (!LIST_EMPTY(&inputs))
337 while ((input = LIST_FIRST(&inputs)) != NULL) {
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c143 LIST_HEAD(, input) inputs = LIST_HEAD_INITIALIZER(inputs);
165 LIST_INSERT_HEAD(&inputs, ip, link);
182 input = LIST_FIRST(&inputs);
/freebsd-9.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c240 static LIST_HEAD(, input) inputs = LIST_HEAD_INITIALIZER(inputs);
275 LIST_INSERT_HEAD(&inputs, ip, link);
292 input = LIST_FIRST(&inputs);
/freebsd-9.3-release/sys/sys/
H A Dsoundcard.h291 * (inputs, different levels) for the first one are returned.
293 * If formats, mixers, inputs are instantiated, then detailed info
301 u_long inputs; /* bitmap of available inputs (per mixer) */ member in struct:_snd_capabilities
857 * both inputs/outputs (depending on the device). See the OSS Programmer's
1030 * The AD1848 codec and compatibles have three line level inputs
1032 * different meanings to these inputs, it's inpractical to assign
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c2355 registers, because we reserve 8 for the inputs and 8 for the
2951 int inputs = current_frame_info.n_input_regs;
2955 for (i = 0; i < inputs; i++)
2958 reg_names[LOC_REG (i)] = ia64_reg_numbers[inputs + i];
2960 reg_names[OUT_REG (i)] = ia64_reg_numbers[inputs + locals + i];
2945 int inputs = current_frame_info.n_input_regs; local
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY564 tidy up sending ICMP error messages - some bad inputs could result in
1961 ipresend supports the same range of inputs that ipftest does.
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Ddsp.c1280 p->inputs = pdev->si_drv1? mix_getdevs(pdev->si_drv1) : 0;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c11008 tree inputs = NULL_TREE;
11068 next token is the beginning of the inputs. */
11070 /* The inputs are coming next. */
11073 /* Look for inputs. */
11084 inputs = cp_parser_asm_operand_list (parser);
11112 inputs, clobbers);
11006 tree inputs = NULL_TREE; local
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c1419 static tree ix86_md_asm_clobbers (tree outputs, tree inputs, tree clobbers);
8684 /* Even if we do not want to check the inputs, this documents input
19654 tree inputs ATTRIBUTE_UNUSED,

Completed in 312 milliseconds