Searched refs:TypePointerInst (Results 1 – 5 of 5) sorted by relevance
306 TypePointerInst *Module::getPointerType(StorageClass storage, in getPointerType()346 size_t Module::getSize(TypePointerInst *) { in getSize() argument802 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()
160 TypePointerInst *getPointerType(StorageClass storage,186 size_t getSize(TypePointerInst *ptrTy);415 TypePointerInst *getPointerType(StorageClass storage,
103 EXPECT_EQ(10, countEntity<TypePointerInst>(m)); in TEST_F()
179 EXPECT_EQ(5, countEntity<TypePointerInst>(m)); in TEST()
175 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()