Lines Matching refs:dataPtr
513 auto dataPtr = getStridedElementPtr(loc, memRefType, adaptor.getMemref(), in matchAndRewrite() local
515 Value init = rewriter.create<LLVM::LoadOp>(loc, dataPtr); in matchAndRewrite()
540 loc, pairType, dataPtr, loopArgument, result, successOrdering, in matchAndRewrite()
698 Value dataPtr = in matchAndRewrite() local
701 rewriter.replaceOpWithNewOp<LLVM::LoadOp>(loadOp, dataPtr); in matchAndRewrite()
716 Value dataPtr = getStridedElementPtr(op.getLoc(), type, adaptor.getMemref(), in matchAndRewrite() local
718 rewriter.replaceOpWithNewOp<LLVM::StoreOp>(op, adaptor.getValue(), dataPtr); in matchAndRewrite()
734 Value dataPtr = getStridedElementPtr(loc, type, adaptor.getMemref(), in matchAndRewrite() local
748 rewriter.replaceOpWithNewOp<LLVM::Prefetch>(prefetchOp, dataPtr, isWrite, in matchAndRewrite()
2017 auto dataPtr = in matchAndRewrite() local
2021 atomicOp, resultType, *maybeKind, dataPtr, adaptor.getValue(), in matchAndRewrite()