/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonPatternsHVX.td | 291 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 …]
|
D | HexagonLoopIdiomRecognition.cpp | 987 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/ |
D | AMDGPUAtomicOptimizer.cpp | 126 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()
|
D | SILowerControlFlow.cpp | 232 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/ |
D | Instruction.h | 176 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/ |
D | parserRealSource3.types | 152 Xor, 153 >Xor : NodeType.Xor
|
D | parserRealSource3.symbols | 152 Xor, 153 >Xor : Symbol(NodeType.Xor, Decl(parserRealSource3.ts, 53, 11))
|
D | parserRealSource3.errors.txt | 61 Xor,
|
/third_party/skia/src/opts/ |
D | SkXfermode_opts.h | 45 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE() argument 123 CASE(Xor); in create_xfermode()
|
/third_party/flutter/skia/src/opts/ |
D | SkXfermode_opts.h | 45 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/ |
D | TruncInstCombine.cpp | 55 case Instruction::Xor: in getRelevantOperands() 117 case Instruction::Xor: { in buildTruncExpressionDag() 348 case Instruction::Xor: { in ReduceExpressionDag()
|
/third_party/glslang/Test/ |
D | spv.specConstantOperations.vert | 51 // Bitwise And, Or, Xor 95 // Bitwise And, Or, Xor
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 127 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()
|
D | SystemZTDC.cpp | 105 LI->getOpcode() == Instruction::Xor)) { in converted() 303 case Instruction::Xor: in convertLogicOp()
|
/third_party/flutter/skia/docs/examples/ |
D | Xor.cpp | 5 REG_FIDDLE(Xor, 256, 256, false, 0) {
|
/third_party/skia/docs/examples/ |
D | Xor.cpp | 5 REG_FIDDLE(Xor, 256, 256, false, 0) {
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 84 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/RISCV/ |
D | RISCVTargetTransformInfo.cpp | 55 case Instruction::Xor: in getIntImmCostInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 133 if (!BinOp || BinOp->getOpcode() != Instruction::Xor) in handlePhiDef() 149 case Instruction::Xor: in handlePhiDef()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 55 Xor, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 829 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 …]
|
D | InstCombineAtomicRMW.cpp | 42 case AtomicRMWInst::Xor: in isIdempotentRMW()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | specialization-constant-evaluation.comp | 261 } Xor; 315 Xor.val[0] = 0.0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 448 Xor ///< Bitwise exclusive or. enumerator 559 return create(Xor, LHS, RHS, Ctx); in createXor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 31 Ops.push_back(binOpDescriptor(1, Instruction::Xor)); in describeFuzzerIntOps() 109 case Instruction::Xor: in binOpDescriptor()
|