Lines Matching defs:userOp
1670 Operation *userOp = operandUse.getOwner();
1671 if (!isa<scf::YieldOp>(userOp)) {
1674 << (*userOp));
1677 if (result.getDefiningOp()->getBlock() != userOp->getBlock()) {
1691 for (Operation *userOp : loopOp->getUsers()) {
1707 if (isa<tensor::ParallelInsertSliceOp>(userOp))
1708 userOp = userOp->getParentOfType<scf::InParallelOp>();
1710 if (loopOp->getBlock() != userOp->getBlock())
1713 if (!firstUserOfLoop || userOp->isBeforeInBlock(firstUserOfLoop))
1714 firstUserOfLoop = userOp;
1719 /// This utility currently checks whether the first userOp of loop is NOT