Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp151 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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp602 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()
H A DFloat2Int.cpp303 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in calcRange() local
H A DLowerExpectIntrinsic.cpp165 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp54 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getTargetSection() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp285 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()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp284 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp238 BinOpToken BinOp; in evalDecodeOperand() local
666 BinOpToken BinOp; in evalComplexExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp311 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/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.cpp1146 if (auto *BinOp = dyn_cast<BinaryOperator>(S)) { in matchValueExprForBind() local
1305 const auto *BinOp = dyn_cast<BinaryOperator>(S); in checkBind() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp489 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in foldPHIArgBinOpIntoPHI() local
957 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in foldPHIArgOpIntoPHI() local
H A DInstCombineAndOrXor.cpp81 Value *BinOp = Builder.CreateBinOp(I.getOpcode(), NewLHS, NewRHS); in SimplifyBSwap() local
2079 Value *BinOp = isa<ZExtInst>(BO->getOperand(0)) in visitAnd() local
2117 BinaryOperator::BinaryOps BinOp = cast<BinaryOperator>(Op0)->getOpcode(); in visitAnd() local
2561 Value *BinOp = Builder.CreateOr(NewLower, NewUpper); in matchOrConcat() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp321 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp701 void ConsumedStmtVisitor::VisitBinaryOperator(const BinaryOperator *BinOp) { in VisitBinaryOperator()
1254 } else if (const auto *BinOp = in splitState() local
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp240 if (const auto *BinOp = dyn_cast<BinaryOperator>(E)) in VisitObjCMessageExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp448 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp498 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp549 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp571 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp483 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp566 int BinOp = CurTok; in ParseBinOpRHS() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp566 int BinOp = CurTok; in ParseBinOpRHS() local

123