/external/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
|
/external/llvm-project/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/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | PosixReturnCheck.cpp | 80 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("binop"); in check() local
|
D | MisplacedOperatorInStrlenInAllocCheck.cpp | 84 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("BinOp"); in check() local
|
D | SuspiciousStringCompareCheck.cpp | 203 if (const auto *BinOp = in check() local
|
D | StringIntegerAssignmentCheck.cpp | 54 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) { in isLikelyCharExpression() local
|
/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/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/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/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 511 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local 663 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowSDivOrSRem() local 707 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in processUDivOrURem() local 878 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp() 919 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
|
/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
|
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | TimeSubtractionCheck.cpp | 131 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("binop"); in check() local
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
|
/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/llvm/lib/Analysis/ |
D | CostModel.cpp | 158 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel() 342 BinaryOperator *BinOp; in matchVectorSplittingReduction() local
|
/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/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 351 if (const auto *BinOp = checkOpKind<TExpr>(Part, OpKind)) { in collectOperands() local 705 static bool areSidesBinaryConstExpressions(const BinaryOperator *&BinOp, const ASTContext *AstCtx) { in areSidesBinaryConstExpressions() 727 static bool retrieveConstExprFromBothSides(const BinaryOperator *&BinOp, in retrieveConstExprFromBothSides() 1201 if (const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("binary")) { in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 102 StringRef negatedOperator(const BinaryOperator *BinOp) { in negatedOperator() 235 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) { in replacementExpression() local 370 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) in containsBoolLiteral() local
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 226 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion() 297 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() 792 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() 837 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/llvm-project/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 427 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processAssume() local 479 auto *BinOp = cast<BinaryOperator>(BI->getCondition()); in processBranch() local 496 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processBranch() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 284 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 290 int BinOp = CurTok; in ParseBinOpRHS() local
|