Lines Matching defs:iMap
1039 SmallVector<AffineMap> iMap = op.getIndexingMapsArray();
1043 iterIndex = iMap[0].getDimPosition(lhsIndex);
1044 if (rhsIndex >= 0 && iterIndex != iMap[1].getDimPosition(rhsIndex))
1056 iterIndex = iMap[1].getDimPosition(rhsIndex);
1076 int64_t resIndex = getResultIndex(iMap[2], iterIndex).value_or(-1);
1085 adjustMap(iMap[0], iterIndex, rewriter),
1086 adjustMap(iMap[1], iterIndex, rewriter),
1087 adjustMap(iMap[2], iterIndex, rewriter)};
1128 SmallVector<AffineMap> iMap = op.getIndexingMapsArray();
1129 std::optional<int64_t> lookupLhs = getResultIndex(iMap[0], iterIndex);
1130 std::optional<int64_t> lookupRhs = getResultIndex(iMap[1], iterIndex);
1163 adjustMap(iMap[0], iterIndex, rewriter),
1164 adjustMap(iMap[1], iterIndex, rewriter),
1165 adjustMap(iMap[2], iterIndex, rewriter)};