Searched refs:TryAddGraph (Results 1 – 8 of 8) sorted by relevance
39 virtual Expected<bool, std::string> TryAddGraph(ark::compiler::Graph *graph) = 0;
43 Expected<bool, std::string> TryAddGraph(ark::compiler::Graph *graph) override;
83 Expected<bool, std::string> TryAddGraph(compiler::Graph *graph) override;
90 Expected<bool, std::string> LLVMIrtocCompiler::TryAddGraph(compiler::Graph *graph) in TryAddGraph() function in ark::llvmbackend::LLVMIrtocCompiler
242 Expected<bool, std::string> LLVMAotCompiler::TryAddGraph(compiler::Graph *graph) in TryAddGraph() function in ark::llvmbackend::LLVMAotCompiler
63 auto res = llvm.TryAddGraph(graph); in GenerateOp()105 auto res = llvm.TryAddGraph(graph); in GenerateIntrinsic()
37 auto result = llvmAotCompiler_->TryAddGraph(ctx->graph); in TryLLVM()
148 auto result = llvmCompiler_->TryAddGraph(GetGraph()); in CompileByLLVM()