Lines Matching refs:storeOp
482 matchAndRewrite(StoreOp storeOp, ArrayRef<Value> operands,
492 matchAndRewrite(StoreOp storeOp, ArrayRef<Value> operands,
953 IntStoreOpPattern::matchAndRewrite(StoreOp storeOp, ArrayRef<Value> operands, in matchAndRewrite() argument
956 auto memrefType = storeOp.memref().getType().cast<MemRefType>(); in matchAndRewrite()
960 auto loc = storeOp.getLoc(); in matchAndRewrite()
977 storeOp, accessChainOp.getResult(), storeOperands.value()); in matchAndRewrite()
1022 rewriter.eraseOp(storeOp); in matchAndRewrite()
1031 StoreOpPattern::matchAndRewrite(StoreOp storeOp, ArrayRef<Value> operands, in matchAndRewrite() argument
1034 auto memrefType = storeOp.memref().getType().cast<MemRefType>(); in matchAndRewrite()
1039 storeOperands.indices(), storeOp.getLoc(), rewriter); in matchAndRewrite()
1040 rewriter.replaceOpWithNewOp<spirv::StoreOp>(storeOp, storePtr, in matchAndRewrite()