Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dreporter_output_test.cc433 BENCHMARK(BM_Repeat)->Repetitions(2);
492 BENCHMARK(BM_Repeat)->Repetitions(3);
561 BENCHMARK(BM_Repeat)->Repetitions(4);
646 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
663 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
714 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
765 ->Repetitions(3)
831 ->Repetitions(3)
962 ->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.cc51 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
H A Doptions_test.cc41 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.cc134 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
H A Duser_counters_tabular_test.cc80 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc100 .def("repetitions", &Benchmark::Repetitions, in NB_MODULE()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc374 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOpBase.td125 // operation. Repetitions are skipped.
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3685 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer()
3686 if (Repetitions < 0) in parseScalarInitializer() local
3696 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()
3891 const int64_t Repetitions = MCE->getValue(); in parseRealInstList()
3892 if (Repetitions < 0) in parseRealInstList() local
3902 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()
4252 const int64_t Repetitions = MCE->getValue(); in parseStructInstList()
4253 if (Repetitions < 0) in parseStructInstList() local
4263 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
/llvm-project/third-party/benchmark/docs/
H A Dtools.md208 benchmark/threads:1/process_time/real_time_pvalue 0.0000 0.0000 U Test, Repetitions: 27 …
H A Duser_guide.md1059 `Repetitions` on the registered benchmark object. When a benchmark is run more
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1219 Benchmark* Repetitions(int n);
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5370 unsigned Repetitions = 1u << (NumStages - 1); in getTargetShuffleMask()
5375 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in getTargetShuffleMask()
5176 unsigned Repetitions = 1u << (NumStages - 1); createPackShuffleMask() local
[all...]