Searched refs:tensorToMemref (Results 1 – 1 of 1) sorted by relevance
982 bufferization::ToMemrefOp tensorToMemref; in matchAndRewrite() local985 tensorToMemref = in matchAndRewrite()987 if (!isTensor || !tensorLoadOp || (!bbArg.use_empty() && !tensorToMemref)) in matchAndRewrite()990 if (tensorToMemref && tensorLoadOp.getMemref() != tensorToMemref) in matchAndRewrite()1001 if (tensorToMemref) { in matchAndRewrite()1004 tensorToMemref, tensorToMemref.getMemref().getType(), in matchAndRewrite()1005 tensorToMemref.getTensor()); in matchAndRewrite()