HomeSort by relevance Sort by last modified time
    Searched refs:Op (Results 426 - 450 of 549) sorted by null

<<11121314151617181920>>

  /external/skia/src/pathops/
SkPathOpsOp.cpp 103 bool windingIsOp, PathOp op) {
109 switch (op) {
125 return gOpLookup[op][opActive][windingIsOp];
129 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op,
151 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) {
166 &unsortable, op, xorMask, xorOpMask);
234 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
239 DebugShowPath(one, two, op, debugName);
242 op = gOpInverse[op][one.isInverseFillType()][two.isInverseFillType()]
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 125 if (const BinaryOperator *Op = dyn_cast<BinaryOperator>(E)) {
126 if (Op->getOpcode() != BO_EQ && Op->getOpcode() != BO_NE)
129 Loc = Op->getOperatorLoc();
130 IsNotEqual = Op->getOpcode() == BO_NE;
131 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
132 } else if (const CXXOperatorCallExpr *Op = dyn_cast<CXXOperatorCallExpr>(E)) {
133 if (Op->getOperator() != OO_EqualEqual &&
134 Op->getOperator() != OO_ExclaimEqual)
137 Loc = Op->getOperatorLoc()
    [all...]
SemaExpr.cpp 8547 Expr *op = OrigOp.get()->IgnoreParens(); local
    [all...]
SemaLookup.cpp     [all...]
SemaChecking.cpp 876 AtomicExpr::AtomicOp Op) {
4020 BinaryOperatorKind op = B->getOpcode(); local
4714 BinaryOperatorKind op = E->getOpcode(); local
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 763 Function *getFunction() const { return (Function*)Op<0>().get(); }
764 BasicBlock *getBasicBlock() const { return (BasicBlock*)Op<1>().get(); }
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 250 if (ConstantExpr *Op = dyn_cast<ConstantExpr>(CE->getOperand(i))) {
251 if (NonTrappingOps.insert(Op) && canTrapImpl(Op, NonTrappingOps))
    [all...]
ConstantFold.cpp 77 ConstantExpr *Op, ///< the first cast constant expression
80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!");
85 Type *SrcTy = Op->getOperand(0)->getType();
86 Type *MidTy = Op->getType();
87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
103 return V; // no-op cast
166 // Integral -> Integral. This is a no-op because the bit widths must
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 162 for (unsigned op = 0, e = FirstInst->getNumOperands(); op != e; ++op) {
163 if (FirstInst->getOperand(op) == GEP->getOperand(op))
171 if (isa<ConstantInt>(FirstInst->getOperand(op)) ||
172 isa<ConstantInt>(GEP->getOperand(op)))
175 if (FirstInst->getOperand(op)->getType() !=GEP->getOperand(op)->getType())
185 FixedOperands[op] = 0; // Needs a PHI
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 245 for (unsigned op = 0, e = DeadInst->getNumOperands(); op != e; ++op) {
246 Value *Op = DeadInst->getOperand(op);
247 DeadInst->setOperand(op, 0);
250 if (!Op->use_empty()) continue;
252 if (Instruction *OpI = dyn_cast<Instruction>(Op))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 191 void showOp(const SkPathOp op) {
192 switch (op) {
194 SkDebugf("op difference\n");
197 SkDebugf("op intersect\n");
200 SkDebugf("op union\n");
203 SkDebugf("op xor\n");
206 SkDebugf("op reverse difference\n");
230 void ShowOp(SkPathOp op, const char* pathOne, const char* pathTwo) {
231 SkDebugf(" testPathOp(reporter, %s, %s, %s);\n", pathOne, pathTwo, gOpStrs[op]);
578 if (!Op(a, b, shapeOp, &out) )
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 59 virtual void clipRect(const SkRect& rect, SkRegion::Op op, bool antialias) {
60 m_dstCanvas->clipRect(rect, op, antialias);
62 virtual void clipPath(const SkPath& path, SkRegion::Op op, bool antialias) {
63 m_dstCanvas->clipPath(path, op, antialias);
283 int op) {
287 return canvas->clipRect(rect, (SkRegion::Op)op);
291 SkPath* path, int op) {
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 394 /* CvMAT b = op(a1,a2,...) */
422 /* b = op(a1, a2,...) */
769 enum Op { AND = 0, OR = 1, XOR = 2 };
770 explicit _CvMAT_LOGIC_( const CvMAT* a, const CvMAT* b, Op op, int flags = 0 );
775 Op op;
784 _CvMAT_LOGIC_::Op op, int flags = 0 );
789 _CvMAT_LOGIC_::Op op
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 725 clip.op(iter.rect(), SkRegion::kUnion_Op);
1603 bool SkAAClip::op(const SkAAClip& clipAOrig, const SkAAClip& clipBOrig, function in class:SkAAClip
1673 bool SkAAClip::op(const SkIRect& rOrig, SkRegion::Op op) { function in class:SkAAClip
1709 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) { function in class:SkAAClip
1740 bool SkAAClip::op(const SkAAClip& clip, SkRegion::Op op) { function in class:SkAAClip
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 87 virtual bool SelectInlineAsmMemoryOperand(const SDValue &Op,
90 bool SelectAddr(SDNode *Op, SDValue Addr, SDValue &Base, SDValue &Offset);
157 assert((Imm >= 1 && Imm <= 128) && "Constant out of range for cmpb op");
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 725 clip.op(iter.rect(), SkRegion::kUnion_Op);
1603 bool SkAAClip::op(const SkAAClip& clipAOrig, const SkAAClip& clipBOrig, function in class:SkAAClip
1673 bool SkAAClip::op(const SkIRect& rOrig, SkRegion::Op op) { function in class:SkAAClip
1709 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) { function in class:SkAAClip
1740 bool SkAAClip::op(const SkAAClip& clip, SkRegion::Op op) { function in class:SkAAClip
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 709 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode();
710 if (Op == BO_LAnd || Op == BO_LOr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 420 return Op(m_path, other.m_path, kUnion_PathOp, &m_path);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkObjectParser.cpp 274 SkString* SkObjectParser::RegionOpToString(SkRegion::Op op) {
275 SkString* mOp = new SkString("SkRegion::Op: ");
276 if (op == SkRegion::kDifference_Op) {
278 } else if (op == SkRegion::kIntersect_Op) {
280 } else if (op == SkRegion::kUnion_Op) {
282 } else if (op == SkRegion::kXOR_Op) {
284 } else if (op == SkRegion::kReverseDifference_Op) {
286 } else if (op == SkRegion::kReplace_Op) {
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 274 SkString* SkObjectParser::RegionOpToString(SkRegion::Op op) {
275 SkString* mOp = new SkString("SkRegion::Op: ");
276 if (op == SkRegion::kDifference_Op) {
278 } else if (op == SkRegion::kIntersect_Op) {
280 } else if (op == SkRegion::kUnion_Op) {
282 } else if (op == SkRegion::kXOR_Op) {
284 } else if (op == SkRegion::kReverseDifference_Op) {
286 } else if (op == SkRegion::kReplace_Op) {
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 306 SkRegion::Op op) {
307 return renderer->clipRect(left, top, right, bottom, op);
312 SkRegion::Op op) {
313 return renderer->clipRect(float(left), float(top), float(right), float(bottom), op);
317 OpenGLRenderer* renderer, SkPath* path, SkRegion::Op op) {
318 return renderer->clipPath(path, op);
322 OpenGLRenderer* renderer, SkRegion* region, SkRegion::Op op)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 101 canvas.clipPath(path, Region.Op.DIFFERENCE);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 498 milliseconds

<<11121314151617181920>>