Home
last modified time | relevance | path

Searched refs:iCreateCreatearraywithbuffer (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arrays/
Dcreate_array_dynamic.cpp62 auto *inst = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/wrong_mode_tests/
Dwrong_mode_tests_IsaApiDynamicImpl_0.cpp322 TEST_F(LibAbcKitWrongModeTestsIsaApiDynamicImpl0, iCreateCreatearraywithbuffer) in TEST_F() argument
324 helpers_mode::TestMode(g_isaApiDynamicImp->iCreateCreatearraywithbuffer, true); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_IsaApiDynamicImpl_0.cpp326 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreatearraywithbuffer) in TEST_F() argument
328 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreatearraywithbuffer); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/
Dld_dynamic.cpp209 auto *createarraywithbuffer = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/
Dapply_dynamic.cpp65 auto *createarraywithbuffer = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in __anon0f0f2c480302()
/arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/
Drouter_table_test.cpp79 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
/arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/
Drouter_table_test.cpp143 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/
Drouter_table_test.cpp142 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h777 … AbckitInst *(*iCreateCreatearraywithbuffer)(AbckitGraph *graph, AbckitLiteralArray *literalArray); member
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa_impl.h435 …AbckitInst *inst = conf->cDynapi_->iCreateCreatearraywithbuffer(graph_.GetResource(), literalArray… in CreateCreatearraywithbuffer()