OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Benchmarks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp
67
BenchmarkFile("
benchmarks
-file",
167
"
benchmarks
may end up not being clustered into the same cluster "
275
std::vector<BenchmarkCode>
Benchmarks
;
277
if (
Benchmarks
.size() >= MaxConfigsPerOpcode)
279
if (auto Err = Generator->generateConfigurations(Variant,
Benchmarks
,
283
return
Benchmarks
;
397
ExitWithError("--
benchmarks
-file must be set");
410
// Read
benchmarks
.
417
errs() << "no
benchmarks
to analyze\n";
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp
357
std::vector<InstructionBenchmark>
Benchmarks
;
359
Benchmarks
.emplace_back();
360
yamlize(Yin,
Benchmarks
.back(), /*unused*/ true, Context);
367
return
Benchmarks
;
Completed in 23 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026