Home
last modified time | relevance | path

Searched refs:getElementPtrType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h313 LLVM::LLVMPointerType getElementPtrType();
523 Type getElementPtrType(MemRefType type) const;
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc154 loc, getElementPtrType(memref_type), allocated_byte_ptr); in CreateMemRefDescriptor()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp676 LLVM::LLVMPointerType MemRefDescriptor::getElementPtrType() { in getElementPtrType() function in MemRefDescriptor
1079 LLVM::LLVMType elementPtrType = memRefDescriptor.getElementPtrType(); in getStridedElementPtr()
1100 Type ConvertToLLVMPattern::getElementPtrType(MemRefType type) const { in getElementPtrType() function in ConvertToLLVMPattern
1147 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()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp186 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getBasePtr()
213 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getIndexedPtrs()
1170 Type llvmTargetElementTy = desc.getElementPtrType(); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp367 Type elementPtrType = this->getElementPtrType(memRefType); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp903 static Type getElementPtrType(Type type, ValueRange indices, Location baseLoc) { in getElementPtrType() function
956 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()