Home
last modified time | relevance | path

Searched refs:CreateEmptyFastpathGraph (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dadjust_arefs_test.cpp36 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in BuildGraphOneBlockContinuousChain()
74 Graph *graphEt = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
112 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in BuildGraphOneBlockBrokenChain()
150 Graph *graphEt = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
193 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in BuildGraphMultipleBlockContinuousChain()
241 Graph *graphEt = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
287 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in BuildGraphMultipleBlockBrokenChain()
337 Graph *graphEt = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
384 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in BuildGraphProcessIndex()
416 Graph *graphEt = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
[all …]
Dunit_test.h191 Graph *CreateEmptyFastpathGraph(Arch arch) const in CreateEmptyFastpathGraph() function
Dlowering_test.cpp2532 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
2540 auto graphExpected = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
2585 auto graph = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
2587 auto graphExpected = CreateEmptyFastpathGraph(RUNTIME_ARCH); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h131 Graph *CreateEmptyFastpathGraph(Arch arch) const in CreateEmptyFastpathGraph() function