HomeSort by relevance Sort by last modified time
    Searched refs:Xor (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/effects/
SkPorterDuff.cpp 36 MAKE_PAIR(Xor),
  /external/skia/src/effects/
SkPorterDuff.cpp 36 MAKE_PAIR(Xor),
  /external/llvm/lib/IR/
Instruction.cpp 218 case Xor: return "xor";
457 /// In LLVM, the Add, Mul, And, Or, and Xor operators are associative.
460 return Opcode == And || Opcode == Or || Opcode == Xor ||
493 case Xor:
517 /// In LLVM, the Xor operator is nilpotent.
520 return Opcode == Xor;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 185 Region::Xor(IN const RectF& rect)
191 Region::Xor(IN const Rect& rect)
197 Region::Xor(IN const GraphicsPath* path)
203 Region::Xor(IN const Region* region)
GdiPlusHeaders.h 63 Status Xor(IN const Rect& rect);
64 Status Xor(IN const RectF& rect);
65 Status Xor(IN const GraphicsPath* path);
66 Status Xor(IN const Region* region);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.rs 50 TEST_OP(Xor)
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 141 case AtomicRMWInst::Xor:
189 case AtomicRMWInst::Xor:
  /external/chromium_org/v8/src/compiler/
machine-operator.h 155 V(Word, Xor) \
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 71 case AtomicRMWInst::Xor:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 553 Status Xor(const RectF& rect);
554 Status Xor(const Rect& rect);
555 Status Xor(const Region *region);
556 Status Xor(const GraphicsPath *path);
  /external/llvm/include/llvm/MC/
MCExpr.h 404 Xor ///< Bitwise exclusive or.
490 return Create(Xor, LHS, RHS, Ctx);
  /external/chromium_org/v8/src/ic/mips/
stub-cache-mips.cc 139 __ Xor(scratch, scratch, Operand((flags >> kCacheIndexShift) & mask));
  /external/chromium_org/v8/src/ic/mips64/
stub-cache-mips64.cc 140 __ Xor(scratch, scratch, Operand((flags >> kCacheIndexShift) & mask));
  /external/clang/include/clang/AST/
StmtVisitor.h 128 BINOP_FALLBACK(And) BINOP_FALLBACK(Xor) BINOP_FALLBACK(Or)
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 102 case Instruction::Xor:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 112 case Instruction::Xor:
207 case Instruction::Xor:
416 case Instruction::Xor: {
494 bool isValid = true; // Valid only for And, Or, Xor
503 case Instruction::Xor:
    [all...]
InstCombineSimplifyDemanded.cpp 204 } else if (I->getOpcode() == Instruction::Xor) {
304 case Instruction::Xor: {
314 // These bits cannot contribute to the result of the 'xor'.
345 // FIXME: for XOR, we prefer to force bits to 1 if they will make a -1.
350 // are flipping are known to be set, then the xor is just resetting those
351 // bits to zero. We can just knock out bits from the 'and' and the 'xor',
586 // Turn this into a xor if LHS is 2^n-1 and the remaining bits are known
591 Instruction *Xor = BinaryOperator::CreateXor(I->getOperand(1), C0);
592 return InsertNewInstWith(Xor, *I);
    [all...]
InstCombineAndOrXor.cpp 133 case Instruction::Xor:
165 // Adding a one to a single bit bit-field should be turned into an XOR
181 // the XOR is to toggle the bit. If it is clear, then the ADD has
187 // Pull the XOR out of the AND.
364 case Instruction::Xor:
    [all...]
InstCombineVectorOps.cpp 626 case Instruction::Xor:
689 case Instruction::Xor: {
788 case Instruction::Xor:
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 222 case Instruction::And: case Instruction::Or: case Instruction::Xor:
  /external/llvm/include/llvm/ADT/
APSInt.h 226 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APSInt& RHS) const {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 219 case Instruction::Xor:
  /external/lldb/source/Expression/
IRInterpreter.cpp 522 case Instruction::Xor:
629 case Instruction::Xor:
713 case Instruction::Xor:
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 478 inline BinaryOp_match<LHS, RHS, Instruction::Xor>
480 return BinaryOp_match<LHS, RHS, Instruction::Xor>(L, R);
813 if (O->getOpcode() == Instruction::Xor)
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 412 case Instruction::Xor: {

Completed in 767 milliseconds

1 2 3 4 5