Searched defs:Runner (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocPriorityAdvisor.cpp | 109 MLModelRunner *const Runner; global() member in llvm::MLPriorityAdvisor 155 std::unique_ptr<MLModelRunner> Runner; global() member in llvm::ReleaseModePriorityAdvisorAnalysis 180 DevelopmentModePriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner,Logger * Log) DevelopmentModePriorityAdvisor() argument 271 std::unique_ptr<MLModelRunner> Runner; global() member in llvm::DevelopmentModePriorityAdvisorAnalysis 288 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument [all...] |
H A D | MLRegAllocEvictAdvisor.cpp | 255 resetInputs(MLModelRunner & Runner) resetInputs() argument 349 MLModelRunner *const Runner; global() member in __anonfc18a55b0111::MLEvictAdvisor 411 std::unique_ptr<MLModelRunner> Runner; global() member in __anonfc18a55b0111::ReleaseModeEvictionAdvisorAnalysis 432 DevelopmentModeEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops,Logger * Log) DevelopmentModeEvictAdvisor() argument 550 std::unique_ptr<MLModelRunner> Runner; global() member in __anonfc18a55b0111::DevelopmentModeEvictionAdvisorAnalysis 570 MLEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops) MLEvictAdvisor() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 324 callWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,FnT && OnComplete,ArrayRef<char> ArgBuffer) callWrapperAsync() argument 361 callSPSWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 404 std::unique_ptr<MLModelRunner> Runner; local
|
H A D | MLInlineAdvisor.cpp | 126 MLInlineAdvisor(Module & M,ModuleAnalysisManager & MAM,std::unique_ptr<MLModelRunner> Runner,std::function<bool (CallBase &)> GetDefaultAdvice) MLInlineAdvisor() argument
|