Home
last modified time | relevance | path

Searched refs:Repetitions (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dreporter_output_test.cc427 BENCHMARK(BM_Repeat)->Repetitions(2);
486 BENCHMARK(BM_Repeat)->Repetitions(3);
555 BENCHMARK(BM_Repeat)->Repetitions(4);
640 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
657 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
708 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
759 ->Repetitions(3)
825 ->Repetitions(3)
956 ->Repetitions(3)
H A Dbenchmark_setup_teardown_test.cc105 ->Repetitions(1)
128 ->Repetitions(4);
H A Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
H A Ddisplay_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
H A Dbenchmark_name_gtest.cc43 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
H A Doptions_test.cc39 BENCHMARK(BM_basic)->Repetitions(3);
H A Duser_counters_thousands_test.cc28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
H A Drepetitions_test.cc13 BENCHMARK(BM_ExplicitRepetitions)->Repetitions(2);
H A Dbasic_test.cc133 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
H A Duser_counters_tabular_test.cc77 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc100 .def("repetitions", &Benchmark::Repetitions, in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc358 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3702 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local
3703 if (Repetitions < 0) in parseScalarInitializer()
3713 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()
3908 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local
3909 if (Repetitions < 0) in parseRealInstList()
3919 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()
4270 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local
4271 if (Repetitions < 0) in parseStructInstList()
4281 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1014 Benchmark* Repetitions(int n);
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md981 `Repetitions` on the registered benchmark object. When a benchmark is run more
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7550 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local
7555 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()