Searched defs:BO (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h47 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS); variable
60 BinaryOperator *BO = BinaryOperator::CreateSub(LHS, RHS); variable
73 BinaryOperator *BO = BinaryOperator::CreateMul(LHS, RHS); variable
115 BinaryOperator *BO = BinaryOperator::CreateShl(LHS, RHS); variable
159 BinaryOperator *BO = BinaryOperator::CreateNeg(C); variable
[all...]
H A DInstrTypes.h255 BinaryOperator *BO = Create(Opc, V1, V2, Name); local
288 BinaryOperator *BO = Create(Opc, V1, V2, Name); local
294 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); local
300 BinaryOperator *BO local
307 BinaryOperator *BO = Create(Opc, V1, V2, Name); local
313 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); local
319 BinaryOperator *BO = Create(Opc, V1, V2, Name, I); local
326 BinaryOperator *BO = Create(Opc, V1, V2, Name); local
332 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); local
338 BinaryOperator *BO = Create(Opc, V1, V2, Name, I); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp89 void InvalidatedIteratorChecker::checkPreStmt(const BinaryOperator *BO, argument
H A DDirectIvarAssignment.cpp165 VisitBinaryOperator( const BinaryOperator *BO) argument
H A DMismatchedIteratorChecker.cpp192 void MismatchedIteratorChecker::checkPreStmt(const BinaryOperator *BO, argument
H A DIteratorRangeChecker.cpp162 void IteratorRangeChecker::checkPreStmt(const BinaryOperator *BO, argument
H A DDeadStoresChecker.cpp105 const BinaryOperator *BO = local
H A DIteratorModeling.cpp263 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, argument
H A DIvarInvalidationChecker.cpp667 VisitBinaryOperator( const BinaryOperator *BO) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp82 Value *BO = GetBaseValue(BS); local
H A DLazyValueInfo.cpp999 solveBlockValueBinaryOp( BinaryOperator *BO, BasicBlock *BB) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp96 std::size_t BO = Fmt.find_first_of('{', From); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp175 Value *BO = I->getOpcode() == Instruction::AShr local
220 Value *BO = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp296 RegisterCellLexCompare(const BitValueOrdering &BO, CellMapShadow &M) argument
313 RegisterCellBitCompareSel(unsigned R, unsigned B, unsigned N, const BitValueOrdering &BO, CellMapShadow &M) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp309 const auto *BO = dyn_cast<BinaryOperator>(EE.getVectorOperand()); local
321 const auto *BO = dyn_cast<BinaryOperator>(Op); local
359 isReachableFromPHI(PHINode *Phi, BinaryOperator *BO) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp556 const BinaryOperator *BO = cast<BinaryOperator>(S); local
H A DThreadSafetyCommon.cpp515 til::SExpr *SExprBuilder::translateBinaryOperator(const BinaryOperator *BO, argument
478 translateBinOp(til::TIL_BinaryOpcode Op, const BinaryOperator *BO, CallingContext *Ctx, bool Reverse) argument
489 translateBinAssign(til::TIL_BinaryOpcode Op, const BinaryOperator *BO, CallingContext *Ctx, bool Assign) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp123 void set(BinaryOperatorKind BO, SourceRange RR) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp431 static bool willNotOverflow(BinaryOpIntrinsic *BO, LazyValueInfo *LVI) { argument
645 auto *BO = B.CreateBinOp(Instr->getOpcode(), LHS, RHS, Instr->getName()); local
661 auto *BO = BinaryOperator::CreateURem(SDI->getOperand(0), SDI->getOperand(1), local
683 auto *BO = BinaryOperator::CreateUDiv(SDI->getOperand(0), SDI->getOperand(1), local
706 auto *BO = BinaryOperator::CreateLShr(SDI->getOperand(0), SDI->getOperand(1), local
[all...]
H A DReassociate.cpp701 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); local
707 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); local
732 BinaryOperator *BO = isReassociableOp(Op->getOperand(1), Opcode); local
746 BinaryOperator *BO = isReassociableOp(Op->getOperand(0), Opcode); local
1047 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); local
1122 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); local
[all...]
H A DSeparateConstOffsetFromGEP.cpp487 CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO, bool NonNegative) argument
552 findInEitherOperand(BinaryOperator *BO, bool SignExtended, bool ZeroExtended) argument
683 BinaryOperator *BO = cast<BinaryOperator>(U); local
706 BinaryOperator *BO = cast<BinaryOperator>(UserChain[ChainIndex]); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp738 bool SimplifyIndvar::strengthenOverflowingOperation(BinaryOperator *BO, argument
773 strengthenRightShift(BinaryOperator *BO, Value *IVOperand) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp903 static void computePolynomialBinOp(BinaryOperator &BO, Polynomial &Result) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp289 const BinaryOperator *BO = cast<BinaryOperator>(S); local

Completed in 322 milliseconds

123