Lines Matching refs:InstructionBenchmark
56 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createSnippetGenerator()
59 case InstructionBenchmark::Unknown: in createSnippetGenerator()
61 case InstructionBenchmark::Latency: in createSnippetGenerator()
63 case InstructionBenchmark::Uops: in createSnippetGenerator()
64 case InstructionBenchmark::InverseThroughput: in createSnippetGenerator()
72 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createBenchmarkRunner()
73 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createBenchmarkRunner()
76 case InstructionBenchmark::Unknown: in createBenchmarkRunner()
78 case InstructionBenchmark::Latency: in createBenchmarkRunner()
79 case InstructionBenchmark::InverseThroughput: in createBenchmarkRunner()
81 const char *ModeName = Mode == InstructionBenchmark::Latency in createBenchmarkRunner()
90 case InstructionBenchmark::Uops: in createBenchmarkRunner()
110 const LLVMState &State, InstructionBenchmark::ModeE Mode, in createLatencyBenchmarkRunner()
111 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createLatencyBenchmarkRunner()
117 InstructionBenchmark::ResultAggregationModeE /*unused*/) const { in createUopsBenchmarkRunner()