Home
last modified time | relevance | path

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

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