Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DKernelOutlining.cpp127 Operation *clonedOp = builder.clone(*op, map); in sinkOperationsIntoLaunchOp() local
129 for (auto pair : llvm::zip(op->getResults(), clonedOp->getResults())) in sinkOperationsIntoLaunchOp()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DBufferize.cpp144 Operation *clonedOp = rewriter.clone(op, mapping); in finalizeBufferAllocationForGenericOp() local
145 mapping.map(op.getResults(), clonedOp->getResults()); in finalizeBufferAllocationForGenericOp()
DFusion.cpp134 Operation *clonedOp = op.clone(b, loc, resultTypes, clonedShapes); in cloneWithLoopRanges() local
138 if (auto indexedGenericOp = dyn_cast<IndexedGenericOp>(clonedOp)) { in cloneWithLoopRanges()
152 return clonedOp; in cloneWithLoopRanges()