Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp615 AffineMap lhsMap = contractOp.getIndexingMapsArray()[0]; in matchAndRewrite() local
618 getReductionIndex(lhsMap, contractOp.getIteratorTypes()); in matchAndRewrite()
633 numParallelDims - (lhsMap.getNumResults() - lhsReductionDims.size()); in matchAndRewrite()
648 getDimPosition(lhsMap, accMap.getDimPosition(i)); in matchAndRewrite()
1388 auto lhsMap = op.getIndexingMapsArray()[0]; in matchAndRewrite() local
1389 if (lhsMap == AffineMap::get(3, 0, {k, m}, ctx)) in matchAndRewrite()
1391 else if (lhsMap != AffineMap::get(3, 0, {m, k}, ctx)) in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp680 AffineMap lhsMap = op.getIndexingMapsArray()[0]; in verifyOutputShape() local
682 if (getUnusedDimsBitVector({lhsMap, rhsMap}).any()) in verifyOutputShape()
685 SmallVector<AffineExpr, 4> extents(lhsMap.getNumInputs()); in verifyOutputShape()
687 {std::make_pair(lhsType, lhsMap), std::make_pair(rhsType, rhsMap)}) { in verifyOutputShape()