Home
last modified time | relevance | path

Searched refs:libc_benchmarks (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp15 using llvm::libc_benchmarks::BzeroConfiguration;
16 using llvm::libc_benchmarks::ComparisonSetup;
17 using llvm::libc_benchmarks::CopySetup;
18 using llvm::libc_benchmarks::MemcmpOrBcmpConfiguration;
19 using llvm::libc_benchmarks::MemcpyConfiguration;
20 using llvm::libc_benchmarks::MemmoveConfiguration;
21 using llvm::libc_benchmarks::MemorySizeDistribution;
22 using llvm::libc_benchmarks::MemsetConfiguration;
23 using llvm::libc_benchmarks::MoveSetup;
24 using llvm::libc_benchmarks::OffsetDistribution;
[all …]
H A DLibcDefaultImplementations.cpp18 using llvm::libc_benchmarks::BzeroConfiguration;
19 using llvm::libc_benchmarks::MemcmpOrBcmpConfiguration;
20 using llvm::libc_benchmarks::MemcpyConfiguration;
21 using llvm::libc_benchmarks::MemmoveConfiguration;
22 using llvm::libc_benchmarks::MemsetConfiguration;
H A DJSON.cpp28 namespace libc_benchmarks { namespace
75 static Error fromJson(const json::Value &V, libc_benchmarks::Duration &D) { in fromJson()
78 D = libc_benchmarks::Duration(*V.getAsNumber()); in fromJson()
101 libc_benchmarks::BenchmarkLog &Out) { in fromJson()
107 llvm::StringSwitch<Optional<libc_benchmarks::BenchmarkLog>>(String) in fromJson()
108 .Case("None", libc_benchmarks::BenchmarkLog::None) in fromJson()
109 .Case("Last", libc_benchmarks::BenchmarkLog::Last) in fromJson()
110 .Case("Full", libc_benchmarks::BenchmarkLog::Full) in fromJson()
174 libc_benchmarks::BenchmarkOptions &Out) { in fromJson()
189 libc_benchmarks::StudyConfiguration &Out) { in fromJson()
[all …]
H A DJSON.h17 namespace libc_benchmarks {
H A DMemorySizeDistributions.h23 namespace libc_benchmarks {
H A DLibcFunctionPrototypes.h7 namespace libc_benchmarks {
H A DLibcBenchmark.cpp14 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmarkMain.cpp36 namespace libc_benchmarks { namespace
279 llvm::libc_benchmarks::main(); in main()
H A DMemorySizeDistributions.cpp7 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmarkTest.cpp23 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmark.cpp17 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmark.h24 namespace libc_benchmarks {
H A DLibcBenchmarkTest.cpp27 namespace libc_benchmarks { namespace
H A DJSONTest.cpp23 namespace libc_benchmarks { namespace
H A DLibcBenchmark.h43 namespace libc_benchmarks {