Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp139 InstructionBenchmark InstrBenchmark; in runConfiguration() local
140 InstrBenchmark.Mode = Mode; in runConfiguration()
141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration()
142 InstrBenchmark.LLVMTriple = in runConfiguration()
144 InstrBenchmark.NumRepetitions = NumRepetitions; in runConfiguration()
145 InstrBenchmark.Info = BC.Info; in runConfiguration()
149 InstrBenchmark.Key = BC.Key; in runConfiguration()
165 ClearBenchmarkOnReturn CBOR(&InstrBenchmark); in runConfiguration()
185 llvm::append_range(InstrBenchmark.AssembledSnippet, FnBytes); in runConfiguration()
191 Repetitor->Repeat(Instructions, InstrBenchmark.NumRepetitions); in runConfiguration()
[all …]