Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp41 void TestCommon(InstructionBenchmark::RepetitionModeE RepetitionMode) { in TestCommon() argument
42 const auto Repetitor = SnippetRepetitor::Create(RepetitionMode, State); in TestCommon()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp101 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode( variable
313 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()
314 Repetitors.emplace_back(SnippetRepetitor::Create(RepetitionMode, State)); in benchmarkMain()