/external/llvm-project/llvm/docs/Proposals/ |
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 …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-11-30-regpres-dbg.ll | 43 …= !DIFile(filename: "MultiSource/Benchmarks/Bullet/btCompoundCollisionAlgorithm.cpp", directory: "… 44 …= !DIFile(filename: "MultiSource/Benchmarks/Bullet/btCompoundCollisionAlgorithm.cpp", directory: "…
|
D | 2012-11-30-misched-dbg.ll | 81 !14 = !DIFile(filename: "MultiSource/Benchmarks/MiBench/consumer-typeset/z19.c", directory: "MultiS… 86 !19 = !DIFile(filename: "MultiSource/Benchmarks/MiBench/consumer-typeset/z19.c", directory: "MultiS… 139 !33 = !DIFile(filename: "SingleSource/Benchmarks/Shootout-C++/hash.cpp", directory: "SingleSource/B… 140 !34 = !DIFile(filename: "SingleSource/Benchmarks/Shootout-C++/hash.cpp", directory: "SingleSource/B…
|
D | 2012-11-30-handlemove-dbg.ll | 44 !5 = !DIFile(filename: "MultiSource/Benchmarks/Olden/bh/newbh.c", directory: "MultiSource/Benchmark… 47 !11 = !DIFile(filename: "MultiSource/Benchmarks/Olden/bh/newbh.c", directory: "MultiSource/Benchmar…
|
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…
|
/external/flatbuffers/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/ |
D | main.swift | 24 func createDocument(Benchmarks: [Benchmark]) -> String { in createDocument() 29 for i in Benchmarks { in createDocument() 72 print(createDocument(Benchmarks: benchmarks)) in benchmark()
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Benchmarks.cs | 12 namespace Benchmarks { namespace 34 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.BenchmarkDataset), global::Benchmarks.Benc… in BenchmarksReflection() 49 get { return global::Benchmarks.BenchmarksReflection.Descriptor.MessageTypes[0]; }
|
D | SerializationConfig.cs | 33 using Benchmarks; 41 namespace Google.Protobuf.Benchmarks
|
D | Program.cs | 35 namespace Google.Protobuf.Benchmarks
|
D | BenchmarkMessage1Proto3.cs | 12 namespace Benchmarks.Proto3 { 59 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1), global::Benchmarks… in BenchmarkMessage1Proto3Reflection() 60 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1SubMessage), global::… in BenchmarkMessage1Proto3Reflection() 75 …get { return global::Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection.Descriptor.MessageTypes[0… 516 private global::Benchmarks.Proto3.GoogleMessage1SubMessage field15_; 518 public global::Benchmarks.Proto3.GoogleMessage1SubMessage Field15 { 1108 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in MergeFrom() 1188 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in MergeFrom() 1323 …get { return global::Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection.Descriptor.MessageTypes[1…
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
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()
|
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()
|
/external/protobuf/csharp/src/ |
D | Google.Protobuf.sln | 15 …D3-BF4B-00C04F79EFBC}") = "Google.Protobuf.Benchmarks", "Google.Protobuf.Benchmarks\Google.Protobu…
|
/external/okhttp/okio/benchmarks/ |
D | README.md | 1 Okio Benchmarks 19 Benchmarks:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
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…
|
/external/flatbuffers/tests/FlatBuffers.Benchmarks/ |
D | Program.cs | 19 namespace FlatBuffers.Benchmarks
|
/external/opencensus-java/benchmarks/ |
D | README.md | 1 # OpenCensus Benchmarks
|
D | build.gradle | 1 description = 'OpenCensus Benchmarks'
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 273 std::vector<BenchmarkCode> Benchmarks; in generateSnippets() local 275 if (Benchmarks.size() >= MaxConfigsPerOpcode) in generateSnippets() 277 if (auto Err = Generator->generateConfigurations(Variant, Benchmarks, in generateSnippets() 281 return Benchmarks; in generateSnippets()
|
/external/okio/okio/jvm/jmh/ |
D | README.md | 1 Okio Benchmarks
|
/external/okhttp/benchmarks/ |
D | README.md | 1 OkHttp Benchmarks
|
/external/llvm/test/Transforms/LoopRotate/ |
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…
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetGeneratorTest.cpp | 362 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local 363 auto Err = Generator.generateConfigurations(&Instr, Benchmarks, in TEST_F() 417 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local 419 &Instr, Benchmarks, State.getRATC().emptyRegisters()); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/LoopRotate/ |
D | dbgvalue.ll | 128 …-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate/cj/D/projec… 145 …-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate/cj/D/projec…
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
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…
|