/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 187 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 D | HexagonConstPropagation.cpp | 301 // 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 D | bc.vcxproj | 214 … <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 D | genver | 8 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 D | openssl-info.pod.in | 40 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 D | praudit_test.sh | 57 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 D | mkver.props | 7 <Outputs>scm-rev</Outputs> 14 <Outputs>scm-rev</Outputs> 22 <Outputs>version.c</Outputs>
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-info.1 | 168 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 D | CodeExtractor.h | 80 /// 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 D | Makefile | 10 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 D | pwm-samsung.yaml | 15 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 D | fp_montgomery.c | 23 * 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 D | sysdecode_quotactl_cmd.3 | 40 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 D | sysdecode_utrace.3 | 40 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 D | xlnx,clocking-wizard.yaml | 49 xlnx,nr-outputs: 54 Number of outputs. 63 - xlnx,nr-outputs 74 xlnx,nr-outputs = <6>;
|
H A D | ti,cdce925.txt | 16 - "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 D | ti,cdce925.yaml | 15 - 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 D | nvidia,tegra186-display.yaml | 164 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 D | bsd.crunchgen.mk | 38 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 D | zfs-qemu.yml | 27 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 D | TFLiteUtils.cpp | 41 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 D | CodeExtractor.cpp | 646 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 D | maxim,max77693.yaml | 16 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 D | Tool.cpp | 21 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 D | fsl,imx8qxp-ldb.yaml | 24 have to be different. Channel0 outputs odd pixels and channel1 outputs 30 data. In split mode, channel0 outputs odd pixels and channel1 outputs even
|