Home
last modified time | relevance | path

Searched full:outputs (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp187 CellMapType &Outputs) const { in evaluate()
213 return evaluateLoad(MI, Inputs, Outputs); in evaluate()
232 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate()
258 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate()
260 putCell(Reg[0], Val, Outputs); in evaluate()
323 return rr0(eIMM(im(1), W0), Outputs); in evaluate()
325 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate()
327 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate()
335 return rr0(RC, Outputs); in evaluate()
343 return rr0(rc(1), Outputs); in evaluate()
[all …]
H A DHexagonConstPropagation.cpp301 // compute the set of output values "Outputs". An example of when
314 CellMap &Outputs) = 0;
687 CellMap Outputs; in visitNonBranch() local
688 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch()
691 dbgs() << " outputs:"; in visitNonBranch()
692 for (auto &I : Outputs) in visitNonBranch()
698 // Update outputs. If the value was not computed, set all the in visitNonBranch()
714 // Find the corresponding cell in the computed outputs. in visitNonBranch()
716 if (!Outputs.has(DefR.Reg)) in visitNonBranch()
719 Changed = RC.meet(Outputs in visitNonBranch()
1925 evaluate(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluate() argument
2553 evaluateHexCompare(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCompare() argument
2628 evaluateHexLogical(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexLogical() argument
2675 evaluateHexCondMove(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCondMove() argument
2718 evaluateHexExt(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexExt() argument
2762 evaluateHexVector1(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexVector1() argument
[all...]
/freebsd/contrib/bc/vs/
H A Dbc.vcxproj214 … <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe</Outputs>
216 … <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe</Outputs>
218 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe</Outputs>
220 … <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe</Outputs>
253 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\lib.c</Outputs>
255 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\lib.c</Outputs>
257 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">src2\lib.c</Outputs>
259 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">src2\lib.c</Outputs>
266 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\lib2.c</Outputs>
268 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\lib2.c</Outputs>
[all …]
/freebsd/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" in
64 case "$outputs" in
80 case "$outputs" in
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-info.pod.in40 Outputs the default directory for OpenSSL configuration files.
44 Outputs the default directory for OpenSSL engine modules.
48 Outputs the default directory for OpenSSL dynamically loadable modules
53 Outputs the DSO extension OpenSSL uses.
57 Outputs the separator character between a directory specification and
64 Outputs the OpenSSL list separator character.
70 Outputs the randomness seed sources.
74 Outputs the OpenSSL CPU settings info.
/freebsd/usr.sbin/praudit/tests/
H A Dpraudit_test.sh57 atf_set "descr" "Verify that praudit outputs default form without " \
71 atf_set "descr" "Verify that praudit outputs the numeric form " \
85 atf_set "descr" "Verify that praudit outputs the raw form with -r flag"
98 atf_set "descr" "Verify that praudit outputs the trail in the same " \
112 atf_set "descr" "Verify that praudit outputs the short form " \
126 atf_set "descr" "Verify that praudit outputs the XML file with -x flag"
139 atf_set "descr" "Verify that praudit(1) outputs the last few audit " \
159 atf_set "descr" "Verify that praudit outputs usage message on stderr " \
/freebsd/contrib/ntp/ports/winnt/vs2015/
H A Dmkver.props7 <Outputs>scm-rev</Outputs>
14 <Outputs>scm-rev</Outputs>
22 <Outputs>version.c</Outputs>
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-info.1168 Outputs the default directory for OpenSSL configuration files.
171 Outputs the default directory for OpenSSL engine modules.
174 Outputs the default directory for OpenSSL dynamically loadable modules
178 Outputs the \s-1DSO\s0 extension OpenSSL uses.
181 Outputs the separator character between a directory specification and
187 Outputs the OpenSSL list separator character.
192 Outputs the randomness seed sources.
195 Outputs the OpenSSL \s-1CPU\s0 settings info.
/freebsd/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
163 /// interface to see what was categorized as inputs and outputs.
169 /// \param Outputs [out] - filled with values marked as outputs to the
174 ValueSet &Inputs, ValueSet &Outputs);
200 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
256 const ValueSet &outputs,
270 ValueSet &inputs, ValueSet &outputs);
/freebsd/usr.sbin/crunch/examples/
H A DMakefile10 OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache macro
14 CLEANDIRFILES+= $(OUTPUTS)
19 $(OUTPUTS): $(CONF)
22 $(CRUNCHED): $(OUTPUTS) submake
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-samsung.yaml15 and clock event timers, as well as to drive SoC outputs with PWM signal. Each
17 outputs - see SoC and board manual).
83 samsung,pwm-outputs:
85 A list of PWM channels used as PWM outputs on particular platform.
127 samsung,pwm-outputs = <0>, <1>;
/freebsd/crypto/libecc/src/fp/
H A Dfp_montgomery.c23 * Inputs and outputs are in their Montgomery form.
34 * Inputs and outputs are in their Montgomery form.
45 * Inputs and outputs are in their Montgomery form.
56 * Inputs and outputs are in their Montgomery form.
68 * Inputs and outputs are in their Montgomery form.
/freebsd/lib/libsysdecode/
H A Dsysdecode_quotactl_cmd.340 function outputs a text description of the
62 outputs text depicting an invocation of
74 if it outputs a description of
84 outputs the text
H A Dsysdecode_utrace.340 function outputs a textual representation of a
49 The function only outputs a representation for certain types of records.
51 the function outputs the description and returns a non-zero value.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dxlnx,clocking-wizard.yaml49 xlnx,nr-outputs:
54 Number of outputs.
63 - xlnx,nr-outputs
74 xlnx,nr-outputs = <6>;
H A Dti,cdce925.txt16 - "ti,cdce913": 1-PLL, 3 Outputs
17 - "ti,cdce925": 2-PLL, 5 Outputs
18 - "ti,cdce937": 3-PLL, 7 Outputs
19 - "ti,cdce949": 4-PLL, 9 Outputs
H A Dti,cdce925.yaml15 - CDCE(L)913: 1-PLL, 3 Outputs https://www.ti.com/product/cdce913
16 - CDCE(L)925: 2-PLL, 5 Outputs https://www.ti.com/product/cdce925
17 - CDCE(L)937: 3-PLL, 7 Outputs https://www.ti.com/product/cdce937
18 - CDCE(L)949: 4-PLL, 9 Outputs https://www.ti.com/product/cdce949
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra186-display.yaml164 nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
183 nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
202 nvidia,outputs = <&sor0 &sor1>;
251 nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>;
269 nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>;
287 nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>;
305 nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>;
/freebsd/share/mk/
H A Dbsd.crunchgen.mk38 OUTPUTS=${OUTMK} ${OUTC} ${PROG}.cache
62 ${OUTPUTS}: ${CRUNCH_SRCDIR_${P}}/Makefile
118 .ORDER: ${OUTPUTS} objs
119 ${OUTPUTS:[1]}: .META
120 ${OUTPUTS:[2..-1]}: .NOMETA
121 ${OUTPUTS}: ${CONF}
133 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml27 outputs:
28 test_os: ${{ steps.os.outputs.os }}
29 ci_type: ${{ steps.os.outputs.ci_type }}
78 os: ${{ fromJson(needs.test-config.outputs.test_os) }}
109 CI_TYPE: ${{ needs.test-config.outputs.ci_type }}
126 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }…
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp41 EvaluationResultImpl(const std::vector<const TfLiteTensor *> &Outputs) in EvaluationResultImpl() argument
42 : Outputs(Outputs){}; in EvaluationResultImpl()
44 const TfLiteTensor *getOutput(size_t I) { return Outputs[I]; } in getOutput()
50 const std::vector<const TfLiteTensor *> Outputs; member in llvm::EvaluationResultImpl
142 // Known inputs and outputs in TFModelEvaluatorImpl()
147 for (size_t I = 0; I < Interpreter->outputs().size(); ++I) in TFModelEvaluatorImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp646 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs() argument
660 Outputs.insert(&II); in findInputsOutputs()
813 /// constructFunction - make a function based on inputs and outputs, as follows:
816 const ValueSet &outputs, in constructFunction() argument
823 LLVM_DEBUG(dbgs() << "outputs: " << outputs.size() << "\n"); in constructFunction()
825 // This function returns unsigned, outputs will go back by reference. in constructFunction()
849 for (Value *output : outputs) { in constructFunction()
861 (inputs.size() + outputs.size()) && in constructFunction()
862 "Number of scalar and aggregate params does not match inputs, outputs"); in constructFunction()
1065 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++ScalarAI) in constructFunction()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dmaxim,max77693.yaml16 There are two LED outputs available - FLED1 and FLED2. Each of them can
31 outputs. The maximum current on each output is reduced to 625mA then. If
77 Valid values for a LED connected to both FLED outputs:
85 Valid values for a single LED connected to both FLED outputs:
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTool.cpp21 const InputInfoList &Outputs, in ConstructJobMultipleOutputs() argument
25 assert(Outputs.size() == 1 && "Expected only one output by default!"); in ConstructJobMultipleOutputs()
26 ConstructJob(C, JA, Outputs.front(), Inputs, TCArgs, LinkingOutput); in ConstructJobMultipleOutputs()
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dfsl,imx8qxp-ldb.yaml24 have to be different. Channel0 outputs odd pixels and channel1 outputs
30 data. In split mode, channel0 outputs odd pixels and channel1 outputs even

12345678910>>...35