/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyWasmObjectWriter.cpp | 53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 552 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 D | LowerExpectIntrinsic.cpp | 151 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
|
H A D | Float2Int.cpp | 268 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in walkForwards() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 58 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 D | ConstantRange.cpp | 231 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 D | toy.cpp | 284 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 238 auto BinOp = (Op == OO_Plus || Op == OO_PlusEqual) ? BO_Add : BO_Sub; in advancePosition() local
|
H A D | NullabilityChecker.cpp | 1030 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 D | toy.cpp | 311 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 461 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in foldPHIArgBinOpIntoPHI() local 916 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in foldPHIArgOpIntoPHI() local
|
H A D | InstCombineAndOrXor.cpp | 111 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 D | toy.cpp | 321 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 236 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) in VisitObjCMessageExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | Consumed.cpp | 701 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 D | toy.cpp | 448 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1086 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Val); in getCastsForInductionPHI() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | sumtype.d | 159 alias BinOp = Expr.Types[2]; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 498 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 645 BinOpToken BinOp; in evalComplexExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 483 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 566 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 571 int BinOp = CurTok; in ParseBinOpRHS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 566 int BinOp = CurTok; in ParseBinOpRHS() local
|