Searched refs:getElementPtrType (Results 1 – 9 of 9) sorted by relevance
99 Type elementPtrType = memRefDescriptor.getElementPtrType(); in getStridedElementPtr()113 Type ConvertToLLVMPattern::getElementPtrType(MemRefType type) const { in getElementPtrType() function in ConvertToLLVMPattern164 Type elementPtrType = getElementPtrType(memRefType); in getMemRefDescriptorSizes()
191 LLVM::LLVMPointerType MemRefDescriptor::getElementPtrType() { in getElementPtrType() function in MemRefDescriptor
80 Type getElementPtrType(MemRefType type) const;
86 LLVM::LLVMPointerType getElementPtrType();
117 auto ptrType = descriptor.getElementPtrType(); in matchAndRewrite()
467 Type elementPtrType = this->getElementPtrType(memRefType); in matchAndRewrite()812 Type elementPtrType = getElementPtrType(memRefType); in matchAndRewrite()
973 static Type getElementPtrType(Type type, ValueRange indices, Location baseLoc) { in getElementPtrType() function1026 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()1067 auto resultType = getElementPtrType( in parse()1089 auto resultType = getElementPtrType(accessChainOp.base_ptr().getType(), in verifyAccessChain()4405 auto resultType = getElementPtrType( in parsePtrAccessChainOpImpl()4430 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()4456 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()
72 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer()169 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer()205 auto elementPtrType = this->getElementPtrType(allocaOp.getType()); in allocateBuffer()294 getIntPtrType(memRefDescriptor.getElementPtrType().getAddressSpace()); in matchAndRewrite()
108 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getIndexedPtrs()958 Type llvmTargetElementTy = desc.getElementPtrType(); in matchAndRewrite()