/llvm-project/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() argument 51 ~Runner() { in ~Runner() argument 82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \ argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocPriorityAdvisor.cpp | 110 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 D | MLRegAllocEvictAdvisor.cpp | 256 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 D | ThreadCrashReporterTests.cpp | 33 AsyncTaskRunner Runner; in TEST() local
|
/llvm-project/llvm/tools/llvm-exegesis/ |
H A D | llvm-exegesis.cpp | 387 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 D | ExecutorProcessControl.h | 342 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 D | DevelopmentModeInlineAdvisor.cpp | 404 std::unique_ptr<MLModelRunner> Runner; local
|
H A D | MLInlineAdvisor.cpp | 141 std::unique_ptr<MLModelRunner> Runner, in MLInlineAdvisor() argument
|