| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 30 Benchmarks chapter 79 OpenMP 4.x SIMD Benchmarks 107 Parboil Benchmarks 120 MultiSource/Benchmarks/Rodinia. Benchmarks still missing are: 150 NAS Parallel Benchmarks 180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available. 190 CORAL-2 Benchmarks 195 MultiSource/Benchmarks/DOE-ProxyApps-C and 196 MultiSource/Benchmarks/DOE-ProxyApps-C++. 218 http://www.nwchem-sw.org/index.php/Benchmarks [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetGenerator.cpp | 42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations() argument 72 Benchmarks.reserve(Benchmarks.size() + Templates.size()); in generateConfigurations() 88 Benchmarks.emplace_back(std::move(BC)); in generateConfigurations() 89 if (Benchmarks.size() >= Opts.MaxConfigsPerOpcode) { in generateConfigurations()
|
| H A D | BenchmarkResult.cpp | 357 std::vector<InstructionBenchmark> Benchmarks; in readYamls() local 359 Benchmarks.emplace_back(); in readYamls() 360 yamlize(Yin, Benchmarks.back(), /*unused*/ true, Context); in readYamls() 367 return Benchmarks; in readYamls()
|
| H A D | SnippetGenerator.h | 65 std::vector<BenchmarkCode> &Benchmarks,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-07-06-DbgCrash.ll | 9 …ame: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-s… 25 …ame: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-s…
|
| H A D | regalloc-reconcile-broken-hints.ll | 7 ; SingleSource/Benchmarks/McGill/chomp.c
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 282 std::vector<BenchmarkCode> Benchmarks; in generateSnippets() local 284 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets() 286 if (auto Err = Generator->generateConfigurations(Variant, Benchmarks, in generateSnippets() 290 return Benchmarks; in generateSnippets()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/ |
| H A D | SnippetGeneratorTest.cpp | 337 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local 338 auto Err = Generator.generateConfigurations(&Instr, Benchmarks, in TEST_F() 415 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local 417 &Instr, Benchmarks, State.getRATC().emptyRegisters()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/ |
| H A D | dbgvalue.ll | 127 …-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate/cj/D/projec… 144 …-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate/cj/D/projec…
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | debug-value.ll | 41 !1 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/Coyot… 64 !25 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/Coyo…
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | TestingLibcxx.rst | 118 Benchmarks chapter 130 Building Benchmarks 158 Running Benchmarks
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 9 [Running Benchmarks](#running-benchmarks) 11 [Running a Subset of Benchmarks](#running-a-subset-of-benchmarks) 29 [Templated Benchmarks](#templated-benchmarks) 35 [Multithreaded Benchmarks](#multithreaded-benchmarks) 153 ## Running Benchmarks 155 Benchmarks are executed by running the produced binaries. Benchmarks binaries, 165 ## Running a Subset of Benchmarks 501 ## Templated Benchmarks 752 ## Multithreaded Benchmarks 972 …Reporting the Mean, Median and Standard Deviation / Coefficient of variation of Repeated Benchmarks
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | pr28880.ll | 3 ; This testcase is reduced from SingleSource/Benchmarks/Misc/fbench.c
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | index_from_unpredictable_loop.ll | 13 ; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
|
| H A D | index_from_unpredictable_loop2.ll | 13 ; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/ |
| H A D | tsc-s116.ll | 5 ; https://github.com/llvm/llvm-test-suite/commits/main/MultiSource/Benchmarks/TSVC/LoopRerolling-fl…
|
| H A D | tsc-s352.ll | 7 ; https://github.com/llvm/llvm-test-suite/commits/main/MultiSource/Benchmarks/TSVC/LoopRerolling-fl…
|
| H A D | matmul.ll | 7 ; https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 13 set(CMAKE_FOLDER "${CMAKE_FOLDER}/Benchmarks")
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | add-expr-pointer-operand-sorting.ll | 4 ; Reduced from test-suite/MultiSource/Benchmarks/MiBench/office-ispell/correct.c
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteGuide.md | 129 ### Benchmarks subsection 279 SingleSour.../Benchmarks/Linpack/linpack-pc 5.16 4.30 -16.5%
|
| H A D | TestSuiteMakefileGuide.rst | 166 % cd llvm/projects/test-suite/MultiSource/Benchmarks # or some other level
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | sub-cmp-peephole.ll | 72 ; Test case from MultiSource/Benchmarks/Ptrdist/bc/number.s
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | udiv.ll | 9 ; original code. This comes from SingleSource/Benchmarks/Shootout/sieve.c.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | bitcast-vector-fold.ll | 85 ; from MultiSource/Benchmarks/Bullet
|