Lines Matching defs:memIndices
1862 SmallVector<Value, 4> memIndices;
1888 memIndices.push_back(forOp.getInductionVar());
1904 auto load = b.create<AffineLoadOp>(loc, memref, memIndices);
1913 b.create<AffineStoreOp>(loc, load, memref, memIndices);
1980 SmallVector<Value, 4> memIndices;
2037 memIndices.push_back(zeroIndex);
2039 memIndices.push_back(
2047 memIndices.push_back(b.create<AffineApplyOp>(loc, map, regionSymbols));
2118 auto memAffineMap = b.getMultiDimIdentityMap(memIndices.size());
2119 fullyComposeAffineMapAndOperands(&memAffineMap, &memIndices);
2150 b.create<AffineDmaStartOp>(loc, memref, memAffineMap, memIndices,
2158 memIndices, tagMemRef, tagAffineMap, tagIndices, numElementsSSA,