Home
last modified time | relevance | path

Searched refs:Repetitor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp42 const auto Repetitor = SnippetRepetitor::Create(RepetitionMode, State); in TestCommon() local
45 const auto Fill = Repetitor->Repeat(Instructions, kMinInstructions); in TestCommon()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp167 for (const std::unique_ptr<const SnippetRepetitor> &Repetitor : Repetitors) { in runConfiguration() local
178 Repetitor->Repeat(Instructions, kMinInstructionsForSnippet), in runConfiguration()
193 Repetitor->Repeat(Instructions, InstrBenchmark.NumRepetitions); in runConfiguration()
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp325 const std::unique_ptr<const SnippetRepetitor> &Repetitor) { in benchmarkMain() argument
326 AllReservedRegs |= Repetitor->getReservedRegs(); in benchmarkMain()