Home
last modified time | relevance | path

Searched refs:PopulateLoadStoreArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.h65 void PopulateLoadStoreArray(Graph *graph, Inst *inst, DataType::Type type, int32_t n);
Dinst_generator.cpp293 void GraphCreator::PopulateLoadStoreArray(Graph *graph, Inst *inst, DataType::Type type, [[maybe_un… in PopulateLoadStoreArray() function in ark::compiler::GraphCreator
484 PopulateLoadStoreArray(graph, inst, type, n); in PopulateGraph()