Home
last modified time | relevance | path

Searched defs:BinOp (Results 1 – 25 of 157) sorted by relevance

1234567

/external/rust/crates/syn/src/
Dop.rs88 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/
DRISCVExpandAtomicPseudoInsts.cpp220 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/
DPosixReturnCheck.cpp80 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("binop"); in check() local
DMisplacedOperatorInStrlenInAllocCheck.cpp84 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("BinOp"); in check() local
DSuspiciousStringCompareCheck.cpp203 if (const auto *BinOp = in check() local
DStringIntegerAssignmentCheck.cpp54 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) { in isLikelyCharExpression() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp237 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/
DAArch64AddressTypePromotion.cpp160 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/
DWebAssemblyWasmObjectWriter.cpp53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp511 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/
DCorrelatedValuePropagation.cpp523 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()
DLowerExpectIntrinsic.cpp132 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DTimeSubtractionCheck.cpp131 const auto *BinOp = Result.Nodes.getNodeAs<BinaryOperator>("binop"); in check() local
/external/llvm/lib/Analysis/
DCostModel.cpp158 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel()
342 BinaryOperator *BinOp; in matchVectorSplittingReduction() local
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp225 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/
DRedundantExpressionCheck.cpp351 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/
DSimplifyBooleanExprCheck.cpp102 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/
DConstantRange.cpp226 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/
DPredicateInfo.cpp378 } 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/
DPredicateInfo.cpp427 } 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/
Dtoy.cpp284 int BinOp = CurTok; in ParseBinOpRHS() local
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp290 int BinOp = CurTok; in ParseBinOpRHS() local

1234567