Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp102 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode(
315 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()
318 for (InstructionBenchmark::RepetitionModeE RepMode : in benchmarkMain()
319 {InstructionBenchmark::RepetitionModeE::Duplicate, in benchmarkMain()
320 InstructionBenchmark::RepetitionModeE::Loop}) in benchmarkMain()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.h32 Create(InstructionBenchmark::RepetitionModeE Mode, const LLVMState &State);
H A DBenchmarkResult.h71 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enum
H A DSnippetRepetitor.cpp106 SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode, in Create()