Home
last modified time | relevance | path

Searched refs:Xor (Results 1 – 25 of 215) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPatternsHVX.td291 def: OpR_RR_pat<V6_vxor, Xor, VecI8, HVI8>;
292 def: OpR_RR_pat<V6_vxor, Xor, VecI16, HVI16>;
293 def: OpR_RR_pat<V6_vxor, Xor, VecI32, HVI32>;
451 def: OpR_RR_pat<V6_pred_xor, Xor, VecQ8, HQ8>;
452 def: OpR_RR_pat<V6_pred_xor, Xor, VecQ16, HQ16>;
453 def: OpR_RR_pat<V6_pred_xor, Xor, VecQ32, HQ32>;
474 def: AccRRR_pat<V6_veqb_xor, Xor, seteq, HQ8, HVI8, HVI8>;
477 def: AccRRR_pat<V6_veqh_xor, Xor, seteq, HQ16, HVI16, HVI16>;
480 def: AccRRR_pat<V6_veqw_xor, Xor, seteq, HQ32, HVI32, HVI32>;
484 def: AccRRR_pat<V6_vgtb_xor, Xor, setgt, HQ8, HVI8, HVI8>;
[all …]
DHexagonLoopIdiomRecognition.cpp987 case Instruction::Xor: in isPromotableTo()
1239 case Instruction::Xor: in commutesWithShift()
1274 case Instruction::Xor: in keepsHighBitsZero()
1577 case Instruction::Xor: in hasZeroSignBit()
1599 case Instruction::Xor: in setupPreSimplifier()
1612 if (I->getOpcode() != Instruction::Xor) in setupPreSimplifier()
1695 case Instruction::Xor: in setupPreSimplifier()
1713 case Instruction::Xor: in setupPreSimplifier()
1740 Instruction *Xor = dyn_cast<Instruction>(I->getOperand(0)); in setupPostSimplifier() local
1742 if (!Xor || !C0) in setupPostSimplifier()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp126 case AtomicRMWInst::Xor: in visitAtomicRMWInst()
191 Op = AtomicRMWInst::Xor; in visitIntrinsicInst()
261 case AtomicRMWInst::Xor: in buildNonAtomicBinOp()
262 return B.CreateBinOp(Instruction::Xor, LHS, RHS); in buildNonAtomicBinOp()
394 case AtomicRMWInst::Xor: in getIdentityValueForAtomicOp()
542 case AtomicRMWInst::Xor: in optimizeAtomic()
636 case AtomicRMWInst::Xor: in optimizeAtomic()
DSILowerControlFlow.cpp232 MachineInstr *Xor = nullptr; in emitIf() local
234 Xor = in emitIf()
238 setImpSCCDefDead(*Xor, ImpDefSCC.isDead()); in emitIf()
264 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
320 MachineInstr *Xor = in emitElse() local
340 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h176 return Opcode == And || Opcode == Or || Opcode == Xor;
487 return Opcode == And || Opcode == Or || Opcode == Xor ||
503 case And: case Or: case Xor:
532 return Opcode == Xor;
/third_party/typescript/tests/baselines/reference/
DparserRealSource3.types152 Xor,
153 >Xor : NodeType.Xor
DparserRealSource3.symbols152 Xor,
153 >Xor : Symbol(NodeType.Xor, Decl(parserRealSource3.ts, 53, 11))
DparserRealSource3.errors.txt61 Xor,
/third_party/skia/src/opts/
DSkXfermode_opts.h45 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE() argument
123 CASE(Xor); in create_xfermode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp55 case Instruction::Xor: in getRelevantOperands()
117 case Instruction::Xor: { in buildTruncExpressionDag()
348 case Instruction::Xor: { in ReduceExpressionDag()
/third_party/skia/docs/examples/
DXor.cpp5 REG_FIDDLE(Xor, 256, 256, false, 0) {
/third_party/glslang/Test/
Dspv.specConstantOperations.vert51 // Bitwise And, Or, Xor
95 // Bitwise And, Or, Xor
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp84 DUMMY_SSBO(Xor, 24, XOR + 1);
118 Xor.val[0] = 0.0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp127 case Instruction::Xor: in getIntImmCostInst()
471 if (Opcode == Instruction::Xor) { in getArithmeticInstrCost()
477 I->getOpcode() == Instruction::Xor)) in getArithmeticInstrCost()
484 if (I->hasOneUse() && I->getOpcode() == Instruction::Xor) in getArithmeticInstrCost()
494 if (Opcode == Instruction::Xor && ScalarBits == 1) { in getArithmeticInstrCost()
965 case Instruction::Xor: in isFoldableLoad()
DSystemZTDC.cpp105 LI->getOpcode() == Instruction::Xor)) { in converted()
303 case Instruction::Xor: in convertLogicOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp55 case Instruction::Xor: in getIntImmCostInst()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts55 Xor, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp133 if (!BinOp || BinOp->getOpcode() != Instruction::Xor) in handlePhiDef()
149 case Instruction::Xor: in handlePhiDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp829 APInt Xor = *C1 ^ *C2; in foldAndOrOfEqualityCmpsWithConstants() local
830 if (Xor.isPowerOf2()) { in foldAndOrOfEqualityCmpsWithConstants()
837 Value *Or = Builder.CreateOr(X, ConstantInt::get(X->getType(), Xor)); in foldAndOrOfEqualityCmpsWithConstants()
1575 if (LogicOpc == Instruction::Xor) in foldCastedBitwiseLogic()
1740 if (Instruction *Xor = foldAndToXor(I, Builder)) in visitAnd() local
1741 return Xor; in visitAnd()
1819 case Instruction::Xor: in visitAnd()
2465 if (Instruction *Xor = foldOrToXor(I, Builder)) in visitOr() local
2466 return Xor; in visitOr()
2629 B->getOpcode() == Instruction::Xor)) { in visitOr()
[all …]
DInstCombineAtomicRMW.cpp42 case AtomicRMWInst::Xor: in isIdempotentRMW()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp261 } Xor;
315 Xor.val[0] = 0.0;
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1098 __ Xor(i.OutputRegister(), i.InputOrZeroRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1101 __ Xor(i.OutputRegister(), i.InputOrZeroRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1911 ATOMIC_BINOP_CASE(Xor, Xor, Xor) in AssembleArchInstruction()
3638 __ Xor(result, kScratchReg, kScratchReg2); in AssembleArchBoolean() local
3640 __ Xor(result, result, 1); in AssembleArchBoolean() local
3674 __ Xor(result, left, right); in AssembleArchBoolean() local
3677 __ Xor(result, left, kScratchReg); in AssembleArchBoolean() local
3686 __ Xor(result, left, right); in AssembleArchBoolean() local
3700 __ Xor(result, result, 1); in AssembleArchBoolean() local
3709 __ Xor(result, result, 1); in AssembleArchBoolean() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DITypBitsetTests.cpp168 TEST_F(ITypBitsetTest, Xor) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def31 X(Xor, ^, 0, 0) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp31 Ops.push_back(binOpDescriptor(1, Instruction::Xor)); in describeFuzzerIntOps()
109 case Instruction::Xor: in binOpDescriptor()

123456789