Home
last modified time | relevance | path

Searched defs:LHS (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp22 const KnownBits &LHS, const KnownBits &RHS, in computeForAddCarry()
51 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry()
58 const KnownBits &LHS, KnownBits RHS) { in computeForAddSub()
117 KnownBits KnownBits::umax(const KnownBits &LHS, const KnownBits &RHS) { in umax()
135 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin()
141 KnownBits KnownBits::smax(const KnownBits &LHS, const KnownBits &RHS) { in smax()
154 KnownBits KnownBits::smin(const KnownBits &LHS, const KnownBits &RHS) { in smin()
167 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS) { in shl()
221 KnownBits KnownBits::lshr(const KnownBits &LHS, const KnownBits &RHS) { in lshr()
274 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr()
[all …]
H A DZ3Solver.cpp246 static bool areEquivalent(const llvm::fltSemantics &LHS, in areEquivalent()
349 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd()
355 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub()
361 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul()
415 SMTExprRef mkBVOr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVOr()
475 SMTExprRef mkAnd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkAnd()
480 SMTExprRef mkOr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkOr()
618 SMTExprRef mkBVAddNoUnderflow(const SMTExprRef &LHS, in mkBVAddNoUnderflow()
627 SMTExprRef mkBVSubNoOverflow(const SMTExprRef &LHS, in mkBVSubNoOverflow()
645 SMTExprRef mkBVSDivNoOverflow(const SMTExprRef &LHS, in mkBVSDivNoOverflow()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h253 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
265 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
271 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
283 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
289 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
301 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
495 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
501 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul()
507 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
513 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCheckedArithmetic.h48 checkedAdd(T LHS, T RHS) { in checkedAdd()
57 checkedSub(T LHS, T RHS) { in checkedSub()
66 checkedMul(T LHS, T RHS) { in checkedMul()
86 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned()
95 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h43 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
52 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
61 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
79 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
106 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
110 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
114 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
239 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
H A DNoFolder.h53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
66 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
79 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
97 Instruction *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
101 Instruction *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
105 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
109 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const override { in CreateFRem()
135 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
139 Instruction *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
143 Instruction *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
[all …]
H A DMatrixBuilder.h37 std::pair<Value *, Value *> splatScalarOperandIfNeeded(Value *LHS, in splatScalarOperandIfNeeded()
161 Value *CreateAdd(Value *LHS, Value *RHS) { in CreateAdd()
186 Value *CreateSub(Value *LHS, Value *RHS) { in CreateSub()
211 Value *CreateScalarMultiply(Value *LHS, Value *RHS) { in CreateScalarMultiply()
220 Value *CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) { in CreateScalarDiv()
H A DFixedPointBuilder.h226 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd()
252 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub()
286 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul()
314 Value *CreateDiv(Value *LHS, const FixedPointSemantics &LHSSema, in CreateDiv()
341 Value *CreateShl(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShl()
373 Value *CreateEQ(Value *LHS, const FixedPointSemantics &LHSSema, in CreateEQ()
388 Value *CreateNE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateNE()
403 Value *CreateLT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLT()
419 Value *CreateLE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLE()
435 Value *CreateGT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateGT()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h53 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const override { in CreateFAdd()
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub()
67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul()
78 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const override { in CreateFDiv()
81 Constant *CreateURem(Constant *LHS, Constant *RHS) const override { in CreateURem()
84 Constant *CreateSRem(Constant *LHS, Constant *RHS) const override { in CreateSRem()
102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd()
105 Constant *CreateOr(Constant *LHS, Constant *RHS) const override { in CreateOr()
108 Constant *CreateXor(Constant *LHS, Constant *RHS) const override { in CreateXor()
234 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS, in CreateICmp()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h523 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd()
528 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd()
533 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv()
538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
548 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE()
558 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr()
563 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT()
568 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE()
583 static const MCBinaryExpr *createNE(const MCExpr *LHS, const MCExpr *RHS, in createNE()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h91 const llvm::SMTExprRef &LHS, in fromBinOp()
169 fromFloatSpecialBinOp(llvm::SMTSolverRef &Solver, const llvm::SMTExprRef &LHS, in fromFloatSpecialBinOp()
202 const llvm::SMTExprRef &LHS, in fromFloatBinOp()
347 const llvm::SMTExprRef &LHS, QualType LTy, in getBinExpr()
390 llvm::SMTExprRef LHS = in getSymBinExpr() local
402 llvm::SMTExprRef LHS = in getSymBinExpr() local
410 llvm::SMTExprRef LHS = in getSymBinExpr() local
534 llvm::SMTExprRef LHS = in getRangeExpr() local
572 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
649 ASTContext &Ctx, T &LHS, QualType &LTy, in doIntTypeConversion()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DNodeIntrospection.cpp45 static bool locationCallLessThan(const LocationCall *LHS, in locationCallLessThan()
62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()()
77 std::pair<SourceLocation, SharedLocationCall> const &LHS, in operator ()()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h55 LExpr *LHS, *RHS; variable
58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp()
70 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And()
77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or()
/netbsd/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp35 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) { in addEntry()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
77 Target RHS) { return LHS.first < RHS; }); in addUUID()
124 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument()
158 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h156 Child LHS; variable
174 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
182 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine()
357 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine()
365 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine()
388 Child LHS, RHS; in utohexstr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp277 Value *LHS = nullptr; in matchAndReassociateMinOrMax() local
376 Value *LHS = AO->getOperand(0), *RHS = AO->getOperand(1); in tryReassociateGEPAtIndex() local
392 unsigned I, Value *LHS, in tryReassociateGEPAtIndex()
462 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in tryReassociateBinaryOp() local
473 Instruction *NaryReassociatePass::tryReassociateBinaryOp(Value *LHS, Value *RHS, in tryReassociateBinaryOp()
502 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() local
535 const SCEV *LHS, in getBinarySCEV()
596 Value *LHS, Value *RHS) { in tryReassociateMinOrMax()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h482 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul()
488 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul()
493 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd()
499 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, in computeOverflowForSignedAdd()
504 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub()
510 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies()
105 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ argument
398 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument
411 #define ASSERT_LT(LHS, RHS) \ argument
417 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dselftest.h390 #define ASSERT_GT(LHS, RHS) \ argument
396 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument
409 #define ASSERT_LT(LHS, RHS) \ argument
415 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp537 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
543 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
549 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
555 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
561 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
567 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
573 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
579 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
585 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
591 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp113 std::unique_ptr<ExprAST> LHS, RHS; member in __anonae061bdf0111::BinaryExprAST
116 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST()
273 std::unique_ptr<ExprAST> LHS) { in ParseBinOpRHS()
311 auto LHS = ParsePrimary(); in ParseExpression() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp208 llvm::sort(**Cache, [](const Symbol *LHS, const Symbol *RHS) { in splitBlock()
239 llvm::sort(KV.second, [](const Symbol *LHS, const Symbol *RHS) { in dump()
259 llvm::sort(SortedBlocks, [](const Block *LHS, const Block *RHS) { in dump()
282 llvm::sort(SortedEdges, [](const Edge &LHS, const Edge &RHS) { in dump()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp121 [](StringRef LHS, StringRef RHS) { return LHS < RHS; }) && in initialize()
1600 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
1604 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
1608 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp124 ExprResult LHS(ParseAssignmentExpression(isTypeCast)); in ParseExpression() local
135 ExprResult LHS(ParseObjCAtExpression(AtLoc)); in ParseExpressionWithLeadingAt() local
144 ExprResult LHS(true); in ParseExpressionWithLeadingExtension() local
173 ExprResult LHS = ParseCastExpression(AnyCastExpr, in ParseAssignmentExpression() local
206 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, isTypeCast)); in ParseConstantExpressionInExprEvalContext() local
224 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, NotTypeCast)); in ParseCaseExpression() local
238 ExprResult LHS(ParseCastExpression(AnyCastExpr)); in ParseConstraintExpression() local
316 ExprResult LHS = ParsePrimary(); in ParseConstraintLogicalAndExpression() local
396 Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) { in ParseRHSOfBinaryExpression()
1846 Parser::ParsePostfixExpressionSuffix(ExprResult LHS) { in ParsePostfixExpressionSuffix()
[all …]

12345678910>>...16