Searched refs:getElementPtrType (Results 1 – 6 of 6) sorted by relevance
313 LLVM::LLVMPointerType getElementPtrType();523 Type getElementPtrType(MemRefType type) const;
154 loc, getElementPtrType(memref_type), allocated_byte_ptr); in CreateMemRefDescriptor()
676 LLVM::LLVMPointerType MemRefDescriptor::getElementPtrType() { in getElementPtrType() function in MemRefDescriptor1079 LLVM::LLVMType elementPtrType = memRefDescriptor.getElementPtrType(); in getStridedElementPtr()1100 Type ConvertToLLVMPattern::getElementPtrType(MemRefType type) const { in getElementPtrType() function in ConvertToLLVMPattern1147 Type elementPtrType = getElementPtrType(memRefType); in getMemRefDescriptorSizes()2056 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer()2138 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer()2167 auto elementPtrType = this->getElementPtrType(allocaOp.getType()); in allocateBuffer()3732 getIntPtrType(memRefDescriptor.getElementPtrType().getAddressSpace()); in matchAndRewrite()
186 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getBasePtr()213 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getIndexedPtrs()1170 Type llvmTargetElementTy = desc.getElementPtrType(); in matchAndRewrite()
367 Type elementPtrType = this->getElementPtrType(memRefType); in matchAndRewrite()
903 static Type getElementPtrType(Type type, ValueRange indices, Location baseLoc) { in getElementPtrType() function956 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()997 auto resultType = getElementPtrType( in parseAccessChainOp()1016 auto resultType = getElementPtrType(accessChainOp.base_ptr().getType(), in verify()