| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | NoFolder.h | 47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const { in CreateNSWAdd() 50 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const { in CreateNUWAdd() 53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 63 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const { in CreateNSWSub() 66 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const { in CreateNUWSub() 69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 79 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() 82 Instruction *CreateNUWMul(Constant *LHS, Constant *RHS) const { in CreateNUWMul() 85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 94 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const { in CreateExactUDiv() [all …]
|
| D | ConstantFolder.h | 38 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 63 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 66 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 69 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 93 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
| D | TargetFolder.h | 54 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 77 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 105 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
| D | ValueHandle.h | 73 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase() 149 WeakVH(const WeakVH &RHS) in WeakVH()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | SmallString.h | 38 SmallString(const SmallString &RHS) : SmallVector<char, InternalLen>(RHS) {} in SmallString() 60 void assign(StringRef RHS) { in assign() 66 void assign(const SmallVectorImpl<char> &RHS) { in assign() 87 void append(StringRef RHS) { in append() 92 void append(const SmallVectorImpl<char> &RHS) { in append() 102 bool equals(StringRef RHS) const { in equals() 107 bool equals_lower(StringRef RHS) const { in equals_lower() 113 int compare(StringRef RHS) const { in compare() 118 int compare_lower(StringRef RHS) const { in compare_lower() 124 int compare_numeric(StringRef RHS) const { in compare_numeric()
|
| D | APInt.h | 768 APInt LLVM_ATTRIBUTE_UNUSED_RESULT And(const APInt &RHS) const { in And() 790 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APInt &RHS) const { in Or() 812 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APInt &RHS) const { in Xor() 988 bool eq(const APInt &RHS) const { return (*this) == RHS; } in eq() 1012 bool ne(const APInt &RHS) const { return !((*this) == RHS); } in ne() 1028 bool ult(uint64_t RHS) const { return ult(APInt(getBitWidth(), RHS)); } in ult() 1044 bool slt(uint64_t RHS) const { return slt(APInt(getBitWidth(), RHS)); } in slt() 1052 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule() 1060 bool ule(uint64_t RHS) const { return ule(APInt(getBitWidth(), RHS)); } in ule() 1068 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() [all …]
|
| D | SmallBitVector.h | 149 SmallBitVector(const SmallBitVector &RHS) { in SmallBitVector() 157 SmallBitVector(SmallBitVector &&RHS) : X(RHS.X) { in SmallBitVector() function 388 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() 430 SmallBitVector &reset(const SmallBitVector &RHS) { in reset() 445 bool test(const SmallBitVector &RHS) const { in test() 519 void swap(SmallBitVector &RHS) { in swap() 603 swap(llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS) { in swap()
|
| D | APSInt.h | 215 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT And(const APSInt& RHS) const { in And() 223 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APSInt& RHS) const { in Or() 232 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APSInt& RHS) const { in Xor()
|
| D | BitVector.h | 89 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() 102 BitVector(BitVector &&RHS) in BitVector() function 342 bool anyCommon(const BitVector &RHS) const { in anyCommon() 395 BitVector &reset(const BitVector &RHS) { in reset() 406 bool test(const BitVector &RHS) const { in test() 477 void swap(BitVector &RHS) { in swap() 591 swap(llvm::BitVector &LHS, llvm::BitVector &RHS) { in swap()
|
| D | OwningPtr.h | 77 void swap(OwningPtr &RHS) { in swap() 139 void swap(OwningArrayPtr &RHS) { in swap()
|
| D | StringRef.h | 129 bool equals(StringRef RHS) const { in equals() 135 bool equals_lower(StringRef RHS) const { in equals_lower() 141 int compare(StringRef RHS) const { in compare()
|
| D | TinyPtrVector.h | 41 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { in TinyPtrVector() 74 TinyPtrVector(TinyPtrVector &&RHS) : Val(RHS.Val) { in TinyPtrVector() function
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCExpr.h | 385 const MCExpr *LHS, *RHS; variable 396 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd() 400 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd() 404 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS, in CreateDiv() 408 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS, in CreateEQ() 412 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS, in CreateGT() 416 static const MCBinaryExpr *CreateGTE(const MCExpr *LHS, const MCExpr *RHS, in CreateGTE() 420 static const MCBinaryExpr *CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateLAnd() 424 static const MCBinaryExpr *CreateLOr(const MCExpr *LHS, const MCExpr *RHS, in CreateLOr() 428 static const MCBinaryExpr *CreateLT(const MCExpr *LHS, const MCExpr *RHS, in CreateLT() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| D | RewriteRope.cpp | 399 RopePieceBTreeInterior(RopePieceBTreeNode *LHS, RopePieceBTreeNode *RHS) in RopePieceBTreeInterior() 485 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() local 515 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() local 524 RopePieceBTreeInterior::HandleChildPiece(unsigned i, RopePieceBTreeNode *RHS) { in HandleChildPiece() 718 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) { in RopePieceBTree() 741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() local 745 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() local 751 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue() 109 Value *LHS, Value *RHS, in getFCmpValue() 340 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd() 550 ICmpInst *LHS, ICmpInst *RHS, in foldLogOpOfMaskedICmpsHelper() 661 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps() 784 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps() 1020 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps() 1278 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1)) in visitAnd() local 1285 if (FCmpInst *RHS = dyn_cast<FCmpInst>(I.getOperand(1))) in visitAnd() local 1308 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1COp)) in visitAnd() local [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/ |
| D | Refactoring.h | 50 bool overlapsWith(Range RHS) const { in overlapsWith() 55 bool contains(Range RHS) const { in contains()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDILISelLowering.cpp | 396 SDValue RHS = Op.getOperand(1); in LowerSDIV24() local 477 SDValue RHS = Op.getOperand(1); in LowerSDIV32() local 554 SDValue RHS = DAG.getSExtOrTrunc(Op.getOperand(1), DL, INTTY); in LowerSREM8() local 571 SDValue RHS = DAG.getSExtOrTrunc(Op.getOperand(1), DL, INTTY); in LowerSREM16() local 582 SDValue RHS = Op.getOperand(1); in LowerSREM32() local
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | SmallPtrSet.cpp | 191 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl &RHS) { in CopyFrom() 225 void SmallPtrSetImpl::swap(SmallPtrSetImpl &RHS) { in swap()
|
| D | APInt.cpp | 122 APInt& APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() 154 APInt& APInt::operator=(uint64_t RHS) { in operator =() 251 APInt& APInt::operator+=(const APInt& RHS) { in operator +=() 278 APInt& APInt::operator-=(const APInt& RHS) { in operator -=() 355 APInt& APInt::operator*=(const APInt& RHS) { in operator *=() 397 APInt& APInt::operator&=(const APInt& RHS) { in operator &=() 409 APInt& APInt::operator|=(const APInt& RHS) { in operator |=() 421 APInt& APInt::operator^=(const APInt& RHS) { in operator ^=() 1667 const APInt &RHS, unsigned rhsWords, in divide() 1938 void APInt::udivrem(const APInt &LHS, const APInt &RHS, in udivrem() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | IdempotentOperationChecker.cpp | 132 const Expr *RHS = B->getRHS(); in checkPreStmt() local 429 const Expr *RHS = i->first->getRHS(); in checkEndAnalysis() local 470 bool IdempotentOperationChecker::isSelfAssign(const Expr *LHS, const Expr *RHS) { in isSelfAssign() 516 const Expr *RHS) { in isTruncationExtensionAssignment()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 80 Value *RHS) { in isSameCompare() 128 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS, in ExpandBinOp() 189 static Value *FactorizeBinOp(unsigned Opcode, Value *LHS, Value *RHS, in FactorizeBinOp() 259 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS, in SimplifyAssociativeBinOp() 358 static Value *ThreadBinOpOverSelect(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverSelect() 431 Value *RHS, const Query &Q, in ThreadCmpOverSelect() 512 static Value *ThreadBinOpOverPHI(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverPHI() 555 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS, in ThreadCmpOverPHI() 716 Value *LHS, Value *RHS) { in computePointerDifference() 1689 Value *LHS, Value *RHS) { in ExtractEquivalentCondition() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineModuleInfoImpls.cpp | 27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | EarlyCSE.cpp | 92 Value *RHS = BinOp->getOperand(1); in getHashValue() local 109 Value *RHS = CI->getOperand(1); in getHashValue() local 141 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual() 243 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 45 Value *RHS; member 902 Value *RHS = CGF.EmitScalarExpr(E->getExpr(1)); in VisitShuffleVectorExpr() local 1139 Value *LHS = 0, *RHS = 0; in VisitInitListExpr() local 2096 Value *RHS; in EmitCompoundAssign() local 2518 llvm::Value *RHS in EmitSub() local 2566 Value *ScalarExprEmitter::GetWidthMinusOneValue(Value* LHS,Value* RHS) { in GetWidthMinusOneValue() 2578 Value *RHS = Ops.RHS; in EmitShl() local 2630 Value *RHS = Ops.RHS; in EmitShr() local 2690 Value *RHS = CGF.EmitScalarExpr(E->getRHS()); in EmitCompare() local 2695 Value *RHS = Visit(E->getRHS()); in EmitCompare() local [all …]
|