Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp102 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode(
322 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()
325 for (InstructionBenchmark::RepetitionModeE RepMode : in benchmarkMain()
326 {InstructionBenchmark::RepetitionModeE::Duplicate, in benchmarkMain()
327 InstructionBenchmark::RepetitionModeE::Loop}) in benchmarkMain()
/llvm-project-15.0.7/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.cpp119 SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode, in Create()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp41 void TestCommon(InstructionBenchmark::RepetitionModeE RepetitionMode) { in TestCommon()