HomeSort by: relevance | last modified time | path
    Searched refs:BenchmarkCode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkCode.h 1 //===-- BenchmarkCode.h -----------------------------------------*- C++ -*-===//
21 struct BenchmarkCode {
SnippetFile.h 19 #include "BenchmarkCode.h"
29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
BenchmarkRunner.h 19 #include "BenchmarkCode.h"
43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
84 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
SnippetFile.cpp 28 // An MCStreamer that reads a BenchmarkCode definition from a file.
33 BenchmarkCode *Result)
113 BenchmarkCode *const Result;
120 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
131 BenchmarkCode Result;
177 return std::vector<BenchmarkCode>{std::move(Result)};
SnippetGenerator.h 19 #include "BenchmarkCode.h"
62 // Calls generateCodeTemplate and expands it into one or more BenchmarkCode.
64 std::vector<BenchmarkCode> &Benchmarks,
BenchmarkRunner.cpp 136 const BenchmarkCode &BC, unsigned NumRepetitions,
260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC,
SnippetGenerator.cpp 42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks,
74 // TODO: Generate as many BenchmarkCode as needed.
76 BenchmarkCode BC;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 249 static Expected<std::vector<BenchmarkCode>>
275 std::vector<BenchmarkCode> Benchmarks;
331 std::vector<BenchmarkCode> Configurations;
366 for (const BenchmarkCode &Conf : Configurations) {

Completed in 22 milliseconds