| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 179 CellMapType &Outputs) const { in evaluate() 205 return evaluateLoad(MI, Inputs, Outputs); in evaluate() 224 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate() 250 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate() 252 putCell(Reg[0], Val, Outputs); in evaluate() 315 return rr0(eIMM(im(1), W0), Outputs); in evaluate() 317 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate() 319 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate() 327 return rr0(RC, Outputs); in evaluate() 335 return rr0(rc(1), Outputs); in evaluate() [all …]
|
| H A D | HexagonBitTracker.h | 34 CellMapType &Outputs) const override; 52 CellMapType &Outputs) const; 54 CellMapType &Outputs) const;
|
| H A D | HexagonConstPropagation.cpp | 293 CellMap &Outputs) = 0; 668 CellMap Outputs; in visitNonBranch() local 669 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 673 for (auto &I : Outputs) in visitNonBranch() 697 if (!Outputs.has(DefR.Reg)) in visitNonBranch() 700 Changed = RC.meet(Outputs.get(DefR.Reg)); in visitNonBranch() 1842 CellMap &Outputs) override; 1861 CellMap &Outputs); 1866 CellMap &Outputs); 1868 CellMap &Outputs); [all …]
|
| H A D | BitTracker.cpp | 716 CellMapType &Outputs) const { in evaluate() 732 putCell(RD, Res, Outputs); in evaluate() 749 putCell(RD, Res, Outputs); in evaluate()
|
| /freebsd/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
|
| /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()
|
| H A D | Job.cpp | 40 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs, in Command() argument 47 for (const auto &II : Outputs) in Command() 392 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs, in CC1Command() argument 395 Outputs, PrependArg) { in CC1Command()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IRNormalizer.cpp | 48 SmallVector<Instruction *, 16> Outputs; member in __anon4c986dac0111::IRNormalizer 92 Outputs = collectOutputInstructions(F); in runOnFunction() 99 for (auto &I : Outputs) in runOnFunction() 580 SmallVector<Instruction *, 16> Outputs; in collectOutputInstructions() local 583 Outputs.push_back(&I); in collectOutputInstructions() 584 return Outputs; in collectOutputInstructions() 627 SetVector<int> Outputs; in getOutputFootprint() local 641 Outputs.insert(Count); in getOutputFootprint() 647 return Outputs; in getOutputFootprint() 655 Outputs.insert_range(OutputsUsingUI); in getOutputFootprint() [all …]
|
| H A D | CodeExtractor.cpp | 664 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs() argument 681 Outputs.insert(&II); in findInputsOutputs() 1422 ValueSet Inputs, Outputs; in extractCodeRegion() local 1423 return extractCodeRegion(CEAC, Inputs, Outputs); in extractCodeRegion()
|
| /freebsd/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
|
| /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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.h | 202 SmallVector<SmallString<0>> Outputs; member 212 : Outputs(Size), Files(Size) { in StreamCacheData() 215 std::make_unique<raw_svector_ostream>(Outputs[Task])); in StreamCacheData() 234 unsigned NumOutputs = Outputs.size(); in getResult() 240 (*Result)[I] = Outputs[I]; in getResult()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 181 ValueSet &Inputs, ValueSet &Outputs); 207 LLVM_ABI void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 853 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() argument 886 CE->findInputsOutputs(PremappedInputs, Outputs, SinkCands); in getCodeExtractorArguments() 1083 DenseSet<BasicBlock *> &RegionBlocks, SetVector<Value *> &Outputs, in analyzeExitPHIsForOutputUses() argument 1108 Outputs.insert(&PN); in analyzeExitPHIsForOutputUses() 1265 SetVector<Value *> &Outputs) { in findExtractedOutputToOverallOutputMapping() argument 1286 analyzeExitPHIsForOutputUses(ExitBB, Exits, BlocksInRegion, Outputs, in findExtractedOutputToOverallOutputMapping() 1304 for (Value *Output : Outputs) { in findExtractedOutputToOverallOutputMapping() 1391 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local 1394 Outputs); in findAddInputsOutputs() 1405 findExtractedOutputToOverallOutputMapping(M, Region, Outputs); in findAddInputsOutputs() [all …]
|
| H A D | HotColdSplitting.cpp | 397 SetVector<Value *> Inputs, Outputs, Sinks; in isSplittingBeneficial() local 398 CE.findInputsOutputs(Inputs, Outputs, Sinks); in isSplittingBeneficial() 401 getOutliningPenalty(Region, Inputs.size(), Outputs.size()); in isSplittingBeneficial()
|
| H A D | PartialInlining.cpp | 1100 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local 1111 CE.findInputsOutputs(Inputs, Outputs, Sinks); in doMultiRegionFunctionOutlining() 1115 dbgs() << "outputs: " << Outputs.size() << "\n"; in doMultiRegionFunctionOutlining() 1118 for (Value *output : Outputs) in doMultiRegionFunctionOutlining() 1123 if (Outputs.size() > 0 && !ForceLiveExit) in doMultiRegionFunctionOutlining()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 175 ArrayRef<InputInfo> Outputs = {}, const char *PrependArg = nullptr); 247 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs = {},
|
| H A D | Tool.h | 88 const InputInfoList &Outputs,
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | autosetup-test-tclsh | 4 # Outputs the full path to the interpreter
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 294 ArrayRef<Value *> Outputs, LoadInst *LI);
|
| /freebsd/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)
|
| /freebsd/share/examples/BSD_daemon/ |
| H A D | README | 64 An example of how to use the stuff above. Outputs a simple
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 156 const InputInfoList &Outputs,
|