Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp101 static cl::opt<exegesis::InstructionBenchmark::RepetitionModeE> RepetitionMode(
313 if (RepetitionMode != InstructionBenchmark::RepetitionModeE::AggregateMin) in benchmarkMain()
316 for (InstructionBenchmark::RepetitionModeE RepMode : in benchmarkMain()
317 {InstructionBenchmark::RepetitionModeE::Duplicate, in benchmarkMain()
318 InstructionBenchmark::RepetitionModeE::Loop}) in benchmarkMain()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetRepetitor.h32 Create(InstructionBenchmark::RepetitionModeE Mode, const LLVMState &State);
DBenchmarkResult.h71 enum RepetitionModeE { Duplicate, Loop, AggregateMin }; enum
DSnippetRepetitor.cpp106 SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode, in Create()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp41 void TestCommon(InstructionBenchmark::RepetitionModeE RepetitionMode) { in TestCommon()