Searched refs:Runner (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MLRegallocEvictAdvisor.cpp | 221 void resetInputs(MLModelRunner &Runner) { in resetInputs() argument 309 MLModelRunner *const Runner; member in __anon8d2f77590111::MLEvictAdvisor 351 if (!Runner) in getAdvisor() 450 if (!Runner) { in getAdvisor() 456 if (!Runner) { in getAdvisor() 485 std::unique_ptr<MLModelRunner> Runner; member in __anon8d2f77590111::DevelopmentModeEvictionAdvisorAnalysis 508 Runner(std::move(Runner)), MBFI(MBFI), Loops(Loops), in MLEvictAdvisor() 510 assert(this->Runner); in MLEvictAdvisor() 523 int64_t Ret = Runner->evaluate<int64_t>(); in tryFindEvictionCandidatePosition() 615 resetInputs(*Runner); in tryFindEvictionCandidate() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ThreadCrashReporterTests.cpp | 33 AsyncTaskRunner Runner; in TEST() local 35 Runner.runAsync("signal another thread", SignalCurrentThread); in TEST() 36 Runner.wait(); in TEST()
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryGoogleBenchmarkMain.cpp | 36 template <typename SetupType, typename ConfigurationType> struct Runner { struct 37 Runner(benchmark::State &S, llvm::ArrayRef<ConfigurationType> Configurations) in Runner() function 51 ~Runner() { in ~Runner() argument 82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \ argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 277 void callWrapperAsync(RunPolicyT &&Runner, ExecutorAddr WrapperFnAddr, in callWrapperAsync() argument 280 WrapperFnAddr, Runner(std::forward<FnT>(OnComplete)), ArgBuffer); in callWrapperAsync() 314 void callSPSWrapperAsync(RunPolicyT &&Runner, ExecutorAddr WrapperFnAddr, in callSPSWrapperAsync() argument 317 [this, WrapperFnAddr, Runner = std::move(Runner)] in callSPSWrapperAsync() 319 this->callWrapperAsync(std::move(Runner), WrapperFnAddr, in callSPSWrapperAsync()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 312 const std::unique_ptr<BenchmarkRunner> Runner = in benchmarkMain() local 315 if (!Runner) { in benchmarkMain() 374 InstructionBenchmark Result = ExitOnErr(Runner->runConfiguration( in benchmarkMain()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MLInlineAdvisor.cpp | 90 std::unique_ptr<MLModelRunner> Runner) in MLInlineAdvisor() argument 93 ModelRunner(std::move(Runner)), in MLInlineAdvisor()
|
| /llvm-project-15.0.7/mlir/utils/mbr/ |
| H A D | README.md | 1 # MBR - MLIR Benchmark Runner
|