Home
last modified time | relevance | path

Searched refs:TypeRuntimeArrayInst (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper_test.cpp59 EXPECT_EQ(1, countEntity<TypeRuntimeArrayInst>(gs)); in TEST_F()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp311 TypeRuntimeArrayInst *Module::getRuntimeArrayType(Instruction *elementType) { in getRuntimeArrayType()
815 TypeRuntimeArrayInst *
817 return findOrCreate<TypeRuntimeArrayInst>( in getRuntimeArrayType()
818 [=](TypeRuntimeArrayInst * /*type*/) -> bool { in getRuntimeArrayType() argument
822 [=]() -> TypeRuntimeArrayInst * { in getRuntimeArrayType()
Dmodule.h162 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
417 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
Dmodule_test.cpp104 EXPECT_EQ(1, countEntity<TypeRuntimeArrayInst>(m)); in TEST_F()
Dbuilder_test.cpp177 EXPECT_EQ(2, countEntity<TypeRuntimeArrayInst>(m)); in TEST()