/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | 64bit.go | 202 func (a Uint64) Xor(b Uint64) (c Uint64) { func 308 func (a Int64) Xor(b Int64) (c Int64) { return a.Uint64().Xor(b.Uint64()).Int64() } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 232 MachineInstr *Xor = nullptr; in emitIf() local 320 MachineInstr *Xor = in emitElse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2920 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare() local 2932 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare() local 3114 SDValue Xor = IsRHSZero ? LHS : in get32BitSExtCompare() local 3265 SDValue Xor = IsRHSZero ? LHS : in get64BitZExtCompare() local 3278 SDValue Xor = IsRHSZero ? LHS : in get64BitZExtCompare() local 3437 SDValue Xor = IsRHSZero ? LHS : in get64BitSExtCompare() local 3724 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS, dl, MVT::i32, LHS, in SelectCC() local 3769 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS8, dl, MVT::i64, LHS, in SelectCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1760 Value *Xor = Builder.CreateXor(B, C); in foldComplexAndOrPatterns() local 1770 Value *Xor = Builder.CreateXor(A, C); in foldComplexAndOrPatterns() local 1832 Value *Xor = Builder.CreateXor(B, C); in foldComplexAndOrPatterns() local 1954 if (Instruction *Xor = foldAndToXor(I, Builder)) in visitAnd() local 2960 if (Instruction *Xor = foldOrToXor(I, Builder)) in visitOr() local 3687 static Instruction *canonicalizeAbs(BinaryOperator &Xor, in canonicalizeAbs() 4084 if (Instruction *Xor = visitMaskedMerge(I, Builder)) in visitXor() local
|
H A D | InstCombineCompares.cpp | 1506 BinaryOperator *Xor, in foldICmpXorConstant() 1578 BinaryOperator *Xor, in foldICmpXorShiftConst() 4591 Value *Xor = Builder.CreateXor(C, NC); in foldICmpEquality() local 4650 Value *Xor = Builder.CreateXor(X, Y); in foldICmpEquality() local 4674 Value *Xor = Builder.CreateXor(X, Y, "xor.signbits"); in foldICmpEquality() local 4695 Value *Xor = Builder.CreateXor(A, B, I.getName() + ".unshifted"); in foldICmpEquality() local 4708 Value *Xor = Builder.CreateXor(A, B, I.getName() + ".unshifted"); in foldICmpEquality() local
|
H A D | InstCombineNegator.cpp | 449 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusimpl.h | 1468 __inline__ Status Region::Xor(const RectF& rect) in Xor() function 1474 __inline__ Status Region::Xor(const Rect& rect) in Xor() function 1480 __inline__ Status Region::Xor(const Region *region) in Xor() function 1487 __inline__ Status Region::Xor(const GraphicsPath *path) in Xor() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 252 MachineInstr *Xor = nullptr; in emitIf() local 337 MachineInstr *Xor = in emitElse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3178 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare() local 3190 SDValue Xor = IsRHSZero ? LHS : in get32BitZExtCompare() local 3372 SDValue Xor = IsRHSZero ? LHS : in get32BitSExtCompare() local 3523 SDValue Xor = IsRHSZero ? LHS : in get64BitZExtCompare() local 3536 SDValue Xor = IsRHSZero ? LHS : in get64BitZExtCompare() local 3695 SDValue Xor = IsRHSZero ? LHS : in get64BitSExtCompare() local 3998 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS, dl, MVT::i32, LHS, in SelectCC() local 4043 SDValue Xor(CurDAG->getMachineNode(PPC::XORIS8, dl, MVT::i64, LHS, in SelectCC() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir_verifier.h | 15 class Xor; variable
|
H A D | fwd_decls.h | 68 class Xor; variable
|
/aosp_15_r20/external/pigweed/pw_preprocessor/ |
H A D | boolean_test.cc | 48 TEST(BooleanMacros, Xor) { in TEST() argument
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 254 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APSInt& RHS) const { in Xor() function
|
H A D | APInt.h | 830 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APInt &RHS) const { in Xor() function 1925 inline APInt Xor(const APInt &LHS, const APInt &RHS) { return LHS ^ RHS; } in Xor() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 829 APInt Xor = *C1 ^ *C2; in foldAndOrOfEqualityCmpsWithConstants() local 1740 if (Instruction *Xor = foldAndToXor(I, Builder)) in visitAnd() local 2465 if (Instruction *Xor = foldOrToXor(I, Builder)) in visitOr() local 3021 if (Instruction *Xor = visitMaskedMerge(I, Builder)) in visitXor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 820 APInt Xor(const APInt &RHS) const { return this->operator^(RHS); } in Xor() function 1952 inline APInt Xor(const APInt &LHS, const APInt &RHS) { return LHS ^ RHS; } in Xor() function
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1898 APInt Xor = LHSCst->getValue() ^ RHSCst->getValue(); in FoldOrOfICmps() local 2079 APInt Xor = CI1->getValue() ^ CI2->getValue(); in FoldOrWithConstants() local 2110 APInt Xor = CI1->getValue() ^ CI2->getValue(); in FoldXorWithConstants() local
|
H A D | InstCombineCompares.cpp | 3197 Value *Xor = Builder->CreateXor(Op0, Op1, I.getName() + "tmp"); in visitICmpInst() local 4148 Value *Xor = Builder->CreateXor(C, NC); in visitICmpInst() local 4220 Value *Xor = Builder->CreateXor(A, B, I.getName() + ".unshifted"); in visitICmpInst() local 4232 Value *Xor = Builder->CreateXor(A, B, I.getName() + ".unshifted"); in visitICmpInst() local
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 178 | Xor Constructor 253 | Xor Constructor
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 1296 __ Xor(to_store, old_value, masked); in GenerateCompareAndSet() local 2283 __ Xor(temp, temp, old_value); in GenerateGetAndUpdate() local 2285 __ Xor(temp, temp, old_value); in GenerateGetAndUpdate() local 3324 __ Xor(temp1, temp2, temp4); in VisitStringCompareTo() local 3361 __ Xor(temp4, str, arg); in VisitStringCompareTo() local 3364 __ Xor(temp1, temp2, arg); // str if str is compressed, arg otherwise in VisitStringCompareTo() local 3365 __ Xor(temp2, temp2, str); // arg if str is compressed, str otherwise in VisitStringCompareTo() local 3397 __ Xor(out, temp4, temp0); in VisitStringCompareTo() local 4833 __ Xor(new_value, new_value, out_or_temp.AsRegister<XRegister>()); in GenerateVarHandleGetAndUpdate() local 4838 __ Xor(new_value, new_value, old_value); in GenerateVarHandleGetAndUpdate() local
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | int.go | 266 func (x Int) Xor(y Int) Int { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | IVDescriptors.h | 40 Xor, ///< Bitwise or logical XOR of integers. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | IVDescriptors.h | 40 Xor, ///< Bitwise or logical XOR of integers. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | IVDescriptors.h | 40 Xor, ///< Bitwise or logical XOR of integers. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | IVDescriptors.h | 40 Xor, ///< Bitwise or logical XOR of integers. enumerator
|