Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp360 Operation *currentItemDefiningOp = currentItem.getDefiningOp(); in compute() local
362 if (!visitedOps.insert(currentItemDefiningOp).second) in compute()
370 if (auto genericOp = dyn_cast<GenericOp>(currentItemDefiningOp)) { in compute()
393 if (dyn_cast<tensor::FromElementsOp>(currentItemDefiningOp)) in compute()
399 currentItemDefiningOp->getResultTypes(), in compute()
401 llvm::append_range(workList, currentItemDefiningOp->getOperands()); in compute()