Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp552 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local
715 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowSDivOrSRem() local
759 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in processUDivOrURem() local
930 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp()
968 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
H A DLowerExpectIntrinsic.cpp151 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
H A DFloat2Int.cpp268 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in walkForwards() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp231 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion()
302 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion()
797 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp()
842 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp284 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp238 auto BinOp = (Op == OO_Plus || Op == OO_PlusEqual) ? BO_Add : BO_Sub; in advancePosition() local
H A DNullabilityChecker.cpp1030 if (auto *BinOp = dyn_cast<BinaryOperator>(S)) { in matchValueExprForBind() local
1189 const auto *BinOp = dyn_cast<BinaryOperator>(S); in checkBind() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp311 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp461 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in foldPHIArgBinOpIntoPHI() local
916 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in foldPHIArgOpIntoPHI() local
H A DInstCombineAndOrXor.cpp111 Value *BinOp = Builder.CreateBinOp(I.getOpcode(), NewLHS, NewRHS); in SimplifyBSwap() local
1853 BinaryOperator::BinaryOps BinOp = cast<BinaryOperator>(Op0)->getOpcode(); in visitAnd() local
1926 Value *BinOp; in visitAnd() local
2244 Value *BinOp = Builder.CreateOr(NewLower, NewUpper); in matchOrConcat() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp321 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp236 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) in VisitObjCMessageExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp701 void ConsumedStmtVisitor::VisitBinaryOperator(const BinaryOperator *BinOp) { in VisitBinaryOperator()
1254 } else if (const auto *BinOp = in splitState() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp448 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp1086 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Val); in getCastsForInductionPHI() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d159 alias BinOp = Expr.Types[2]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp498 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp645 BinOpToken BinOp; in evalComplexExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp483 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp566 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp571 int BinOp = CurTok; in ParseBinOpRHS() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp566 int BinOp = CurTok; in ParseBinOpRHS() local

123