/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 124 case Xor: return "xor"; in getOpcodeName() 325 return Opcode == And || Opcode == Or || Opcode == Xor || in isAssociative() 344 case Xor: in isCommutative()
|
D | ConstantFold.cpp | 1007 case Instruction::Xor: in ConstantFoldBinaryInstruction() 1139 case Instruction::Xor: in ConstantFoldBinaryInstruction() 1204 case Instruction::Xor: in ConstantFoldBinaryInstruction() 1378 case Instruction::Xor: in ConstantFoldBinaryInstruction()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.10-3.js | 80 Xor( shiftexp, addexp ), 229 function Xor( s, a ) { class
|
D | 11.10-1.js | 231 function Xor( s, a ) { class
|
D | 11.10-2.js | 230 function Xor( s, a ) { class
|
/external/llvm/test/Transforms/Reassociate/ |
D | otherops.ll | 1 ; Reassociation should apply to Add, Mul, And, Or, & Xor
|
/external/skia/src/effects/ |
D | SkPorterDuff.cpp | 43 MAKE_PAIR(Xor),
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 306 Xor ///< Bitwise exclusive or. enumerator 392 return Create(Xor, LHS, RHS, Ctx); in CreateXor()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 109 case Instruction::Xor: in CanEvaluateShifted() 203 case Instruction::Xor: in GetShiftedValue() 403 case Instruction::Xor: { in FoldShiftByConstant() 485 case Instruction::Xor: in FoldShiftByConstant()
|
D | InstCombineCasts.cpp | 174 case Instruction::Xor: in EvaluateInDifferentType() 354 case Instruction::Xor: in CanEvaluateTruncated() 674 case Instruction::Xor: in CanEvaluateZExtd() 690 Opc == Instruction::Xor)) { in CanEvaluateZExtd() 861 if (SrcI && SrcI->getOpcode() == Instruction::Xor && SrcI->hasOneUse()) in visitZExt() 1019 case Instruction::Xor: in CanEvaluateSExtd()
|
D | InstCombineAndOrXor.cpp | 204 case Instruction::Xor: in OptAndOp() 439 case Instruction::Xor: in FoldLogicalPlusAnd() 1058 case Instruction::Xor: in visitAnd() 1741 APInt Xor = CI1->getValue() ^ CI2->getValue(); in FoldOrWithConstants() local 1742 if (!Xor.isAllOnesValue()) return 0; in FoldOrWithConstants() 1989 B->getOpcode() == Instruction::Xor)) { in visitOr()
|
D | InstCombineCompares.cpp | 1018 case Instruction::Xor: // (icmp pred (xor X, XorCST), CI) in visitICmpInstWithInstAndIntCst() 1404 case Instruction::Xor: in visitICmpInstWithInstAndIntCst() 1796 Value *Xor = Builder->CreateXor(Op0, Op1, I.getName()+"tmp"); in visitICmpInst() local 1797 return BinaryOperator::CreateNot(Xor); in visitICmpInst() 2374 case Instruction::Xor: in visitICmpInst() 2486 Value *Xor = Builder->CreateXor(C, NC, "tmp"); in visitICmpInst() local 2487 return new ICmpInst(I.getPredicate(), A, Xor); in visitICmpInst()
|
D | InstCombineSelect.cpp | 89 case Instruction::Xor: in GetSelectFoldableOperands() 109 case Instruction::Xor: in GetSelectFoldableConstant()
|
D | InstCombineSimplifyDemanded.cpp | 293 case Instruction::Xor: { in SimplifyDemandedUseBits() 1062 case Instruction::Xor: in SimplifyDemandedVectorElts()
|
/external/llvm/include/llvm/Support/ |
D | PatternMatch.h | 375 inline BinaryOp_match<LHS, RHS, Instruction::Xor> 377 return BinaryOp_match<LHS, RHS, Instruction::Xor>(L, R); in m_Xor() 589 if (I->getOpcode() == Instruction::Xor) in match() 592 if (CE->getOpcode() == Instruction::Xor) in match()
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 123 case MCBinaryExpr::Xor: OS << '^'; break; in print() 553 case MCBinaryExpr::Xor: Result = LHS ^ RHS; break; in EvaluateAsRelocatableImpl()
|
/external/clang/include/clang/AST/ |
D | StmtVisitor.h | 129 BINOP_FALLBACK(And) BINOP_FALLBACK(Xor) BINOP_FALLBACK(Or) in BINOP_FALLBACK()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 473 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS, dl, MVT::i32, LHS, in SelectCC() local 475 return SDValue(CurDAG->getMachineNode(PPC::CMPLWI, dl, MVT::i32, Xor, in SelectCC() 515 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS8, dl, MVT::i64, LHS, in SelectCC() local 517 return SDValue(CurDAG->getMachineNode(PPC::CMPLDI, dl, MVT::i64, Xor, in SelectCC()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 694 assert(Opcode == Instruction::Xor); in OptimizeAndOrXor() 931 case Instruction::Xor: in OptimizeExpression() 944 case Instruction::Xor: { in OptimizeExpression()
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 219 APSInt Xor(const APSInt& RHS) const { in Xor() function
|
D | APInt.h | 684 APInt Xor(const APInt& RHS) const { in Xor() function 1720 inline APInt Xor(const APInt& LHS, const APInt& RHS) { in Xor() function
|
/external/llvm/include/llvm/ |
D | Instruction.def | 127 HANDLE_BINARY_INST(25, Xor , BinaryOperator)
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1191 if (Value *V = ExpandBinOp(Instruction::And, Op0, Op1, Instruction::Xor, in SimplifyAndInst() 1323 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(), in SimplifyXorInst() 1349 if (Value *V = SimplifyAssociativeBinOp(Instruction::Xor, Op0, Op1, TD, DT, in SimplifyXorInst() 1354 if (Value *V = FactorizeBinOp(Instruction::Xor, Op0, Op1, Instruction::And, in SimplifyXorInst() 2327 case Instruction::Xor: return SimplifyXorInst(LHS, RHS, TD, DT, MaxRecurse); in SimplifyBinOp() 2443 case Instruction::Xor: in SimplifyInstruction()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 690 case Instruction::Xor: { in getConstantValue() 708 case Instruction::Xor: GV.IntVal = LHS.IntVal ^ RHS.IntVal; break; in getConstantValue()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 813 case Instruction::Xor: Out << "getXor("; break; in printConstant() 1130 case Instruction::Xor: in printInstruction() 1150 case Instruction::Xor: Out << "Instruction::Xor"; break; in printInstruction()
|