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()97 auto resultNDVectoryTy = resultTypeInfo.llvmNDVectorTy; in handleMultidimensionalVectors()126 auto llvmNDVectorTy = operands[0].getType(); in vectorOneToOneRewrite() local127 if (!llvmNDVectorTy.isa<LLVM::LLVMArrayType>()) in vectorOneToOneRewrite()
23 Type llvmNDVectorTy; member
1246 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite() local1248 if (!llvmNDVectorTy || !llvm1DVectorTy) in matchAndRewrite()1252 Value desc = rewriter.create<LLVM::UndefOp>(loc, llvmNDVectorTy); in matchAndRewrite()1272 desc = rewriter.create<LLVM::InsertValueOp>(loc, llvmNDVectorTy, desc, v, in matchAndRewrite()