/llvm-project/third-party/benchmark/test/ |
H A D | reporter_output_test.cc | 433 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 D | benchmark_setup_teardown_test.cc | 105 ->Repetitions(1) 128 ->Repetitions(4);
|
H A D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
H A D | display_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
|
H A D | benchmark_name_gtest.cc | 51 TEST(BenchmarkNameTest, Repetitions) { in TEST() argument
|
H A D | options_test.cc | 41 BENCHMARK(BM_basic)->Repetitions(3);
|
H A D | user_counters_thousands_test.cc | 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
|
H A D | repetitions_test.cc | 13 BENCHMARK(BM_ExplicitRepetitions)->Repetitions(2);
|
H A D | basic_test.cc | 134 BENCHMARK(BM_KeepRunningBatch)->Repetitions(1);
|
H A D | user_counters_tabular_test.cc | 80 BENCHMARK(BM_Counters_Tabular)->ThreadRange(1, 2)->Repetitions(2);
|
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/ |
H A D | benchmark.cc | 100 .def("repetitions", &Benchmark::Repetitions, in NB_MODULE()
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.cc | 374 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
/llvm-project/mlir/include/mlir/Dialect/OpenMP/ |
H A D | OpenMPOpBase.td | 125 // operation. Repetitions are skipped.
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 3685 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 D | tools.md | 208 benchmark/threads:1/process_time/real_time_pvalue 0.0000 0.0000 U Test, Repetitions: 27 …
|
H A D | user_guide.md | 1059 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1219 Benchmark* Repetitions(int n);
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5370 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...] |