Searched refs:vectorTypeInfo (Results 1 – 1 of 1) sorted by relevance
1613 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, typeConverter); in handleMultidimensionalVectors() local1614 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in handleMultidimensionalVectors()1616 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in handleMultidimensionalVectors()1621 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()3371 auto vectorTypeInfo = in matchAndRewrite() local3373 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()3374 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()3398 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()