Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp306 TypePointerInst *Module::getPointerType(StorageClass storage, in getPointerType()
346 size_t Module::getSize(TypePointerInst *) { in getSize() argument
802 TypePointerInst *GlobalSection::getPointerType(StorageClass storage, in getPointerType()
804 return findOrCreate<TypePointerInst>( in getPointerType()
805 [=](TypePointerInst *type) -> bool { in getPointerType()
809 [=]() -> TypePointerInst * { in getPointerType()
881 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy); in getInvocationId()
900 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy); in getNumWorkgroups()
Dmodule.h160 TypePointerInst *getPointerType(StorageClass storage,
186 size_t getSize(TypePointerInst *ptrTy);
415 TypePointerInst *getPointerType(StorageClass storage,
Dmodule_test.cpp103 EXPECT_EQ(10, countEntity<TypePointerInst>(m)); in TEST_F()
Dbuilder_test.cpp179 EXPECT_EQ(5, countEntity<TypePointerInst>(m)); in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp175 TypePointerInst *PtrTy = in AddWrapper()
243 TypePointerInst *StructPtrTy = in DecorateGlobalBuffer()
244 static_cast<TypePointerInst *>(bufferVar->mResultType.mInstruction); in DecorateGlobalBuffer()
346 void visit(TypePointerInst *inst) override { in visit()