Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1261 AffineValueMap diff, thisMap, rhsMap; in operator ==() local
1263 rhs.getAccessMap(&rhsMap); in operator ==()
1264 AffineValueMap::difference(thisMap, rhsMap, &diff); in operator ==()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp616 AffineMap rhsMap = contractOp.getIndexingMapsArray()[1]; in matchAndRewrite() local
620 getReductionIndex(rhsMap, contractOp.getIteratorTypes()); in matchAndRewrite()
635 numParallelDims - (rhsMap.getNumResults() - rhsReductionDims.size()); in matchAndRewrite()
658 getDimPosition(rhsMap, accMap.getDimPosition(i)); in matchAndRewrite()
1396 auto rhsMap = op.getIndexingMapsArray()[1]; in matchAndRewrite() local
1397 if (rhsMap == AffineMap::get(3, 0, {n, k}, ctx)) in matchAndRewrite()
1399 else if (rhsMap != AffineMap::get(3, 0, {k, n}, ctx)) in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp681 AffineMap rhsMap = op.getIndexingMapsArray()[1]; in verifyOutputShape() local
682 if (getUnusedDimsBitVector({lhsMap, rhsMap}).any()) in verifyOutputShape()
687 {std::make_pair(lhsType, lhsMap), std::make_pair(rhsType, rhsMap)}) { in verifyOutputShape()