Home
last modified time | relevance | path

Searched defs:elementPtrType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp99 Type elementPtrType = memRefDescriptor.getElementPtrType(); in getStridedElementPtr() local
164 Type elementPtrType = getElementPtrType(memRefType); in getMemRefDescriptorSizes() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp467 Type elementPtrType = this->getElementPtrType(memRefType); in matchAndRewrite() local
812 Type elementPtrType = getElementPtrType(memRefType); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp72 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer() local
169 Type elementPtrType = this->getElementPtrType(memRefType); in allocateBuffer() local
205 auto elementPtrType = this->getElementPtrType(allocaOp.getType()); in allocateBuffer() local
665 Type elementPtrType = LLVM::LLVMPointerType::get(elementType, memSpace); in allocateBuffer() local