| /llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/ |
| H A D | ResultAnalyzerTest.cpp | 26 static constexpr Sample kSamples[] = { in TEST() 27 Sample{Id, SampleType::ITERATION, 4}, in TEST() 46 static constexpr Sample kSamples[] = {Sample{Id, SampleType::ITERATION, 4}, in TEST() 67 static constexpr Sample kSamples[] = { in TEST() 68 Sample{{Foo1, DistA}, SampleType::ITERATION, 1}, in TEST() 69 Sample{{Foo1, DistB}, SampleType::ITERATION, 2}, in TEST() 70 Sample{{Foo2, DistA}, SampleType::ITERATION, 3}, in TEST() 85 static constexpr Sample kSamples[] = { in TEST() 86 Sample{{Foo1, Dist}, SampleType::ITERATION, 1}, in TEST() 87 Sample{{Foo2, Dist}, SampleType::ITERATION, 2}, in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 272 UnwindState State(Sample, Binary); in unwind() 485 const PerfSample *Sample = Item.first.getPtr(); in unwindSamples() local 486 Unwinder.unwind(Sample, Item.second); in unwindSamples() 683 Sample->Linenum = TraceIt.getLineNumber(); in parseSample() 699 Sample->CallStack.clear(); in parseSample() 703 Sample->CallStack.front() = Sample->LBRStack[0].Target; in parseSample() 863 for (const LBREntry &LBR : Sample->LBRStack) { in computeCounterFromLBR() 887 if (extractLBRStack(TraceIt, Sample->LBRStack)) { in parseSample() 903 const PerfSample *Sample = Item.first.getPtr(); in generateUnsymbolizedProfile() local 904 computeCounterFromLBR(Sample, Item.second); in generateUnsymbolizedProfile() [all …]
|
| H A D | PerfReader.h | 268 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState() 269 : Binary(Binary), LBRStack(Sample->LBRStack), in UnwindState() 270 InstPtr(Binary, Sample->CallStack.front()) { in UnwindState() 271 initFrameTrie(Sample->CallStack); in UnwindState() 477 bool unwind(const PerfSample *Sample, uint64_t Repeat); 654 void computeCounterFromLBR(const PerfSample *Sample, uint64_t Repeat);
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 413 uint64_t PC = Sample.first; in writeAutoFDOData() 1303 HM.registerAddress(Sample.PC); in printLBRHeatMap() 1330 if (!Sample.LBR.empty()) { in printLBRHeatMap() 1406 ++BasicSamples[Sample.PC]; in parseBranchEvents() 1408 if (Sample.LBR.empty()) { in parseBranchEvents() 1413 NumEntries += Sample.LBR.size(); in parseBranchEvents() 1608 if (!Sample->PC) in parseBasicEvents() 1614 ++BasicSamples[Sample->PC]; in parseBasicEvents() 1690 uint64_t PC = Sample.PC; in processMemEvents() 1691 uint64_t Addr = Sample.Addr; in processMemEvents() [all …]
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | ResultAnalyzerMain.cpp | 62 bool fromJSON(const json::Value &V, Sample &Out, json::Path P) { in fromJSON() 84 std::vector<Sample> Samples; 128 std::vector<Sample> Samples; in Main() 138 llvm::erase_if(Samples, [&ValidDistributions](const Sample &S) { in Main()
|
| H A D | ResultAnalyzer.cpp | 107 std::vector<FunctionData> getThroughputs(ArrayRef<Sample> Samples) { in getThroughputs()
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/ |
| H A D | ResultAnalyzer.h | 88 struct Sample { struct 97 std::vector<FunctionData> getThroughputs(ArrayRef<Sample> Samples); argument
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | optimize-ivar-offset-load.m | 50 @interface Sample : SampleClass @end interface 52 @implementation Sample implementation
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 484 const SampleRecord &Sample = I->second; in writeSample() local 491 OS << Sample.getSamples(); in writeSample() 493 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() 555 const SampleRecord &Sample = I.second; in addNames() local 556 for (const auto &J : Sample.getCallTargets()) in addNames() 786 const SampleRecord &Sample = I.second; in writeBody() local 789 encodeULEB128(Sample.getSamples(), OS); in writeBody() 790 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody() 791 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody()
|
| H A D | SampleProf.cpp | 149 const SampleRecord &Sample) { in operator <<() argument 150 Sample.print(OS, 0); in operator <<()
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/Inputs/ |
| H A D | amdgpu-asanrtl.ll | 1 ; Sample code for amdgpu address sanitizer runtime.
|
| /llvm-project-15.0.7/llvm/examples/ModuleMaker/ |
| H A D | README.txt | 2 // ModuleMaker Sample project
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 161 for (const auto &Sample : Samples.getBodySamples()) { in addProfiledCalls() local 162 for (const auto &Target : Sample.second.getCallTargets()) { in addProfiledCalls()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataAggregator.h | 467 void dump(const PerfBranchSample &Sample) const; 468 void dump(const PerfMemSample &Sample) const;
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | IntegerPolyhedronTest.cpp | 24 enum class TestFunction { Sample, Empty }; enumerator 60 TestFunction fn = TestFunction::Sample) { in checkSample() 64 case TestFunction::Sample: in checkSample() 108 TestFunction fn = TestFunction::Sample) { in checkPermutationsSample()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 402 Sample = 0x40, enumerator 473 Sample = 17, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 481 if (e == static_cast<uint32_t>(ImageOperand::Sample)) in getImageOperandName() 483 if (e & static_cast<uint32_t>(ImageOperand::Sample)) { in getImageOperandName() 633 CASE(Decoration, Sample) in getDecorationName()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_sampled_mm_fusion.mlir | 86 // Sample the result with elements-wise multiplication with sparse matrix. 136 // Sample the result with elements-wise multiplication with sparse matrix.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | inline-act.ll | 3 ; Sample profile should have non-empty ACT passed to inliner
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/ |
| H A D | options.inc | 32 "selected for GWP-ASan sampling. Default is 5000. Sample rates "
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVImageOps.td | 48 | `"Sample"` | `"MinLod"` | `"MakeTexelAvailable"`
|
| /llvm-project-15.0.7/openmp/libomptarget/docs/ |
| H A D | declare_target_indirect.md | 101 # Sample implementation
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToUseInstrMappings.rst | 60 Sample Example
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1230 uint64_t Sample = L.second.getSamples(); in getFuncSampleStats() local 1231 FuncStats.SampleSum += Sample; in getFuncSampleStats() 1232 FuncStats.MaxSample = std::max(FuncStats.MaxSample, Sample); in getFuncSampleStats() 1233 if (Sample >= HotThreshold) in getFuncSampleStats()
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pm-thinlto-prelink-samplepgo-defaults.ll | 1 ; Validate ThinLTO prelink pipeline when we have Sample PGO
|