Home
last modified time | relevance | path

Searched refs:Outputs (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/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.cpp314 CellMap &Outputs) = 0;
688 CellMap Outputs; in visitNonBranch() local
689 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch()
693 for (auto &I : Outputs) in visitNonBranch()
717 if (!Outputs.has(DefR.Reg)) in visitNonBranch()
720 Changed = RC.meet(Outputs.get(DefR.Reg)); in visitNonBranch()
1852 CellMap &Outputs) override;
1871 CellMap &Outputs);
1876 CellMap &Outputs);
1878 CellMap &Outputs);
[all …]
H A DHexagonBitTracker.h35 CellMapType &Outputs) const override;
53 CellMapType &Outputs) const;
55 CellMapType &Outputs) const;
H A DBitTracker.cpp721 CellMapType &Outputs) const { in evaluate()
737 putCell(RD, Res, Outputs); in evaluate()
754 putCell(RD, Res, Outputs); in evaluate()
H A DBitTracker.h472 CellMapType &Outputs) const;
/netbsd-src/crypto/external/bsd/openssl/dist/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.
H A Dopenssl-crl.pod.in120 Outputs the "hash" of the CRL issuer name using the older algorithm
/netbsd-src/external/apache2/llvm/dist/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()
H A DJob.cpp41 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs) in Command() argument
47 for (const auto &II : Outputs) in Command()
363 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs) in CC1Command() argument
365 Outputs) { in CC1Command()
421 ArrayRef<InputInfo> Outputs) in ForceSuccessCommand() argument
423 Inputs, Outputs) {} in ForceSuccessCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp501 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() argument
534 CE->findInputsOutputs(PremappedInputs, Outputs, SinkCands); in getCodeExtractorArguments()
641 ArrayRef<Value *> Outputs) { in findExtractedOutputToOverallOutputMapping() argument
659 for (Value *Output : Outputs) { in findExtractedOutputToOverallOutputMapping()
706 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local
709 Outputs); in findAddInputsOutputs()
720 findExtractedOutputToOverallOutputMapping(Region, Outputs.getArrayRef()); in findAddInputsOutputs()
1437 ArrayRef<Value *> Outputs, in updateOutputMapping() argument
1456 if (OutputMappings.find(Outputs[OutputIdx.getValue()]) == in updateOutputMapping()
1459 << *Outputs[OutputIdx.getValue()] << "\n"); in updateOutputMapping()
[all …]
H A DHotColdSplitting.cpp359 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
360 CE.findInputsOutputs(Inputs, Outputs, Sinks); in extractColdRegion()
363 getOutliningPenalty(Region, Inputs.size(), Outputs.size()); in extractColdRegion()
H A DPartialInlining.cpp1159 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
1170 CE.findInputsOutputs(Inputs, Outputs, Sinks); in doMultiRegionFunctionOutlining()
1174 dbgs() << "outputs: " << Outputs.size() << "\n"; in doMultiRegionFunctionOutlining()
1177 for (Value *output : Outputs) in doMultiRegionFunctionOutlining()
1182 if (Outputs.size() > 0 && !ForceLiveExit) in doMultiRegionFunctionOutlining()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h168 ArrayRef<InputInfo> Outputs = None);
233 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs = None);
252 ArrayRef<InputInfo> Outputs = None);
H A DTool.h87 const InputInfoList &Outputs,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dx509.pod181 Outputs the certificate's SubjectPublicKeyInfo block in PEM format.
190 Outputs the certificate serial number.
194 Outputs the "hash" of the certificate subject name. This is used in OpenSSL to
200 Outputs the "hash" of the certificate issuer name.
204 Outputs the OCSP hash values for the subject name and public key.
212 Outputs the "hash" of the certificate subject name using the older algorithm
217 Outputs the "hash" of the certificate issuer name using the older algorithm
222 Outputs the subject name.
226 Outputs the issuer name.
237 Outputs the email address(es) if any.
[all …]
H A Dcrl.pod79 Outputs the "hash" of the CRL issuer name using the older algorithm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h166 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h241 ArrayRef<Value *> Outputs, LoadInst *LI);
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc365 // Outputs:
380 // Outputs:
400 // Outputs:
778 // Outputs:
852 // Outputs:
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A Dyaml2obj.rst11 Outputs the binary to stdout.
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DBUGS48 *TRACE_PREFIX: Outputs just the prefix line
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.h149 const InputInfoList &Outputs,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp282 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() local
289 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ddm814x-clocks.dtsi6 * "2.6.11 Connected Outputs of DPLLJ". Only clkout is
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp729 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in createParallel() local
731 Extractor.findInputsOutputs(Inputs, Outputs, SinkingCands); in createParallel()
810 for (Value *Output : Outputs) in createParallel()
813 assert(Outputs.empty() && in createParallel()

123