Home
last modified time | relevance | path

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

12345678910>>...24

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp246 const llvm::fltSemantics &RHS) { in areEquivalent()
348 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd()
354 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub()
360 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul()
366 SMTExprRef mkBVSRem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSRem()
372 SMTExprRef mkBVURem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVURem()
378 SMTExprRef mkBVSDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSDiv()
384 SMTExprRef mkBVUDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVUDiv()
390 SMTExprRef mkBVShl(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVShl()
396 SMTExprRef mkBVAshr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAshr()
[all …]
DSmallPtrSet.cpp144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
182 SmallPtrSetImplBase &&RHS) { in MoveFrom()
189 SmallPtrSetImplBase &&RHS) { in MoveHelper()
213 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.concat.pass.cpp97 Str RHS(R); in doConcatSourceAllocTest() local
107 StrView RHS(R); in doConcatSourceAllocTest() local
117 Ptr RHS(R); in doConcatSourceAllocTest() local
126 Ptr RHS(R); in doConcatSourceAllocTest() local
141 InputIter RHS(R); in doConcatSourceAllocTest() local
151 InputIter RHS(R); in doConcatSourceAllocTest() local
176 Str RHS(R); in doConcatSourceTest() local
183 Str RHS(R); in doConcatSourceTest() local
191 StrView RHS(R); in doConcatSourceTest() local
198 StrView RHS(R); in doConcatSourceTest() local
[all …]
Dpath.append.pass.cpp107 Str RHS(R); in doAppendSourceAllocTest() local
117 StrView RHS(R); in doAppendSourceAllocTest() local
127 Ptr RHS(R); in doAppendSourceAllocTest() local
136 Ptr RHS(R); in doAppendSourceAllocTest() local
151 InputIter RHS(R); in doAppendSourceAllocTest() local
161 InputIter RHS(R); in doAppendSourceAllocTest() local
186 Str RHS(R); in doAppendSourceTest() local
194 Str RHS(R); in doAppendSourceTest() local
202 StrView RHS(R); in doAppendSourceTest() local
209 StrView RHS(R); in doAppendSourceTest() local
[all …]
/external/llvm/include/llvm/IR/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DNoFolder.h49 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const { in CreateNSWAdd()
53 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const { in CreateNUWAdd()
57 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
69 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const { in CreateNSWSub()
73 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const { in CreateNUWSub()
77 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
89 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul()
93 Instruction *CreateNUWMul(Constant *LHS, Constant *RHS) const { in CreateNUWMul()
97 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
108 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const { in CreateExactUDiv()
[all …]
DConstantFolder.h40 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
49 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
58 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
72 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
76 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
80 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
103 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
107 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
111 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h57 void assign(StringRef RHS) { in assign()
63 void assign(const SmallVectorImpl<char> &RHS) { in assign()
83 void append(StringRef RHS) { in append()
88 void append(const SmallVectorImpl<char> &RHS) { in append()
98 bool equals(StringRef RHS) const { in equals()
103 bool equals_lower(StringRef RHS) const { in equals_lower()
109 int compare(StringRef RHS) const { in compare()
114 int compare_lower(StringRef RHS) const { in compare_lower()
120 int compare_numeric(StringRef RHS) const { in compare_numeric()
DAPInt.h1173 bool eq(const APInt &RHS) const { return (*this) == RHS; } in eq()
1197 bool ne(const APInt &RHS) const { return !((*this) == RHS); } in ne()
1205 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult()
1213 bool ult(uint64_t RHS) const { in ult()
1224 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt()
1232 bool slt(int64_t RHS) const { in slt()
1243 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule()
1251 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule()
1259 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle()
1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h58 void assign(StringRef RHS) { in assign()
64 void assign(const SmallVectorImpl<char> &RHS) { in assign()
84 void append(StringRef RHS) { in append()
89 void append(const SmallVectorImpl<char> &RHS) { in append()
99 bool equals(StringRef RHS) const { in equals()
104 bool equals_lower(StringRef RHS) const { in equals_lower()
110 int compare(StringRef RHS) const { in compare()
115 int compare_lower(StringRef RHS) const { in compare_lower()
121 int compare_numeric(StringRef RHS) const { in compare_numeric()
DAPInt.h780 APInt And(const APInt &RHS) const { return this->operator&(RHS); } in And()
800 APInt Or(const APInt &RHS) const { return this->operator|(RHS); } in Or()
820 APInt Xor(const APInt &RHS) const { return this->operator^(RHS); } in Xor()
983 bool eq(const APInt &RHS) const { return (*this) == RHS; } in eq()
1007 bool ne(const APInt &RHS) const { return !((*this) == RHS); } in ne()
1023 bool ult(uint64_t RHS) const { in ult()
1041 bool slt(int64_t RHS) const { in slt()
1051 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule()
1059 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule()
1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle()
[all …]
/external/llvm/include/llvm/ADT/
DSmallString.h57 void assign(StringRef RHS) { in assign()
63 void assign(const SmallVectorImpl<char> &RHS) { in assign()
84 void append(StringRef RHS) { in append()
89 void append(const SmallVectorImpl<char> &RHS) { in append()
99 bool equals(StringRef RHS) const { in equals()
104 bool equals_lower(StringRef RHS) const { in equals_lower()
110 int compare(StringRef RHS) const { in compare()
115 int compare_lower(StringRef RHS) const { in compare_lower()
121 int compare_numeric(StringRef RHS) const { in compare_numeric()
DAPInt.h786 APInt LLVM_ATTRIBUTE_UNUSED_RESULT And(const APInt &RHS) const { in And()
808 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APInt &RHS) const { in Or()
830 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Xor(const APInt &RHS) const { in Xor()
1007 bool eq(const APInt &RHS) const { return (*this) == RHS; } in eq()
1031 bool ne(const APInt &RHS) const { return !((*this) == RHS); } in ne()
1047 bool ult(uint64_t RHS) const { in ult()
1065 bool slt(int64_t RHS) const { in slt()
1075 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule()
1083 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule()
1091 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle()
[all …]
DSmallBitVector.h152 SmallBitVector(const SmallBitVector &RHS) { in SmallBitVector()
159 SmallBitVector(SmallBitVector &&RHS) : X(RHS.X) { in SmallBitVector() function
380 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon()
422 SmallBitVector &reset(const SmallBitVector &RHS) { in reset()
436 bool test(const SmallBitVector &RHS) const { in test()
508 void swap(SmallBitVector &RHS) { in swap()
590 swap(llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS) { in swap()
/external/libcxx/test/std/utilities/variant/variant.relops/
Drelops_bool_conv.fail.cpp56 …olExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator ==()
59 …olExplicit operator!=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator !=()
62 …oolExplicit operator<(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator <()
65 …olExplicit operator<=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator <=()
68 …oolExplicit operator>(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator >()
71 …olExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) no… in operator >=()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h119 inline bool isSignBitCheck(ICmpInst::Predicate Pred, const APInt &RHS, in isSignBitCheck()
536 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd()
542 bool willNotOverflowUnsignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedAdd()
548 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd()
554 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub()
560 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub()
566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub()
572 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul()
578 bool willNotOverflowUnsignedMul(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedMul()
584 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem()
84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem()
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd()
100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr()
103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor()
[all …]
/external/llvm/include/llvm/Analysis/
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 …]
/external/llvm/include/llvm/MC/
DMCExpr.h413 const MCExpr *LHS, *RHS; variable
415 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) in MCBinaryExpr()
424 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd()
428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd()
432 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv()
436 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
440 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
444 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE()
448 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd()
452 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h453 const MCExpr *LHS, *RHS; variable
467 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd()
472 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd()
477 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv()
482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ()
487 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT()
492 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE()
497 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd()
502 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr()
507 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp167 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
196 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
208 SmallPtrSetImplBase &&RHS) { in MoveFrom()
215 SmallPtrSetImplBase &&RHS) { in MoveHelper()
239 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap()
/external/llvm/lib/Support/
DSmallPtrSet.cpp166 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
195 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
207 SmallPtrSetImplBase &&RHS) { in MoveFrom()
214 SmallPtrSetImplBase &&RHS) { in MoveHelper()
238 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h56 LExpr *LHS, *RHS; variable
59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp()
71 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And()
78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or()
99 bool LExpr::implies(const LExpr *RHS) const { in implies()

12345678910>>...24