Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp979 auto tensorLoadOp = yieldVal.getDefiningOp<bufferization::ToTensorOp>(); in matchAndRewrite() local
987 if (!isTensor || !tensorLoadOp || (!bbArg.use_empty() && !tensorToMemref)) in matchAndRewrite()
990 if (tensorToMemref && tensorLoadOp.getMemref() != tensorToMemref) in matchAndRewrite()
997 if (tensorLoadOp->getNextNode() != yieldOp) in matchAndRewrite()
1011 loc, tensorLoadOp.getMemref()); in matchAndRewrite()