Searched refs:loadIndices (Results 1 – 2 of 2) sorted by relevance
78 auto loadIndices = load.getIndices(); in haveNoReadsAfterWriteExceptSameIndex() local79 if (storeIndices.size() != loadIndices.size()) in haveNoReadsAfterWriteExceptSameIndex()83 loadIndices[i]) in haveNoReadsAfterWriteExceptSameIndex()
483 SmallVector<Value, 8> loadIndices; in rewriteOp() local484 getBufferIndices(xferOp, loadIndices); in rewriteOp()485 loadIndices.push_back(iv); in rewriteOp()491 auto vec = b.create<memref::LoadOp>(loc, buffer, loadIndices); in rewriteOp()752 SmallVector<Value, 8> loadIndices; in matchAndRewrite() local753 Strategy<OpTy>::getBufferIndices(xferOp, loadIndices); in matchAndRewrite()757 loadIndices.push_back(iv); in matchAndRewrite()760 loadIndices); in matchAndRewrite()