Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() function in panda::compiler::GraphComparatorTest
Dunit_test.h241 Graph *CreateGraph() in CreateGraph() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() function in ark::compiler::GraphComparatorTest
Dunit_test.h331 Graph *CreateGraph() in CreateGraph() function
Dinst_generator.cpp169 Graph *GraphCreator::CreateGraph() in CreateGraph() function in ark::compiler::GraphCreator
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dfunction_impl.h27 inline Graph Function::CreateGraph() const in CreateGraph() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dmetadata_inspect_static.cpp151 static AbckitGraph *CreateGraph(AbckitCoreFunction *function, AbckitIrInterface *irInterface, in CreateGraph() function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp772 llvm::Expected<compiler::Graph *> LLVMAotCompiler::CreateGraph(ArenaAllocator &allocator, in CreateGraph() function in ark::llvmbackend::LLVMAotCompiler