Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DScheduleOrderedAssignments.h40 struct Run { struct
49 using Schedule = llvm::SmallVector<Run>; argument
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1387 void Run(State& st) BENCHMARK_OVERRIDE { lambda_(st); } in Run() function
1441 void Run(State& st) BENCHMARK_OVERRIDE { in Run() function
1781 struct BENCHMARK_EXPORT Run { struct
1783 enum RunType { RT_Iteration, RT_Aggregate }; argument
1785 Run() in Run() argument
1808 RunType run_type; argument
1809 std::string aggregate_name;
1810 StatisticUnit aggregate_unit;
1811 std::string report_label; // Empty if not set by benchmark.
1812 internal::Skipped skipped;
[all …]
/llvm-project/clang/test/Modules/
H A Dodr_hash-Friend.cpp88 void Run() { in Run() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp135 Run() = default; struct
137 Run__anonfbfe9bcc0311::Run Run() argument
138 Block__anonfbfe9bcc0311::Run global() argument
139 ByteLen__anonfbfe9bcc0311::Run global() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmerge-all-constants-references.cpp12 void Run() { in Run() function
/llvm-project/flang/unittests/Evaluate/
H A Dfolding.cpp18 static void Run() { (..., Test::template Run<T>()); } in Run() function
23 template <typename T> static void Run() { in Run() function
/llvm-project/clang/test/SemaCXX/
H A DPR20705.cpp7 static typename X<decltype(int)>::type Run(){}; // expected-error {{expected '('}} in __anonc70f135e0102() function
/llvm-project/third-party/benchmark/test/
H A Dregister_benchmark_test.cc29 typedef benchmark::BenchmarkReporter::Run Run; typedef
151 typedef benchmark::BenchmarkReporter::Run Run; in RunTestOne() typedef
180 typedef benchmark::BenchmarkReporter::Run Run; in RunTestTwo() typedef
H A Dtime_unit_gtest.cc12 void Run(State&) override {} in Run() function in benchmark::internal::__anon5b77605a0111::DummyBenchmark
H A Dskip_with_error_test.cc33 typedef benchmark::BenchmarkReporter::Run Run; typedef
188 typedef benchmark::BenchmarkReporter::Run Run; in main() typedef
/llvm-project/bolt/include/bolt/Rewrite/
H A DBinaryPassManager.h39 void registerPass(std::unique_ptr<BinaryFunctionPass> Pass, const bool Run) { in registerPass()
/llvm-project/compiler-rt/test/fuzzer/
H A DOutOfProcessFuzzTarget.cpp51 static std::string *Run, *IN, *COV; variable
/llvm-project/clang/test/FixIt/
H A Dtypo-location-bugs.cpp45 void Run() { in Run() function in PR20626::C
/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cpp12 void Run(int idx) { in Run() function
H A Dmini_bench_shared.cpp12 void Run(int idx) { in Run() function
/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h59 virtual Status Run() { llvm_unreachable("Not implemented"); } Run() function
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc92 State BenchmarkInstance::Run( in Run() function in benchmark::internal::BenchmarkInstance
/llvm-project/llvm/unittests/Analysis/
H A DMLModelRunnerTest.cpp72 void Run() override { R = A + B; } in Run() function in llvm::AdditionAOTModel
78 void Run() override { R = A - B; } in Run() function in llvm::DiffAOTModel
118 void Run() { getModel()->Run(); } in Run() function in llvm::ComposedAOTModel
/llvm-project/llvm/unittests/FuzzMutate/
H A DReservoirSamplerTest.cpp36 for (int Run = 0; Run < 3; ++Run) { in TEST() local
/llvm-project/llvm/utils/lit/lit/
H A Drun.py18 class Run(object): global() class
/llvm-project/lldb/source/Host/windows/
H A DMainLoopWindows.cpp112 Status MainLoopWindows::Run() { Run() function in MainLoopWindows
/llvm-project/lldb/examples/python/
H A Dperformance.py178 def Run(self, args): member in TestCase
398 def Run(self, args): member in TesterTestCase
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp301 DAGDeltaAlgorithmImpl::Run() { Run() function in DAGDeltaAlgorithmImpl
349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, Run() function in DAGDeltaAlgorithm
H A DDeltaAlgorithm.cpp102 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() function in DeltaAlgorithm
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_test.cpp51 int Run(int arg, int mode, char *child_stack) { in Run() function

123