Searched refs:iCreateCreatearraywithbuffer (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arrays/ |
| D | create_array_dynamic.cpp | 62 auto *inst = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in TEST_F()
|
| /arkcompiler/runtime_core/libabckit/tests/wrong_mode_tests/ |
| D | wrong_mode_tests_IsaApiDynamicImpl_0.cpp | 322 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/ |
| D | null_args_tests_IsaApiDynamicImpl_0.cpp | 326 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/ |
| D | ld_dynamic.cpp | 209 auto *createarraywithbuffer = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in TEST_F()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/ |
| D | apply_dynamic.cpp | 65 auto *createarraywithbuffer = g_dynG->iCreateCreatearraywithbuffer(graph, litArr); in __anon0f0f2c480302()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/ |
| D | router_table_test.cpp | 79 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
|
| /arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/ |
| D | router_table_test.cpp | 143 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/ |
| D | router_table_test.cpp | 142 auto *createArrayWithBuffer = g_dynG->iCreateCreatearraywithbuffer(ctxG, litArr); in TransformMethod()
|
| /arkcompiler/runtime_core/libabckit/include/c/isa/ |
| D | isa_dynamic.h | 777 … AbckitInst *(*iCreateCreatearraywithbuffer)(AbckitGraph *graph, AbckitLiteralArray *literalArray); member
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | dynamic_isa_impl.h | 435 …AbckitInst *inst = conf->cDynapi_->iCreateCreatearraywithbuffer(graph_.GetResource(), literalArray… in CreateCreatearraywithbuffer()
|