Lines Matching defs:state
25 static void SpMMBenchmark(benchmark::State& state, in SpMMBenchmark()
163 static void spmm80_4x1__neonfma(benchmark::State& state, const char* net) { in spmm80_4x1__neonfma()
166 static void spmm80_4x2__neonfma(benchmark::State& state, const char* net) { in spmm80_4x2__neonfma()
169 static void spmm80_4x4__neonfma(benchmark::State& state, const char* net) { in spmm80_4x4__neonfma()
173 static void spmm80_8x1__neonfma(benchmark::State& state, const char* net) { in spmm80_8x1__neonfma()
177 static void spmm80_8x2__neonfma(benchmark::State& state, const char* net) { in spmm80_8x2__neonfma()
181 static void spmm80_8x4__neonfma(benchmark::State& state, const char* net) { in spmm80_8x4__neonfma()
185 static void spmm80_12x1__neonfma(benchmark::State& state, const char* net) { in spmm80_12x1__neonfma()
189 static void spmm80_12x2__neonfma(benchmark::State& state, const char* net) { in spmm80_12x2__neonfma()
193 static void spmm80_12x4__neonfma(benchmark::State& state, const char* net) { in spmm80_12x4__neonfma()
197 static void spmm80_16x1__neonfma(benchmark::State& state, const char* net) { in spmm80_16x1__neonfma()
201 static void spmm80_16x2__neonfma(benchmark::State& state, const char* net) { in spmm80_16x2__neonfma()
205 static void spmm80_16x4__neonfma(benchmark::State& state, const char* net) { in spmm80_16x4__neonfma()
209 static void spmm80_4x1__neonfma_unroll2(benchmark::State& state, const char* net) { in spmm80_4x1__neonfma_unroll2()
213 static void spmm80_8x1__neonfma_unroll2(benchmark::State& state, const char* net) { in spmm80_8x1__neonfma_unroll2()
217 static void spmm80_16x1__neonfma_unroll2(benchmark::State& state, const char* net) { in spmm80_16x1__neonfma_unroll2()
221 static void spmm80_4x1__neonfma_pipelined(benchmark::State& state, const char* net) { in spmm80_4x1__neonfma_pipelined()
225 static void spmm80_8x1__neonfma_pipelined(benchmark::State& state, const char* net) { in spmm80_8x1__neonfma_pipelined()
229 static void spmm80_16x1__neonfma_pipelined(benchmark::State& state, const char* net) { in spmm80_16x1__neonfma_pipelined()
258 static void spmm80_8x1__sse(benchmark::State& state, const char* net) { in spmm80_8x1__sse()
270 static void spmm80_2x1__scalar(benchmark::State& state, const char* net) { in spmm80_2x1__scalar()
274 static void spmm80_4x1__scalar(benchmark::State& state, const char* net) { in spmm80_4x1__scalar()
278 static void spmm80_8x1__scalar(benchmark::State& state, const char* net) { in spmm80_8x1__scalar()
282 static void spmm80_8x2__scalar(benchmark::State& state, const char* net) { in spmm80_8x2__scalar()
286 static void spmm80_8x4__scalar(benchmark::State& state, const char* net) { in spmm80_8x4__scalar()
290 static void spmm80_1x1__scalar_pipelined(benchmark::State& state, const char* net) { in spmm80_1x1__scalar_pipelined()
294 static void spmm80_2x1__scalar_pipelined(benchmark::State& state, const char* net) { in spmm80_2x1__scalar_pipelined()
298 static void spmm80_4x1__scalar_pipelined(benchmark::State& state, const char* net) { in spmm80_4x1__scalar_pipelined()
302 static void spmm80_8x1__scalar_pipelined(benchmark::State& state, const char* net) { in spmm80_8x1__scalar_pipelined()