| /src/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 | HexagonBitTracker.h | 35 CellMapType &Outputs) const override; 53 CellMapType &Outputs) const; 55 CellMapType &Outputs) const;
|
| H A D | HexagonConstPropagation.cpp | 314 CellMap &Outputs) = 0; 687 CellMap Outputs; in visitNonBranch() local 688 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 692 for (auto &I : Outputs) in visitNonBranch() 716 if (!Outputs.has(DefR.Reg)) in visitNonBranch() 719 Changed = RC.meet(Outputs.get(DefR.Reg)); in visitNonBranch() 1845 CellMap &Outputs) override; 1864 CellMap &Outputs); 1869 CellMap &Outputs); 1871 CellMap &Outputs); [all …]
|
| H A D | BitTracker.cpp | 721 CellMapType &Outputs) const { in evaluate() 737 putCell(RD, Res, Outputs); in evaluate() 754 putCell(RD, Res, Outputs); in evaluate()
|
| H A D | BitTracker.h | 472 CellMapType &Outputs) const;
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-info.pod.in | 41 Outputs the default directory for OpenSSL configuration files. 45 Outputs the default directory for OpenSSL engine modules. 49 Outputs the default directory for OpenSSL dynamically loadable modules 54 Outputs the DSO extension OpenSSL uses. 58 Outputs the separator character between a directory specification and 65 Outputs the OpenSSL list separator character. 71 Outputs the randomness seed sources. 75 Outputs the OpenSSL CPU settings info. 79 Outputs the Windows install context.
|
| H A D | openssl-crl.pod.in | 122 Outputs the "hash" of the CRL issuer name using the older algorithm
|
| /src/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()
|
| H A D | Job.cpp | 42 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs, in Command() argument 49 for (const auto &II : Outputs) in Command() 396 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs, in CC1Command() argument 399 Outputs, PrependArg) { in CC1Command()
|
| /src/sys/contrib/device-tree/Bindings/clock/ |
| 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 | silabs,si5341.txt | 74 == Child nodes: Outputs ==
|
| /src/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
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 174 ValueSet &Inputs, ValueSet &Outputs); 200 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 868 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() argument 901 CE->findInputsOutputs(PremappedInputs, Outputs, SinkCands); in getCodeExtractorArguments() 1098 DenseSet<BasicBlock *> &RegionBlocks, SetVector<Value *> &Outputs, in analyzeExitPHIsForOutputUses() argument 1123 Outputs.insert(&PN); in analyzeExitPHIsForOutputUses() 1279 SetVector<Value *> &Outputs) { in findExtractedOutputToOverallOutputMapping() argument 1300 analyzeExitPHIsForOutputUses(ExitBB, Exits, BlocksInRegion, Outputs, in findExtractedOutputToOverallOutputMapping() 1318 for (Value *Output : Outputs) { in findExtractedOutputToOverallOutputMapping() 1406 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local 1409 Outputs); in findAddInputsOutputs() 1420 findExtractedOutputToOverallOutputMapping(M, Region, Outputs); in findAddInputsOutputs() [all …]
|
| H A D | HotColdSplitting.cpp | 398 SetVector<Value *> Inputs, Outputs, Sinks; in isSplittingBeneficial() local 399 CE.findInputsOutputs(Inputs, Outputs, Sinks); in isSplittingBeneficial() 402 getOutliningPenalty(Region, Inputs.size(), Outputs.size()); in isSplittingBeneficial()
|
| H A D | PartialInlining.cpp | 1108 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local 1119 CE.findInputsOutputs(Inputs, Outputs, Sinks); in doMultiRegionFunctionOutlining() 1123 dbgs() << "outputs: " << Outputs.size() << "\n"; in doMultiRegionFunctionOutlining() 1126 for (Value *output : Outputs) in doMultiRegionFunctionOutlining() 1131 if (Outputs.size() > 0 && !ForceLiveExit) in doMultiRegionFunctionOutlining()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 175 ArrayRef<InputInfo> Outputs = std::nullopt, 249 ArrayRef<InputInfo> Outputs = std::nullopt,
|
| H A D | Tool.h | 88 const InputInfoList &Outputs,
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | autosetup-test-tclsh | 4 # Outputs the full path to the interpreter
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 294 ArrayRef<Value *> Outputs, LoadInst *LI);
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,sci-intr.txt | 11 | Inputs Outputs |
|
| H A D | brcm,bcm7120-l2-intc.txt | 24 2nd level interrupt line Outputs for the parent controller (e.g: ARM GIC)
|
| /src/share/examples/BSD_daemon/ |
| H A D | README | 64 An example of how to use the stuff above. Outputs a simple
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 156 const InputInfoList &Outputs,
|
| /src/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() 1712 ValueSet Inputs, Outputs; in extractCodeRegion() local 1713 return extractCodeRegion(CEAC, Inputs, Outputs); in extractCodeRegion()
|