Searched refs:llvmNDVectorTy (Results 1 – 3 of 3) sorted by relevance
23 info.llvmNDVectorTy = converter.convertType(vectorType); in extractNDVectorTypeInfo()24 if (!info.llvmNDVectorTy || !LLVM::isCompatibleType(info.llvmNDVectorTy)) { in extractNDVectorTypeInfo()25 info.llvmNDVectorTy = nullptr; in extractNDVectorTypeInfo()29 auto llvmTy = info.llvmNDVectorTy; in extractNDVectorTypeInfo()88 auto resultNDVectoryTy = resultTypeInfo.llvmNDVectorTy; in handleMultidimensionalVectors()117 auto llvmNDVectorTy = operands[0].getType(); in vectorOneToOneRewrite() local118 if (!isa<LLVM::LLVMArrayType>(llvmNDVectorTy)) in vectorOneToOneRewrite()
23 Type llvmNDVectorTy; member
289 auto llvmNDVectorTy = adaptor.getIndexVec().getType(); in matchAndRewrite() 291 if (!isa<LLVM::LLVMArrayType>(llvmNDVectorTy)) { in matchAndRewrite() 1730 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite() 1732 if (!llvmNDVectorTy || !llvm1DVectorTy) in matchAndRewrite() 1736 Value desc = rewriter.create<LLVM::UndefOp>(loc, llvmNDVectorTy);286 auto llvmNDVectorTy = adaptor.getIndexVec().getType(); matchAndRewrite() local 1704 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; matchAndRewrite() local