Home
last modified time | relevance | path

Searched refs:CompilerTaskRunner (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp90 void Pipeline::Run(CompilerTaskRunner<RUNNER_MODE> taskRunner) in Run()
110 taskRunner.SetTaskOnSuccess([](CompilerTaskRunner<RUNNER_MODE> nextRunner) { in Run()
114 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), success); in Run()
123 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in Run()
131 void Pipeline::RunRegAllocAndCodeGenPass(CompilerTaskRunner<RUNNER_MODE> taskRunner) in RunRegAllocAndCodeGenPass()
142 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in RunRegAllocAndCodeGenPass()
147 taskRunner.SetTaskOnSuccess([fatalOnErr](CompilerTaskRunner<RUNNER_MODE> nextRunner) { in RunRegAllocAndCodeGenPass()
154 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(nextRunner), success); in RunRegAllocAndCodeGenPass()
160 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), success); in RunRegAllocAndCodeGenPass()
271 template void Pipeline::Run<BACKGROUND_MODE>(CompilerTaskRunner<BACKGROUND_MODE>);
[all …]
Dpipeline.h47 static void Run(CompilerTaskRunner<RUNNER_MODE> taskRunner);
53 static void RunRegAllocAndCodeGenPass(CompilerTaskRunner<RUNNER_MODE> taskRunner);
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp168 static void RunOptimizations(CompilerTaskRunner<RUNNER_MODE> taskRunner, JITStats *jitStats) in RunOptimizations()
232 JITStats *jitStats, CompilerTaskRunner<RUNNER_MODE> taskRunner) in JITCompileMethod()
244 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in JITCompileMethod()
279 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER… in CompileInGraph()
292 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in CompileInGraph()
304 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in CompileInGraph()
308 taskRunner.SetTaskOnSuccess([jitStats](CompilerTaskRunner<RUNNER_MODE> nextRunner) { in CompileInGraph()
320 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), success); in CompileInGraph()
324 CompilerTaskRunner<BACKGROUND_MODE>);
326 CompilerTaskRunner<INPLACE_MODE>);
[all …]
Dcompile_method.h69 JITStats *jitStats, CompilerTaskRunner<RUNNER_MODE> taskRunner);
71 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER…
Dcompiler_task_runner.h34 using CompilerTaskRunner = variable
Doptimizer_run.h28 inline void RunOptimizations(CompilerTaskRunner<RUNNER_MODE> taskRunner) in RunOptimizations()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp886 void Compiler::CompileMethodLocked(compiler::CompilerTaskRunner<RUNNER_MODE> taskRunner) in CompileMethodLocked()
893 void Compiler::StartCompileMethod(compiler::CompilerTaskRunner<RUNNER_MODE> taskRunner) in StartCompileMethod()
903 compiler::CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), false); in StartCompileMethod()
1014 compiler::CompilerTaskRunner<compiler::BACKGROUND_MODE>);
1016 compiler::CompilerTaskRunner<compiler::INPLACE_MODE>);
1018 compiler::CompilerTaskRunner<compiler::BACKGROUND_MODE>);
1020 compiler::CompilerTaskRunner<compiler::INPLACE_MODE>);
Dcompiler.h704 void CompileMethodLocked(compiler::CompilerTaskRunner<RUNNER_MODE> taskRunner);
708 void StartCompileMethod(compiler::CompilerTaskRunner<RUNNER_MODE> taskRunner);