Lines Matching defs:indices
48 ArrayRef<Value> indices, MemRefType memrefTy,
52 Value src = indices[srcDim];
98 b.create<arith::XOrIOp>(loc, indices[tgtDim], srcBits);
103 SmallVector<Value, 4> &indices,
106 indices[tgtDim] =
107 permuteVectorOffset(builder, loc, indices, memrefTy, srcDim, tgtDim);
193 // Transform indices for the ops writing to shared memory.
199 auto indices = getIndices(shmWriteOp);
200 SmallVector<Value, 4> transformedIndices(indices.begin(), indices.end());
206 // Transform indices for the ops reading from shared memory.
212 auto indices = getIndices(shmReadOp);
213 SmallVector<Value, 4> transformedIndices(indices.begin(), indices.end());