Home
last modified time | relevance | path

Searched refs:Benchmarks (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/llvm/docs/Proposals/
H A DTestSuite.rst30 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 DSnippetGenerator.cpp42 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 DBenchmarkResult.cpp357 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 DSnippetGenerator.h65 std::vector<BenchmarkCode> &Benchmarks,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2010-07-06-DbgCrash.ll9 …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 Dregalloc-reconcile-broken-hints.ll7 ; SingleSource/Benchmarks/McGill/chomp.c
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp282 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 DSnippetGeneratorTest.cpp337 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 Ddbgvalue.ll127 …-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 Ddebug-value.ll41 !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 DTestingLibcxx.rst118 Benchmarks chapter
130 Building Benchmarks
158 Running Benchmarks
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md9 [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 Dpr28880.ll3 ; This testcase is reduced from SingleSource/Benchmarks/Misc/fbench.c
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dindex_from_unpredictable_loop.ll13 ; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
H A Dindex_from_unpredictable_loop2.ll13 ; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dtsc-s116.ll5 ; https://github.com/llvm/llvm-test-suite/commits/main/MultiSource/Benchmarks/TSVC/LoopRerolling-fl…
H A Dtsc-s352.ll7 ; https://github.com/llvm/llvm-test-suite/commits/main/MultiSource/Benchmarks/TSVC/LoopRerolling-fl…
H A Dmatmul.ll7 ; 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 DCMakeLists.txt13 set(CMAKE_FOLDER "${CMAKE_FOLDER}/Benchmarks")
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dadd-expr-pointer-operand-sorting.ll4 ; Reduced from test-suite/MultiSource/Benchmarks/MiBench/office-ispell/correct.c
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteGuide.md129 ### Benchmarks subsection
279 SingleSour.../Benchmarks/Linpack/linpack-pc 5.16 4.30 -16.5%
H A DTestSuiteMakefileGuide.rst166 % cd llvm/projects/test-suite/MultiSource/Benchmarks # or some other level
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsub-cmp-peephole.ll72 ; Test case from MultiSource/Benchmarks/Ptrdist/bc/number.s
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dudiv.ll9 ; original code. This comes from SingleSource/Benchmarks/Shootout/sieve.c.
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dbitcast-vector-fold.ll85 ; from MultiSource/Benchmarks/Bullet

12