Home
last modified time | relevance | path

Searched refs:nextDim (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp358 const int64_t nextDim = innerDim - 1; in getContiguousInnerDim() local
359 if (shape[nextDim] == ShapedType::kDynamicSize) in getContiguousInnerDim()
361 if (strides[nextDim] != innerSize) in getContiguousInnerDim()
363 innerSize *= shape[nextDim]; in getContiguousInnerDim()
364 innerDim = nextDim; in getContiguousInnerDim()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp949 unsigned nextDim = 0; in canonicalizePromotedSymbols() local
960 dimRemapping[i] = getAffineDimExpr(nextDim++, context); in canonicalizePromotedSymbols()
970 *mapOrSet = mapOrSet->replaceDimsAndSymbols(dimRemapping, {}, nextDim, in canonicalizePromotedSymbols()
1009 unsigned nextDim = 0; in canonicalizeMapOrSetAndOperands() local
1015 dimRemapping[i] = getAffineDimExpr(nextDim++, context); in canonicalizeMapOrSetAndOperands()
1051 nextDim, nextSym); in canonicalizeMapOrSetAndOperands()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1624 int64_t nextDim = 0; in verifyCollapsedShape() local
1631 if (expandedDim != nextDim++) in verifyCollapsedShape()
1673 } else if (nextDim != static_cast<int64_t>(expandedShape.size())) { in verifyCollapsedShape()
1678 << ") inconsistent with number of reassociation indices (" << nextDim in verifyCollapsedShape()