/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | op.rs | 86 impl Parse for BinOp { implementation 174 impl ToTokens for BinOp { implementation
|
/external/rust/android-crates-io/crates/syn/src/ |
D | op.rs | 86 impl Parse for BinOp { implementation 174 impl ToTokens for BinOp { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | op.rs | 86 impl Parse for BinOp { implementation 174 impl ToTokens for BinOp { implementation
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
D | LoongArchExpandAtomicPseudoInsts.cpp | 151 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 247 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 314 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 363 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVExpandAtomicPseudoInsts.cpp | 220 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 281 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 343 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 392 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
|
/external/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()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 160 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in canGetThrough() local 454 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in analyzeSExtension() local
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 54 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getTargetSection() local
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 602 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local 747 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowSDivOrSRem() local 858 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowUDivOrURem() local 1056 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp() 1094 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
|
D | Float2Int.cpp | 303 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in calcRange() local
|
D | LowerExpectIntrinsic.cpp | 165 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 158 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel() 342 BinaryOperator *BinOp; in matchVectorSplittingReduction() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | tree_views.h | 818 struct BinOp : public Expr { struct 819 explicit BinOp(const TreeRef& tree) : Expr(tree) { in BinOp() argument 862 static BinOp create( in create() argument
|
/external/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()
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 285 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion() 355 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() 875 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() 920 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 290 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 108 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local 556 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 238 BinOpToken BinOp; in evalDecodeOperand() local 666 BinOpToken BinOp; in evalComplexExpr() local
|
/external/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
|