| /llvm-project-15.0.7/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() 1212 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() 1865 CellMap &Outputs); 1870 CellMap &Outputs); 1872 CellMap &Outputs); 1874 CellMap &Outputs); 1876 CellMap &Outputs); 1878 CellMap &Outputs); 2758 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;
|
| /llvm-project-15.0.7/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() 424 ArrayRef<InputInfo> Outputs) in ForceSuccessCommand() argument 426 Inputs, Outputs) {} in ForceSuccessCommand()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CodeExtractorTest.cpp | 115 SetVector<Value *> Inputs, Outputs; in TEST() local 116 Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs); in TEST() 123 EXPECT_EQ(Outputs.size(), 1u); in TEST() 126 EXPECT_EQ(Outputs[0], OutputVal); in TEST() 497 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in TEST() local 500 CE.findInputsOutputs(Inputs, Outputs, SinkingCands); in TEST() 501 EXPECT_EQ(Outputs.size(), 0U); in TEST() 543 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in TEST() local 546 CE.findInputsOutputs(Inputs, Outputs, SinkingCands); in TEST() 550 Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/opt-viewer/ |
| H A D | filter.test | 6 RUN: diff %p/Outputs/filter/index.html %t/index.html 7 RUN: diff %p/Outputs/filter/basic_or.h.html %t/basic_or.h.html 8 RUN: diff %p/Outputs/filter/basic_or.c.html %t/basic_or.c.html
|
| H A D | basic.test | 6 RUN: diff %p/Outputs/basic/index.html %t/index.html 7 RUN: diff %p/Outputs/basic/basic_or.h.html %t/basic_or.h.html 8 RUN: diff %p/Outputs/basic/basic_or.c.html %t/basic_or.c.html
|
| H A D | suppress.test | 2 RUN: diff %p/Outputs/suppress/index.html %t/index.html 3 RUN: diff %p/Outputs/suppress/s.swift.html %t/s.swift.html
|
| H A D | unicode-function-name.test | 2 RUN: diff %p/Outputs/unicode-function-name/index.html %t/index.html 3 RUN: diff %p/Outputs/unicode-function-name/s.swift.html %t/s.swift.html
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Job.h | 169 ArrayRef<InputInfo> Outputs = None); 238 ArrayRef<InputInfo> Inputs, ArrayRef<InputInfo> Outputs = None); 257 ArrayRef<InputInfo> Outputs = None);
|
| H A D | Tool.h | 88 const InputInfoList &Outputs,
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 167 ValueSet &Inputs, ValueSet &Outputs); 193 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 891 CE->findInputsOutputs(PremappedInputs, Outputs, SinkCands); in getCodeExtractorArguments() 1113 Outputs.insert(&PN); in analyzeExitPHIsForOutputUses() 1308 for (Value *Output : Outputs) { in findExtractedOutputToOverallOutputMapping() 1395 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local 1398 Outputs); in findAddInputsOutputs() 1409 findExtractedOutputToOverallOutputMapping(Region, Outputs); in findAddInputsOutputs() 2683 << *Outputs[OutputIdx.value()] << "\n"); in updateOutputMapping() 2688 << *Outputs[OutputIdx.value()] << "\n"); in updateOutputMapping() 2694 SetVector<Value *> ArgInputs, Outputs, SinkCands; in extractSection() local 2700 Region.CE->extractCodeRegion(CEAC, ArgInputs, Outputs); in extractSection() [all …]
|
| H A D | HotColdSplitting.cpp | 348 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local 349 CE.findInputsOutputs(Inputs, Outputs, Sinks); in extractColdRegion() 352 getOutliningPenalty(Region, Inputs.size(), Outputs.size()); in extractColdRegion()
|
| H A D | PartialInlining.cpp | 1156 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local 1167 CE.findInputsOutputs(Inputs, Outputs, Sinks); in doMultiRegionFunctionOutlining() 1171 dbgs() << "outputs: " << Outputs.size() << "\n"; in doMultiRegionFunctionOutlining() 1174 for (Value *output : Outputs) in doMultiRegionFunctionOutlining() 1179 if (Outputs.size() > 0 && !ForceLiveExit) in doMultiRegionFunctionOutlining()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 294 ArrayRef<Value *> Outputs, LoadInst *LI);
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | yaml2obj.rst | 11 Outputs the binary to stdout.
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 154 const InputInfoList &Outputs,
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-remark-size-diff.rst | 53 Output file for the report. Outputs to stdout by default.
|
| /llvm-project-15.0.7/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() 1628 ValueSet Inputs, Outputs; in extractCodeRegion() local 1629 return extractCodeRegion(CEAC, Inputs, Outputs); in extractCodeRegion()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 290 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() local 297 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo()
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 170 Outputs shorter than the default length of 32 bytes (256 bits) provide
|