Home
last modified time | relevance | path

Searched defs:sourceShape (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp338 assert(sourceShape.size() == readShape.size() && "expected same ranks."); in createReadOrMaskedRead() local
/llvm-project/mlir/lib/Dialect/Mesh/Transforms/
H A DSpmdization.cpp251 SmallVector<int64_t> targetShape = llvm::to_vector(sourceShape.getShape()); in allGatherResultShapeInUnsplitLastAxis() argument
377 allToAllResultShapeInMoveLastAxis(ShapedType sourceShape,int64_t splitCount,int64_t sourceTensorAxis,int64_t targetTensorAxis) allToAllResultShapeInMoveLastAxis() argument
/llvm-project/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp32 mlir::getReassociationIndicesForCollapse(ArrayRef<int64_t> sourceShape, in getReassociationIndicesForCollapse() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp602 ArrayRef<int64_t> sourceShape = padOp.getSourceType().getShape(); matchAndRewrite() local
H A DVectorization.cpp1578 ArrayRef<int64_t> sourceShape = unpackTensorType.getShape(); vectorizeAsTensorUnpackOp() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp2298 ArrayRef<int64_t> sourceShape = sourceType.getShape(); populateMap() local
2340 ArrayRef<int64_t> sourceShape = sourceType.getShape(); createNewOperandWithStaticSizes() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp2193 auto sourceShape = sourceTensorType.getShape(); rankReduceIfNeeded() local
3697 areAllInBound(ArrayRef<int64_t> sourceShape,ArrayRef<int64_t> limitShape) areAllInBound() argument
3970 getPackOpResultTypeShape(ArrayRef<int64_t> sourceShape,ArrayRef<int64_t> innerTileSizes,ArrayRef<int64_t> innerDimsPos,ArrayRef<int64_t> outerDimsPerm) getPackOpResultTypeShape() argument
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp3097 auto sourceShape = sourceMemrefType.getShape(); rankReduceIfNeeded() local
3134 ArrayRef<int64_t> sourceShape = subViewOp.getSourceType().getShape(); isTrivialSubViewOp() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3032 auto sourceShape = sourceVectorType.getShape(); verify() local
3686 ArrayRef<int64_t> sourceShape = sourceVecTy.getShape(); matchAndRewrite() local
5206 auto sourceShape = sourceVectorType.getShape(); verifyVectorShapeCast() local
[all...]