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.cpp104 …[](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.GetGraph()->GetPassManager()->Finalize… in Run()
151 …Runner.AddCallbackOnFail([fatalOnErr]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunRegAllocAndCodeGenPass()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp192 taskRunner.AddCallbackOnSuccess([]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
195 taskRunner.AddCallbackOnFail([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()
220 static bool CheckCompilation(CheckCompilationArgs &&args, CompilerContext<RUNNER_MODE> &compilerCtx) in CheckCompilation()
290 taskRunner.AddFinalize([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
305 arch](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()
312 [](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.cpp72 auto &compilerCtx = taskRunner.GetContext(); in BackgroundCompileMethod() local
Dcompiler.cpp985 taskRunner.AddFinalize([](compiler::CompilerContext<RUNNER_MODE> &compilerCtx) { in StartCompileMethod()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp69 … [&success]([[maybe_unused]] compiler::InPlaceCompilerContext &compilerCtx) { success = false; }); in Compile()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp883 … [&graph = ctx->graph](InPlaceCompilerContext &compilerCtx) { graph = compilerCtx.GetGraph(); }); in CompileInGraph()
886 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in CompileInGraph()
975 …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()