Searched refs:clonedOp (Results 1 – 3 of 3) sorted by relevance
127 Operation *clonedOp = builder.clone(*op, map); in sinkOperationsIntoLaunchOp() local129 for (auto pair : llvm::zip(op->getResults(), clonedOp->getResults())) in sinkOperationsIntoLaunchOp()
144 Operation *clonedOp = rewriter.clone(op, mapping); in finalizeBufferAllocationForGenericOp() local145 mapping.map(op.getResults(), clonedOp->getResults()); in finalizeBufferAllocationForGenericOp()
134 Operation *clonedOp = op.clone(b, loc, resultTypes, clonedShapes); in cloneWithLoopRanges() local138 if (auto indexedGenericOp = dyn_cast<IndexedGenericOp>(clonedOp)) { in cloneWithLoopRanges()152 return clonedOp; in cloneWithLoopRanges()