Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp101 …[](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.GetGraph()->GetPassManager()->Finalize… in Run()
148 …Runner.AddCallbackOnFail([fatalOnErr]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunRegAllocAndCodeGenPass()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp173 taskRunner.AddCallbackOnSuccess([]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
176 taskRunner.AddCallbackOnFail([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
192 CompilerContext<RUNNER_MODE> &compilerCtx) in CheckCompilation()
252 taskRunner.AddFinalize([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
267 arch](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
273 [](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.SetCompilationStatus(false); }); in JITCompileMethod()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp74 auto &compilerCtx = taskRunner.GetContext(); in InPlaceCompileMethod() local
Dcompiler_task_manager_worker.cpp73 auto &compilerCtx = taskRunner.GetContext(); in BackgroundCompileMethod() local
Dcompiler.cpp920 taskRunner.AddFinalize([](compiler::CompilerContext<RUNNER_MODE> &compilerCtx) { in StartCompileMethod()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp68 … [&success]([[maybe_unused]] compiler::InPlaceCompilerContext &compilerCtx) { success = false; }); in Compile()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp688 … [&graph = ctx->graph](InPlaceCompilerContext &compilerCtx) { graph = compilerCtx.GetGraph(); }); in CompileInGraph()
691 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in CompileInGraph()
779 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in RunOptimizations()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1037 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()
1088 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()