/third_party/rust/crates/syn/src/ |
D | op.rs | 88 fn parse_binop(input: ParseStream) -> Result<BinOp> { in parse_binop() 131 impl Parse for BinOp { implementation 189 impl ToTokens for BinOp { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVExpandPseudoInsts.cpp | 237 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 298 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 360 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 409 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
|
D | RISCVISelLowering.cpp | 2762 getIntrinsicForMaskedAtomicRMWBinOp(unsigned XLen, AtomicRMWInst::BinOp BinOp) { in getIntrinsicForMaskedAtomicRMWBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 523 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local 651 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in processUDivOrURem() local 741 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp() 784 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
|
D | LowerExpectIntrinsic.cpp | 132 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
|
D | Float2Int.cpp | 270 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in walkForwards() local
|
D | LowerMatrixIntrinsics.cpp | 501 if (auto *BinOp = dyn_cast<BinaryOperator>(&Inst)) in Visit() local
|
D | EarlyCSE.cpp | 206 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst)) { in getHashValueImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 225 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion() 296 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() 776 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() 819 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp()
|
D | Core.cpp | 3532 static AtomicRMWInst::BinOp mapFromLLVMRMWBinOp(LLVMAtomicRMWBinOp BinOp) { in mapFromLLVMRMWBinOp() 3552 static LLVMAtomicRMWBinOp mapToLLVMRMWBinOp(AtomicRMWInst::BinOp BinOp) { in mapToLLVMRMWBinOp() 3699 void LLVMSetAtomicRMWBinOp(LLVMValueRef Inst, LLVMAtomicRMWBinOp BinOp) { in LLVMSetAtomicRMWBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 378 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processAssume() local 429 auto *BinOp = cast<BinaryOperator>(BI->getCondition()); in processBranch() local 446 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processBranch() local
|
D | SimplifyIndVar.cpp | 405 static bool willNotOverflow(ScalarEvolution *SE, Instruction::BinaryOps BinOp, in willNotOverflow()
|
/third_party/node/deps/v8/src/wasm/ |
D | init-expr-interface.cc | 47 void InitExprInterface::BinOp(FullDecoder* decoder, WasmOpcode opcode, in BinOp() function in v8::internal::wasm::InitExprInterface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 375 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local 825 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local
|
D | InstCombineAndOrXor.cpp | 109 Value *BinOp = Builder.CreateBinOp(I.getOpcode(), NewLHS, NewRHS); in SimplifyBSwap() local 1791 BinaryOperator::BinaryOps BinOp = cast<BinaryOperator>(Op0)->getOpcode(); in visitAnd() local 1832 Value *BinOp; in visitAnd() local
|
D | InstCombineCasts.cpp | 586 BinaryOperator *BinOp; in narrowBinOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 953 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Val); in getCastsForInductionPHI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 642 BinOpToken BinOp; in evalComplexExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 345 const auto BinOp = cast<BinaryOperator>(Instr); in convertArithInstruction() local
|
/third_party/rust/crates/syn/src/gen/ |
D | clone.rs | 78 impl Copy for BinOp {} implementation 81 impl Clone for BinOp { implementation
|
D | eq.rs | 75 impl Eq for BinOp {} implementation 78 impl PartialEq for BinOp { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 125 if (BinOpInit *BinOp = dyn_cast<BinOpInit>(NewName)) in QualifyName() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3851 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in canGetThrough() local 7137 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(I); in optimizeInst() local
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 357 } BinOp; member
|