Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/VectorOps/
H A DVectorOps.cpp802 auto destVectorType = op.getDestVectorType(); in verify() local
809 static_cast<unsigned>(destVectorType.getRank()))) in verify()
819 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
907 VectorType sourceVectorType, destVectorType; in parseInsertStridedSliceOp() local
913 parser.parseKeywordType("into", destVectorType) || in parseInsertStridedSliceOp()
915 parser.resolveOperand(dest, destVectorType, result.operands) || in parseInsertStridedSliceOp()
916 parser.addTypeToList(destVectorType, result.types)); in parseInsertStridedSliceOp()
1013 auto destVectorType = op.getDestVectorType(); in verify() local
1016 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1022 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp453 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
454 auto llvmResultType = lowering.convertType(destVectorType); in matchAndRewrite()
475 auto oneDVectorType = destVectorType; in matchAndRewrite()
477 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp986 auto destVectorType = op.getDestVectorType(); in verify() local
987 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
993 static_cast<unsigned>(destVectorType.getRank()))) in verify()
997 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1003 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1142 auto destVectorType = op.getDestVectorType(); in verify() local
1145 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1151 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1156 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp555 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
556 auto llvmResultType = typeConverter.convertType(destVectorType); in matchAndRewrite()
577 auto oneDVectorType = destVectorType; in matchAndRewrite()
579 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp707 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
708 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
736 auto oneDVectorType = destVectorType; in matchAndRewrite()
738 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1203 auto destVectorType = op.getDestVectorType(); in verify() local
1204 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1210 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1214 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1220 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1384 auto destVectorType = op.getDestVectorType(); in verify() local
1387 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1393 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1398 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1264 auto destVectorType = op.getDestVectorType(); in verify() local
1265 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1271 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1275 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1281 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1452 auto destVectorType = op.getDestVectorType(); in verify() local
1455 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1461 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1466 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1264 auto destVectorType = op.getDestVectorType(); in verify() local
1265 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1271 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1275 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1281 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1452 auto destVectorType = op.getDestVectorType(); in verify() local
1455 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1461 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1466 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp716 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
717 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
745 auto oneDVectorType = destVectorType; in matchAndRewrite()
747 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp716 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
717 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
745 auto oneDVectorType = destVectorType; in matchAndRewrite()
747 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp716 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
717 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
745 auto oneDVectorType = destVectorType; in matchAndRewrite()
747 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1512 auto destVectorType = op.getDestVectorType(); in verify() local
1513 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1519 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1523 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1529 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1714 auto destVectorType = op.getDestVectorType(); in verify() local
1717 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1723 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1728 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1512 auto destVectorType = op.getDestVectorType(); in verify() local
1513 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1519 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1523 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1529 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1714 auto destVectorType = op.getDestVectorType(); in verify() local
1717 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1723 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1728 auto destShape = destVectorType.getShape(); in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1512 auto destVectorType = op.getDestVectorType();
1513 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank()))
1519 static_cast<unsigned>(destVectorType.getRank())))
1523 static_cast<unsigned>(destVectorType.getRank())))
1529 attr.getInt() >= destVectorType.getDimSize(en.index()))
1714 auto destVectorType = op.getDestVectorType();
1717 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank()))
1723 if (sourceVectorType.getRank() > destVectorType.getRank())
1728 auto destShape = destVectorType.getShape();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp809 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
810 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
831 auto oneDVectorType = destVectorType; in matchAndRewrite()
833 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp809 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
810 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
831 auto oneDVectorType = destVectorType; in matchAndRewrite()
833 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1563 auto destVectorType = op.getDestVectorType(); in verify() local
1564 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1570 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1574 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1580 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
1765 auto destVectorType = op.getDestVectorType(); in verify() local
1768 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
1774 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
1779 auto destShape = destVectorType.getShape(); in verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp873 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
874 auto llvmResultType = typeConverter.convertType(destVectorType); in matchAndRewrite()
895 auto oneDVectorType = destVectorType; in matchAndRewrite()
897 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()