Home
last modified time | relevance | path

Searched defs:RHS (Results 1 – 25 of 181) sorted by relevance

12345678

/external/llvm/include/llvm/ADT/
DSmallString.h38 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()
DAPInt.h694 APInt And(const APInt& RHS) const { in And()
707 APInt Or(const APInt& RHS) const { in Or()
720 APInt Xor(const APInt& RHS) const { in Xor()
802 APInt sdiv(const APInt &RHS) const { in sdiv()
824 APInt srem(const APInt &RHS) const { in srem()
844 static void sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem()
908 bool eq(const APInt &RHS) const { in eq()
932 bool ne(const APInt &RHS) const { in ne()
946 bool ult(uint64_t RHS) const { in ult()
960 bool slt(uint64_t RHS) const { in slt()
[all …]
DBitVector.h89 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector()
102 BitVector(BitVector &&RHS) in BitVector() function
279 bool anyCommon(const BitVector &RHS) const { in anyCommon()
332 BitVector &reset(const BitVector &RHS) { in reset()
343 bool test(const BitVector &RHS) const { in test()
414 void swap(BitVector &RHS) { in swap()
528 swap(llvm::BitVector &LHS, llvm::BitVector &RHS) { in swap()
DAPSInt.h215 APSInt And(const APSInt& RHS) const { in And()
223 APSInt Or(const APSInt& RHS) const { in Or()
232 APSInt Xor(const APSInt& RHS) const { in Xor()
DSmallBitVector.h149 SmallBitVector(const SmallBitVector &RHS) { in SmallBitVector()
157 SmallBitVector(SmallBitVector &&RHS) : X(RHS.X) { in SmallBitVector() function
358 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon()
455 void swap(SmallBitVector &RHS) { in swap()
539 swap(llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS) { in swap()
DOwningPtr.h66 void swap(OwningPtr &RHS) { in swap()
119 void swap(OwningArrayPtr &RHS) { in swap()
DStringRef.h130 bool equals(StringRef RHS) const { in equals()
136 bool equals_lower(StringRef RHS) const { in equals_lower()
142 int compare(StringRef RHS) const { in compare()
DTinyPtrVector.h41 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { in TinyPtrVector()
74 TinyPtrVector(TinyPtrVector &&RHS) : Val(RHS.Val) { in TinyPtrVector() function
/external/llvm/include/llvm/Support/
DNoFolder.h47 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 …]
DConstantFolder.h38 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 …]
DTargetFolder.h54 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 …]
DValueHandle.h72 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()
148 WeakVH(const WeakVH &RHS) in WeakVH()
DIntegersSubset.h192 IntRange(const self &RHS) : in IntRange()
236 static bool LessBySize(const self &LHS, const self &RHS) { in LessBySize()
245 SubRes sub(const self &RHS) const { in sub()
328 IntegersSubsetGeneric(const self& RHS) { in IntegersSubsetGeneric()
503 IntegersSubset(const IntegersSubset& RHS) : in IntegersSubset()
/external/llvm/include/llvm/TableGen/
DRecord.h116 virtual bool baseClassOf(const BitRecTy *RHS) const { return false; } in baseClassOf()
117 virtual bool baseClassOf(const BitsRecTy *RHS) const { return false; } in baseClassOf()
118 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; } in baseClassOf()
119 virtual bool baseClassOf(const StringRecTy *RHS) const { return false; } in baseClassOf()
120 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; } in baseClassOf()
121 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
122 virtual bool baseClassOf(const RecordRecTy *RHS) const { return false; } in baseClassOf()
157 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
160 virtual bool baseClassOf(const BitRecTy *RHS) const { return true; } in baseClassOf()
162 virtual bool baseClassOf(const IntRecTy *RHS) const { return true; } in baseClassOf()
[all …]
/external/llvm/include/llvm/MC/
DMCExpr.h338 const MCExpr *LHS, *RHS; variable
349 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd()
353 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd()
357 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS, in CreateDiv()
361 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS, in CreateEQ()
365 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS, in CreateGT()
369 static const MCBinaryExpr *CreateGTE(const MCExpr *LHS, const MCExpr *RHS, in CreateGTE()
373 static const MCBinaryExpr *CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateLAnd()
377 static const MCBinaryExpr *CreateLOr(const MCExpr *LHS, const MCExpr *RHS, in CreateLOr()
381 static const MCBinaryExpr *CreateLT(const MCExpr *LHS, const MCExpr *RHS, in CreateLT()
[all …]
/external/llvm/unittests/Support/
DIntegersSubsetTest.cpp189 const unsigned_ranges RHS, in TestDiff()
257 unsigned_ranges RHS = { { 3, 14 } }; in TEST() local
266 unsigned_ranges RHS = { { 0, 4 }, { 13, 17 } }; in TEST() local
275 unsigned_ranges RHS = { { 1, 5 }, { 10, 12 }, { 15, 16 } }; in TEST() local
285 unsigned_ranges RHS = { { 0, 5 } }; in TEST() local
294 unsigned_ranges RHS = { { 7, 8 } }; in TEST() local
303 unsigned_ranges RHS = { { 1, 4 } }; in TEST() local
312 unsigned_ranges RHS = { { 0, 5 }, { 6, 9 } }; in TEST() local
321 unsigned_ranges RHS = { { 4, 4 } }; in TEST() local
/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp19 #define RHS a in false_positives() macro
25 LHS OP RHS; in false_positives() local
Dunused.cpp14 APSInt& APSInt::operator=(const APSInt &RHS) { in operator =()
/external/clang/lib/Rewrite/Core/
DRewriteRope.cpp402 RopePieceBTreeInterior(RopePieceBTreeNode *LHS, RopePieceBTreeNode *RHS) in RopePieceBTreeInterior()
489 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() local
519 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() local
528 RopePieceBTreeInterior::HandleChildPiece(unsigned i, RopePieceBTreeNode *RHS) { in HandleChildPiece()
722 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) { in RopePieceBTree()
745 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() local
749 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() local
755 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp97 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue()
109 Value *LHS, Value *RHS, in getFCmpValue()
344 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd()
537 ICmpInst *LHS, ICmpInst *RHS, in foldLogOpOfMaskedICmpsHelper()
631 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, in foldLogOpOfMaskedICmps()
710 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps()
942 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps()
1197 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1)) in visitAnd() local
1204 if (FCmpInst *RHS = dyn_cast<FCmpInst>(I.getOperand(1))) in visitAnd() local
1227 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1COp)) in visitAnd() local
[all …]
/external/clang/test/Index/
Dcxx-operator-overload.cpp13 Cls Cls::operator +(const Cls &RHS) { while (1) {} } in operator +()
/external/llvm/lib/Support/
DSmallPtrSet.cpp199 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl &RHS) { in CopyFrom()
228 void SmallPtrSetImpl::swap(SmallPtrSetImpl &RHS) { in swap()
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair()
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1492 CAMLprim LLVMValueRef llvm_build_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_add()
1498 CAMLprim LLVMValueRef llvm_build_nsw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_add()
1504 CAMLprim LLVMValueRef llvm_build_nuw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_add()
1510 CAMLprim LLVMValueRef llvm_build_fadd(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fadd()
1516 CAMLprim LLVMValueRef llvm_build_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_sub()
1522 CAMLprim LLVMValueRef llvm_build_nsw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_sub()
1528 CAMLprim LLVMValueRef llvm_build_nuw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_sub()
1534 CAMLprim LLVMValueRef llvm_build_fsub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fsub()
1540 CAMLprim LLVMValueRef llvm_build_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_mul()
1546 CAMLprim LLVMValueRef llvm_build_nsw_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_mul()
[all …]

12345678