Searched refs:Uops (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenExegesis.inc | 107 X86PfmCounterNames[35], // Uops counter 114 X86PfmCounterNames[13], // Uops counter 120 X86PfmCounterNames[13], // Uops counter 126 X86PfmCounterNames[32], // Uops counter 132 X86PfmCounterNames[13], // Uops counter 138 X86PfmCounterNames[13], // Uops counter 144 X86PfmCounterNames[35], // Uops counter 151 X86PfmCounterNames[13], // Uops counter 165 X86PfmCounterNames[32], // Uops counter 171 X86PfmCounterNames[34], // Uops counter [all …]
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Target.cpp | 63 case InstructionBenchmark::Uops: in createSnippetGenerator() 90 case InstructionBenchmark::Uops: in createBenchmarkRunner()
|
D | UopsBenchmarkRunner.h | 25 : BenchmarkRunner(State, InstructionBenchmark::Uops) {} in UopsBenchmarkRunner()
|
D | BenchmarkResult.h | 62 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enumerator
|
D | SchedClassResolution.cpp | 280 } else if (Mode == InstructionBenchmark::Uops) { in getAsPoint()
|
D | Clustering.cpp | 374 case InstructionBenchmark::Uops: in validate()
|
D | BenchmarkResult.cpp | 239 Io.enumCase(Value, "uops", exegesis::InstructionBenchmark::Uops); in enumeration()
|
D | Analysis.cpp | 283 case InstructionBenchmark::Uops: in printPointHtml()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 19 // Uops | Latency from register | Uops - resource requirements - latency
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 18 // Uops | Latency from register | Uops - resource requirements - latency
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 18 // Uops | Latency from register | Uops - resource requirements - latency
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 79 clEnumValN(exegesis::InstructionBenchmark::Uops, "uops",
|