| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | register_benchmark_test.cc | 13 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() 18 std::vector<Run> all_runs_; 29 typedef benchmark::BenchmarkReporter::Run Run; typedef 31 void CheckRun(Run const& run) const { in CheckRun() 139 typedef benchmark::BenchmarkReporter::Run Run; in RunTestOne() typedef 142 for (Run const& run : test_reporter.all_runs_) { in RunTestOne() 168 typedef benchmark::BenchmarkReporter::Run Run; in RunTestTwo() typedef 171 for (Run const& run : test_reporter.all_runs_) { in RunTestTwo()
|
| H A D | skip_with_error_test.cc | 17 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns() 25 mutable std::vector<Run> all_runs_; 33 typedef benchmark::BenchmarkReporter::Run Run; typedef 35 void CheckRun(Run const& run) const { in CheckRun() 185 typedef benchmark::BenchmarkReporter::Run Run; in main() typedef 188 for (Run const& run : test_reporter.all_runs_) { in main()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | complexity.cc | 157 std::vector<BenchmarkReporter::Run> ComputeBigO( in ComputeBigO() 158 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() 159 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef 160 std::vector<Run> results; in ComputeBigO() 170 for (const Run& run : reports) { in ComputeBigO() 194 Run big_o; in ComputeBigO() 198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO() 200 big_o.repetition_index = Run::no_repetition_index; in ComputeBigO() 219 Run rms; in ComputeBigO() 223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO() [all …]
|
| H A D | statistics.cc | 87 std::vector<BenchmarkReporter::Run> ComputeStats( in ComputeStats() 88 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() 89 typedef BenchmarkReporter::Run Run; in ComputeStats() typedef 90 std::vector<Run> results; in ComputeStats() 94 [](Run const& run) { return run.error_occurred; }); in ComputeStats() 117 for (Run const& r : reports) { in ComputeStats() 131 for (Run const& run : reports) { in ComputeStats() 159 Run data; in ComputeStats() 163 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats() 166 data.repetition_index = Run::no_repetition_index; in ComputeStats()
|
| H A D | console_reporter.cc | 55 void ConsoleReporter::PrintHeader(const Run& run) { in PrintHeader() 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() 115 void ConsoleReporter::PrintRunData(const Run& result) { in PrintRunData() 145 } else if (result.run_type != Run::RT_Aggregate || in PrintRunData() 166 if (result.run_type == Run::RT_Aggregate && in PrintRunData()
|
| H A D | json_reporter.cc | 201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() 228 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() 239 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData() 241 case BenchmarkReporter::Run::RT_Aggregate: in PrintRunData() 247 if (run.run_type != BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData() 252 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData() 270 if (run.run_type != Run::RT_Aggregate || in PrintRunData()
|
| H A D | reporter.cc | 94 std::string BenchmarkReporter::Run::benchmark_name() const { in benchmark_name() 102 double BenchmarkReporter::Run::GetAdjustedRealTime() const { in GetAdjustedRealTime() 108 double BenchmarkReporter::Run::GetAdjustedCPUTime() const { in GetAdjustedCPUTime()
|
| H A D | complexity.h | 30 std::vector<BenchmarkReporter::Run> ComputeBigO( 31 const std::vector<BenchmarkReporter::Run>& reports);
|
| H A D | statistics.h | 28 std::vector<BenchmarkReporter::Run> ComputeStats( 29 const std::vector<BenchmarkReporter::Run>& reports);
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/reduced/ |
| H A D | register_benchmark_test.ll | 76 …Run, std::allocator<benchmark::BenchmarkReporter::Run> >::_Vector_impl.64.250.343.436.529.622.808.… 77 …Run, std::allocator<benchmark::BenchmarkReporter::Run> >::_Vector_impl_data.63.249.342.435.528.621… 865 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 871 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 904 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 907 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 1030 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 1036 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 1039 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… 1114 …Run.62.248.341.434.527.620.806.899.992.1457.1736.2015.2294.2852.3410.3503.3596.3689.3782.3875.4154… [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | MainLoopTest.cpp | 80 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 97 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 119 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 146 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 167 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 178 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 201 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 224 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 237 ASSERT_TRUE(loop.Run().Success()); in TEST_F() 245 ASSERT_TRUE(loop.Run().Success()); in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | swapcontext_test.cpp | 53 int Run(int arg, int mode, char *child_stack) { in Run() function 81 ret += Run(argc - 1, 0, stack); in main() 84 ret += Run(argc - 1, 1, stack); in main() 88 ret += Run(argc - 1, 0, heap); in main() 91 ret += Run(argc - 1, 1, heap); in main()
|
| H A D | swapcontext_annotation.cpp | 117 int Run(int arg, int mode, char *child_stack) { in Run() function 228 ret += Run(argc - 1, 0, stack); in main() 231 ret += Run(argc - 1, 1, stack); in main() 234 ret += Run(argc - 1, 2, stack); in main() 239 ret += Run(argc - 1, 0, heap); in main() 240 ret += Run(argc - 1, 1, heap); in main() 241 ret += Run(argc - 1, 2, heap); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | OutOfProcessFuzzTarget.cpp | 51 static std::string *Run, *IN, *COV; variable 66 Run = new std::string("SANCOV_OUT=" + *COV + " " + TargetEnv + " " + *IN); in Initialize() 67 fprintf(stderr, "libFuzzer: OOP command: %s\n", Run->c_str()); in Initialize() 80 system(Run->c_str()); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_lzw_test.cpp | 20 void Run(size_t n, Generator gen) { in Run() function 45 this->Run(sz, [&] { return v; }); in TYPED_TEST() 57 this->Run(sz, [&v] { return v++; }); in TYPED_TEST() 69 this->Run(sz, [&] { return v++ % i; }); in TYPED_TEST() 80 this->Run(sz, [&] { in TYPED_TEST()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 115 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local 116 const auto &Lines = UnwrappedLines[Run]; in process() 117 LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in process() 131 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in process()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 135 struct Run { struct 136 Run() = default; 137 explicit Run(uint32_t Block) : Block(Block) {} in Run() function 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns() 145 std::vector<Run> Runs; in computeBlockRuns() 155 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() 230 Run FoundRun; in formatMsfStreamData()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | folding.cpp | 18 static void Run() { (..., Test::template Run<T>()); } in Run() function 23 template <typename T> static void Run() { in Run() function 81 RunOnTypes<TestGetScalarConstantValue, AllIntrinsicTypes>::Run(); in main()
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | ReservoirSamplerTest.cpp | 36 for (int Run = 0; Run < 3; ++Run) { in TEST() local
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | LibcTest.h | 137 virtual void Run() = 0; 255 void Run() override; \ 260 template <typename T> void SuiteName##_##TestName<T>::Run() 275 void Run() override; \ 280 template <typename T> void SuiteClass##_##TestName<T>::Run() 288 void Run() override; \ 292 void SuiteName##_##TestName::Run() 301 void Run() override; \ 305 void SuiteClass##_##TestName::Run()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | global_index.m | 2 // Run without global module index 5 // Run and create the global module index 8 // Run and use the global module index
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | DeltaAlgorithmTest.cpp | 79 EXPECT_EQ(fixed_set(3, 3, 5, 7), FDA.Run(range(20))); in TEST() 84 EXPECT_EQ(range(10,20), FDA.Run(range(10,20))); in TEST() 94 EXPECT_EQ(range(4), FDA.Run(range(4))); in TEST()
|
| H A D | DAGDeltaAlgorithmTest.cpp | 71 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps)); in TEST() 90 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps)); in TEST() 99 EXPECT_EQ(fixed_set(2, 0, 4), FDA3.Run(range(5), Deps)); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Background.h | 72 explicit Task(std::function<void()> Run) : Run(std::move(Run)) {} in Task() 74 std::function<void()> Run; member
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1091 virtual void Run(State& state) = 0; 1154 virtual void Run(State& st) BENCHMARK_OVERRIDE; 1215 virtual void Run(State& st) BENCHMARK_OVERRIDE { in Run() function 1523 struct Run { struct 1527 Run() in Run() argument 1608 std::vector<BenchmarkReporter::Run> Runs; argument 1630 virtual void ReportRuns(const std::vector<Run>& report) = 0; 1684 virtual void PrintRunData(const Run& report); 1685 virtual void PrintHeader(const Run& report); 1701 void PrintRunData(const Run& report); [all …]
|