Home
last modified time | relevance | path

Searched refs:tensorToMemref (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp982 bufferization::ToMemrefOp tensorToMemref; in matchAndRewrite() local
985 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()