/external/llvm/test/Transforms/Reassociate/ |
D | xor_reassoc.ll | 5 ; Xor reassociation general cases 65 ; Xor reassociation special cases 118 ; Xor reassociation curtail code size 156 ; Xor reassociation bugs
|
D | otherops.ll | 1 ; Reassociation should apply to Add, Mul, And, Or, & Xor
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 663 STATIC_INLINE __m128i Xor(__m128i x, __m128i y) { return _mm_xor_si128(x, y); } 718 Xor( \ 746 k = Xor(k, _mm_shuffle_epi8(g, f)); 747 g = Add(Xor(c, g), a); 748 f = Add(Xor(be, f), d); 778 k = Xor(k, _mm_shuffle_epi8(g, f)); \ 779 g = Add(Xor(c, g), a); \ 780 f = Add(Xor(be, f), d); \ 804 k = Xor(k, g); 805 k = Xor(k, q); [all …]
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 290 case Xor: return "xor"; in getOpcodeName() 555 return Opcode == And || Opcode == Or || Opcode == Xor || in isAssociative() 588 case Xor: in isCommutative() 615 return Opcode == Xor; in isNilpotent()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | arith.ll | 71 define internal i32 @Xor(i32 %a, i32 %b) { 76 ; CHECK-LABEL: Xor 78 ; ARM32-LABEL: Xor 80 ; MIPS32-LABEL: Xor
|
D | arith-opt.ll | 41 define internal i32 @Xor(i32 %a, i32 %b) { 42 ; CHECK: define internal i32 @Xor
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 125 case Xor: return "xor"; in getOpcodeName() 368 return Opcode == And || Opcode == Or || Opcode == Xor || in isAssociative() 387 case Xor: in isCommutative()
|
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/ |
D | otherops.ll | 1 ; Reassociation should apply to Add, Mul, And, Or, & Xor
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 105 LI->getOpcode() == Instruction::Xor)) { in converted() 303 case Instruction::Xor: in convertLogicOp()
|
D | SystemZTargetTransformInfo.cpp | 128 case Instruction::Xor: in getIntImmCost()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 106 Op != Instruction::Xor) in SimplifyBSwap() 160 case Instruction::Xor: in OptAndOp() 390 case Instruction::Xor: in FoldLogicalPlusAnd() 1199 LogicOpc == Instruction::Xor) && in foldCastedBitwiseLogic() 1252 if (LogicOpc == Instruction::Xor) in foldCastedBitwiseLogic() 1339 case Instruction::Xor: in visitAnd() 1898 APInt Xor = LHSCst->getValue() ^ RHSCst->getValue(); in FoldOrOfICmps() local 1899 if (Xor.isPowerOf2()) { in FoldOrOfICmps() 1900 Value *Cst = Builder->getInt(Xor); in FoldOrOfICmps() 2079 APInt Xor = CI1->getValue() ^ CI2->getValue(); in FoldOrWithConstants() local [all …]
|
D | InstCombineShifts.cpp | 157 case Instruction::Xor: in CanEvaluateShifted() 209 case Instruction::Xor: in GetShiftedValue() 424 case Instruction::Xor: { in FoldShiftByConstant() 511 case Instruction::Xor: in FoldShiftByConstant()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 110 case Instruction::Xor: in CanEvaluateShifted() 204 case Instruction::Xor: in GetShiftedValue() 412 case Instruction::Xor: { in FoldShiftByConstant() 494 case Instruction::Xor: in FoldShiftByConstant()
|
D | InstCombineCasts.cpp | 175 case Instruction::Xor: in EvaluateInDifferentType() 355 case Instruction::Xor: in CanEvaluateTruncated() 675 case Instruction::Xor: in CanEvaluateZExtd() 691 Opc == Instruction::Xor)) { in CanEvaluateZExtd() 862 if (SrcI && SrcI->getOpcode() == Instruction::Xor && SrcI->hasOneUse()) in visitZExt() 1020 case Instruction::Xor: in CanEvaluateSExtd()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 306 Xor ///< Bitwise exclusive or. enumerator 392 return Create(Xor, LHS, RHS, Ctx); in CreateXor()
|
/external/skia/src/opts/ |
D | SkXfermode_opts.h | 37 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE() argument 285 CASE(Xor); in create_xfermode()
|
/external/skqp/src/opts/ |
D | SkXfermode_opts.h | 37 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE() argument 285 CASE(Xor); in create_xfermode()
|
/external/swiftshader/third_party/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/include/llvm/MC/ |
D | MCExpr.h | 408 Xor ///< Bitwise exclusive or. enumerator 498 return create(Xor, LHS, RHS, Ctx); in createXor()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 73 CASE_INT_OP(Xor, "xor") in OpcodeName() 206 CASE_S128_OP(Xor, "xor") in OpcodeName()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 67 case AtomicRMWInst::Xor: in LowerAtomicRMWInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 220 case Instruction::Xor: in ComputeSpeculationCost()
|
D | LowerAtomic.cpp | 72 case AtomicRMWInst::Xor: in LowerAtomicRMWInst()
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_arith.def | 31 X(Xor, ^, 0, 0) \
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86Base.h | 591 void Xor(Type Ty, GPRRegister dst, GPRRegister src); 592 void Xor(Type Ty, GPRRegister dst, const Address &address); 593 void Xor(Type Ty, GPRRegister dst, const Immediate &imm); 594 void Xor(Type Ty, const Address &address, GPRRegister reg); 595 void Xor(Type Ty, const Address &address, const Immediate &imm);
|