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.cpp102 …[](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.GetGraph()->GetPassManager()->Finalize… in Run()
149 …Runner.AddCallbackOnFail([fatalOnErr]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunRegAllocAndCodeGenPass()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp191 taskRunner.AddCallbackOnSuccess([]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
194 taskRunner.AddCallbackOnFail([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
219 static bool CheckCompilation(CheckCompilationArgs &&args, CompilerContext<RUNNER_MODE> &compilerCtx) in CheckCompilation()
289 taskRunner.AddFinalize([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
304 arch](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
311 [](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.cpp925 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()
780 …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()