| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 335 return rr0(RC, Outputs); in evaluate() 351 return rr0(RC, Outputs); in evaluate() 373 return rr0(RC, Outputs); in evaluate() 382 return rr0(RC, Outputs); in evaluate() 386 return rr0(RC, Outputs); in evaluate() 390 return rr0(RC, Outputs); in evaluate() 395 return rr0(RC, Outputs); in evaluate() 400 return rr0(RC, Outputs); in evaluate() 405 return rr0(RC, Outputs); in evaluate() 1207 putCell(RD, Res, Outputs); in evaluateLoad() [all …]
|
| H A D | HexagonBitTracker.h | 35 CellMapType &Outputs) const override; 53 CellMapType &Outputs) const; 55 CellMapType &Outputs) const;
|
| H A D | HexagonConstPropagation.cpp | 688 CellMap Outputs; in visitNonBranch() local 693 for (auto &I : Outputs) in visitNonBranch() 717 if (!Outputs.has(DefR.Reg)) in visitNonBranch() 1871 CellMap &Outputs); 1876 CellMap &Outputs); 1878 CellMap &Outputs); 1880 CellMap &Outputs); 1882 CellMap &Outputs); 1884 CellMap &Outputs); 2764 Outputs.update(DefR.Reg, RC); in evaluateHexExt() [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;
|
| /freebsd-13.1/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 | 41 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs) in Command() argument 47 for (const auto &II : Outputs) in Command() 364 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs) in CC1Command() argument 366 Outputs) { in CC1Command() 422 ArrayRef<InputInfo> Outputs) in ForceSuccessCommand() argument 424 Inputs, Outputs) {} in ForceSuccessCommand()
|
| /freebsd-13.1/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 | 68 == Child nodes: Outputs ==
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 581 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() argument 614 CE->findInputsOutputs(PremappedInputs, Outputs, SinkCands); in getCodeExtractorArguments() 739 for (Value *Output : Outputs) { in findExtractedOutputToOverallOutputMapping() 786 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local 789 Outputs); in findAddInputsOutputs() 1517 ArrayRef<Value *> Outputs, in updateOutputMapping() argument 1536 if (OutputMappings.find(Outputs[OutputIdx.getValue()]) == in updateOutputMapping() 1539 << *Outputs[OutputIdx.getValue()] << "\n"); in updateOutputMapping() 1550 SetVector<Value *> ArgInputs, Outputs, SinkCands; in extractSection() local 1551 Region.CE->findInputsOutputs(ArgInputs, Outputs, SinkCands); in extractSection() [all …]
|
| H A D | HotColdSplitting.cpp | 360 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local 361 CE.findInputsOutputs(Inputs, Outputs, Sinks); in extractColdRegion() 364 getOutliningPenalty(Region, Inputs.size(), Outputs.size()); in extractColdRegion()
|
| H A D | PartialInlining.cpp | 1159 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 169 ArrayRef<InputInfo> Outputs = None); 232 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs = None); 251 ArrayRef<InputInfo> Outputs = None);
|
| H A D | Tool.h | 87 const InputInfoList &Outputs,
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | x509.pod | 181 Outputs the certificate's SubjectPublicKeyInfo block in PEM format. 190 Outputs the certificate serial number. 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. 241 Outputs the OCSP responder address(es) if any. [all …]
|
| H A D | crl.pod | 79 Outputs the "hash" of the CRL issuer name using the older algorithm
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 166 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 241 ArrayRef<Value *> Outputs, LoadInst *LI);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,sci-intr.yaml | 23 | Inputs Outputs |
|
| 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-13.1/share/examples/BSD_daemon/ |
| H A D | README | 61 An example of how to use the stuff above. Outputs a simple
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 149 const InputInfoList &Outputs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 294 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() local 301 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | dm814x-clocks.dtsi | 6 * "2.6.11 Connected Outputs of DPLLJ". Only clkout is
|