Home
last modified time | relevance | path

Searched defs:cloned (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/test/tsan/Linux/
H A Dclone_setns.cpp21 static int cloned(void *arg) { in cloned() function
H A Dclone_deadlock.cpp16 static int cloned(void *arg) { in cloned() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorInterfaces.cpp36 Operation *cloned = rewriter.clone(*op.getOperation()); in stageWithSortImpl() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp35 Operation *cloned = builder.clone(*op); in cloneConstantsIntoTheRegion() local
/llvm-project/mlir/test/lib/IR/
H A DTestVisitors.cpp149 Operation *cloned = op->clone(); in testSkipErasureCallbacks() local
197 Operation *cloned = op->clone(); in testNoSkipErasureCallbacks() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseSpaceCollapse.cpp141 auto cloned = llvm::cast<IterateOp>(builder.clone(*innermost, mapper)); in collapseSparseSpace() local
H A DSparseTensorRewriting.cpp169 auto cloned = cast<ForeachOp>(rewriter.clone(*op.getOperation())); in genForeachOnSparseConstant() local
308 Operation *cloned = rewriter.clone(*init); in matchAndRewrite() local
706 auto *cloned = rewriter.clone(*red, irMap); in matchAndRewrite() local
[all...]
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp265 Operation *cloned = rewriter.clone(*op); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp582 auto *cloned = rewriter.clone(*op); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1025 Operation *cloned = apply() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1542 PyOperationRef cloned = clone() local