Home
last modified time | relevance | path

Searched defs:Runner (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp36 template <typename SetupType, typename ConfigurationType> struct Runner { struct
37 Runner(benchmark::State &S, llvm::ArrayRef<ConfigurationType> Configurations) in Runner() argument
51 ~Runner() { in ~Runner() argument
82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \ argument
/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp110 MLModelRunner *const Runner; member in llvm::MLPriorityAdvisor
156 std::unique_ptr<MLModelRunner> Runner; member in llvm::ReleaseModePriorityAdvisorAnalysis
181 MLModelRunner *Runner, Logge in DevelopmentModePriorityAdvisor() argument
272 std::unique_ptr<MLModelRunner> Runner; global() member in llvm::DevelopmentModePriorityAdvisorAnalysis
289 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument
[all...]
H A DMLRegAllocEvictAdvisor.cpp256 resetInputs(MLModelRunner & Runner) resetInputs() argument
350 MLModelRunner *const Runner; global() member in __anon5815b77c0111::MLEvictAdvisor
412 std::unique_ptr<MLModelRunner> Runner; global() member in __anon5815b77c0111::ReleaseModeEvictionAdvisorAnalysis
433 DevelopmentModeEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops,Logger * Log) DevelopmentModeEvictAdvisor() argument
551 std::unique_ptr<MLModelRunner> Runner; global() member in __anon5815b77c0111::DevelopmentModeEvictionAdvisorAnalysis
571 MLEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops) MLEvictAdvisor() argument
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DThreadCrashReporterTests.cpp33 AsyncTaskRunner Runner; in TEST() local
/llvm-project/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp387 runBenchmarkConfigurations(const LLVMState & State,ArrayRef<BenchmarkCode> Configurations,ArrayRef<std::unique_ptr<const SnippetRepetitor>> Repetitors,const BenchmarkRunner & Runner) runBenchmarkConfigurations() argument
492 const std::unique_ptr<BenchmarkRunner> Runner = benchmarkMain() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h342 callWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,FnT && OnComplete,ArrayRef<char> ArgBuffer) callWrapperAsync() argument
379 callSPSWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp404 std::unique_ptr<MLModelRunner> Runner; local
H A DMLInlineAdvisor.cpp141 std::unique_ptr<MLModelRunner> Runner, in MLInlineAdvisor() argument