Home
last modified time | relevance | path

Searched refs:destVectorType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1248 auto destVectorType = op.getDestVectorType(); in verify() local
1249 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1255 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1259 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1265 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1436 auto destVectorType = op.getDestVectorType(); in verify() local
1439 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1445 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1450 auto destShape = destVectorType.getShape(); in verify()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp863 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
864 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
885 auto oneDVectorType = destVectorType; in matchAndRewrite()
887 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()