Home
last modified time | relevance | path

Searched refs:Uops (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DTarget.cpp63 case InstructionBenchmark::Uops: in createSnippetGenerator()
90 case InstructionBenchmark::Uops: in createBenchmarkRunner()
H A DUopsBenchmarkRunner.h25 : BenchmarkRunner(State, InstructionBenchmark::Uops) {} in UopsBenchmarkRunner()
H A DBenchmarkResult.h62 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enumerator
H A DSchedClassResolution.cpp280 } else if (Mode == InstructionBenchmark::Uops) { in getAsPoint()
H A DClustering.cpp388 case InstructionBenchmark::Uops: in validate()
H A DBenchmarkResult.cpp239 Io.enumCase(Value, "uops", exegesis::InstructionBenchmark::Uops); in enumeration()
H A DAnalysis.cpp289 case InstructionBenchmark::Uops: in printPointHtml()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSchedule.td18 // Uops | Latency from register | Uops - resource requirements - latency
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp80 clEnumValN(exegesis::InstructionBenchmark::Uops, "uops",