Searched refs:newLoadOp (Results 1 – 2 of 2) sorted by relevance
290 replaceOpWithLegalizedOp(rewriter, loadOp, [&](memref::LoadOp newLoadOp) { in matchAndRewrite() argument 291 newLoadOp.setMemRef(*legalMemref); in matchAndRewrite() 292 newLoadOp.getResult().setType(legalMaskType); in matchAndRewrite() 294 loc, loadedMask.getType(), newLoadOp); in matchAndRewrite()
442 auto newLoadOp = rewriter.create<spirv::LoadOp>(loc, adaptor.getPtr()); in matchAndRewrite() local444 rewriter.replaceOp(loadOp, newLoadOp->getResults()); in matchAndRewrite()450 newLoadOp.getValue()); in matchAndRewrite()471 components.push_back(newLoadOp); in matchAndRewrite()