Home
last modified time | relevance | path

Searched refs:opRegion (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DRegion_op_3.cpp13 SkRegion xRegion, opRegion;
15 opRegion.setPath(opPath, SkRegion(drawBounds));
17 xRegion.op(opRegion, SkRegion::kReverseDifference_Op);
H A DRegion_op_4.cpp13 SkRegion xRegion, opRegion, rectRegion;
15 opRegion.setPath(opPath, SkRegion(drawBounds));
18 rectRegion.op(drawBounds, opRegion, SkRegion::kIntersect_Op);
H A DRegion_op_5.cpp13 SkRegion xRegion, opRegion, rectRegion;
15 opRegion.setPath(opPath, SkRegion(drawBounds));
18 rectRegion.op(opRegion, drawBounds, SkRegion::kUnion_Op);
H A DRegion_op_6.cpp15 SkRegion xRegion, opRegion, rectRegion;
17 opRegion.setPath(opPath, SkRegion(drawBounds));
22 xRegion.op(rectRegion, opRegion, SkRegion::kReverseDifference_Op);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DRegion.cpp138 while (Region *opRegion = curOp->getParentRegion()) { in findAncestorOpInRegion() local
139 if (opRegion == this) in findAncestorOpInRegion()
142 curOp = opRegion->getParentOp(); in findAncestorOpInRegion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DRegion.cpp138 while (Region *opRegion = curOp->getParentRegion()) { in findAncestorOpInRegion() local
139 if (opRegion == this) in findAncestorOpInRegion()
142 curOp = opRegion->getParentOp(); in findAncestorOpInRegion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DRegion.cpp138 while (Region *opRegion = curOp->getParentRegion()) { in findAncestorOpInRegion() local
139 if (opRegion == this) in findAncestorOpInRegion()
142 curOp = opRegion->getParentOp(); in findAncestorOpInRegion()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DRegion.cpp138 while (Region *opRegion = curOp->getParentRegion()) { in findAncestorOpInRegion() local
139 if (opRegion == this) in findAncestorOpInRegion()
142 curOp = opRegion->getParentOp(); in findAncestorOpInRegion()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp206 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
208 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
210 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
213 while (!opRegion.empty()) in matchAndRewrite()
214 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp206 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
208 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
210 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
213 while (!opRegion.empty()) in matchAndRewrite()
214 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp243 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
245 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
247 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
250 while (!opRegion.empty()) in matchAndRewrite()
251 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp243 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
245 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
247 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
250 while (!opRegion.empty()) in matchAndRewrite()
251 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp243 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
245 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
247 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
250 while (!opRegion.empty()) in matchAndRewrite()
251 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp268 auto &opRegion = op->getRegion(0); in matchAndRewrite() local
270 rewriter.cloneRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
272 rewriter.inlineRegionBefore(opRegion, parentRegion, parentRegion.end()); in matchAndRewrite()
275 while (!opRegion.empty()) in matchAndRewrite()
276 rewriter.eraseBlock(&opRegion.front()); in matchAndRewrite()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRasterClip.h46 void opRegion(const SkRegion&, SkRegion::Op);
H A DSkRasterClip.cpp106 void SkConservativeClip::opRegion(const SkRegion& rgn, SkRegion::Op op) { in opRegion() function in SkConservativeClip
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRasterClip.h47 void opRegion(const SkRegion&, SkRegion::Op);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRasterClip.h46 void opRegion(const SkRegion&, SkRegion::Op);
H A DSkRasterClip.cpp106 void SkConservativeClip::opRegion(const SkRegion& rgn, SkRegion::Op op) { in opRegion() function in SkConservativeClip
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRasterClip.h46 void opRegion(const SkRegion&, SkRegion::Op);
H A DSkRasterClip.cpp106 void SkConservativeClip::opRegion(const SkRegion& rgn, SkRegion::Op op) { in opRegion() function in SkConservativeClip
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRasterClip.h47 void opRegion(const SkRegion&, SkRegion::Op);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkRasterClip.h45 void opRegion(const SkRegion&, SkRegion::Op);
H A DSkRasterClip.cpp105 void SkConservativeClip::opRegion(const SkRegion& rgn, SkRegion::Op op) { in opRegion() function in SkConservativeClip
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRasterClip.h46 void opRegion(const SkRegion&, SkRegion::Op);

12