Home
last modified time | relevance | path

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

1234567

/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.h67 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()
138 WeakVH(const WeakVH &RHS) in WeakVH()
DSMLoc.h25 SMLoc(const SMLoc &RHS) : Ptr(RHS.Ptr) {} in SMLoc()
/external/llvm/include/llvm/ADT/
DAPInt.h658 APInt And(const APInt& RHS) const { in And()
671 APInt Or(const APInt& RHS) const { in Or()
684 APInt Xor(const APInt& RHS) const { in Xor()
766 APInt sdiv(const APInt &RHS) const { in sdiv()
788 APInt srem(const APInt &RHS) const { in srem()
808 static void sdivrem(const APInt &LHS, const APInt &RHS, in sdivrem()
867 bool eq(const APInt &RHS) const { in eq()
891 bool ne(const APInt &RHS) const { in ne()
905 bool ult(uint64_t RHS) const { in ult()
919 bool slt(uint64_t RHS) const { in slt()
[all …]
DAPSInt.h202 APSInt And(const APSInt& RHS) const { in And()
210 APSInt Or(const APSInt& RHS) const { in Or()
219 APSInt Xor(const APSInt& RHS) const { in Xor()
DOwningPtr.h66 void swap(OwningPtr &RHS) { in swap()
119 void swap(OwningArrayPtr &RHS) { in swap()
DStringRef.h118 bool equals(StringRef RHS) const { in equals()
124 bool equals_lower(StringRef RHS) const { in equals_lower()
130 int compare(StringRef RHS) const { in compare()
DSmallBitVector.h148 SmallBitVector(const SmallBitVector &RHS) { in SmallBitVector()
425 void swap(SmallBitVector &RHS) { in swap()
456 swap(llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS) { in swap()
DSmallString.h38 SmallString(const SmallString &RHS) : SmallVector<char, InternalLen>(RHS) {} in SmallString()
DBitVector.h88 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector()
362 void swap(BitVector &RHS) { in swap()
428 swap(llvm::BitVector &LHS, llvm::BitVector &RHS) { in swap()
DSmallVector.h567 void SmallVectorImpl<T>::swap(SmallVectorImpl<T> &RHS) { in swap()
699 SmallVector(const SmallVector &RHS) : SmallVectorImpl<T>(NumTsAvailable) { in SmallVector()
731 SmallVector(const SmallVector &RHS) : SmallVectorImpl<T>(0) { in SmallVector()
747 swap(llvm::SmallVectorImpl<T> &LHS, llvm::SmallVectorImpl<T> &RHS) { in swap()
754 swap(llvm::SmallVector<T, N> &LHS, llvm::SmallVector<T, N> &RHS) { in swap()
/external/llvm/utils/TableGen/
DRecord.h114 virtual bool baseClassOf(const BitRecTy *RHS) const { return false; } in baseClassOf()
115 virtual bool baseClassOf(const BitsRecTy *RHS) const { return false; } in baseClassOf()
116 virtual bool baseClassOf(const IntRecTy *RHS) const { return false; } in baseClassOf()
117 virtual bool baseClassOf(const StringRecTy *RHS) const { return false; } in baseClassOf()
118 virtual bool baseClassOf(const ListRecTy *RHS) const { return false; } in baseClassOf()
119 virtual bool baseClassOf(const CodeRecTy *RHS) const { return false; } in baseClassOf()
120 virtual bool baseClassOf(const DagRecTy *RHS) const { return false; } in baseClassOf()
121 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()
[all …]
/external/llvm/include/llvm/MC/
DMCExpr.h311 const MCExpr *LHS, *RHS; variable
322 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd()
326 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd()
330 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS, in CreateDiv()
334 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS, in CreateEQ()
338 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS, in CreateGT()
342 static const MCBinaryExpr *CreateGTE(const MCExpr *LHS, const MCExpr *RHS, in CreateGTE()
346 static const MCBinaryExpr *CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateLAnd()
350 static const MCBinaryExpr *CreateLOr(const MCExpr *LHS, const MCExpr *RHS, in CreateLOr()
354 static const MCBinaryExpr *CreateLT(const MCExpr *LHS, const MCExpr *RHS, in CreateLT()
[all …]
/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp19 #define RHS a in false_positives() macro
25 LHS OP RHS; in false_positives() local
Dunused.cpp12 APSInt& APSInt::operator=(const APSInt &RHS) { in operator =()
/external/clang/lib/Rewrite/
DRewriteRope.cpp404 RopePieceBTreeInterior(RopePieceBTreeNode *LHS, RopePieceBTreeNode *RHS) in RopePieceBTreeInterior()
486 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() local
516 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() local
525 RopePieceBTreeInterior::HandleChildPiece(unsigned i, RopePieceBTreeNode *RHS) { in HandleChildPiece()
719 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) { in RopePieceBTree()
742 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() local
746 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() local
752 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp141 static Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
164 Value *LHS, Value *RHS, in getFCmpValue()
407 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd()
568 ICmpInst *LHS, ICmpInst *RHS) { in foldLogOpOfMaskedICmpsHelper()
643 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, in foldLogOpOfMaskedICmps()
718 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps()
962 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps()
1212 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1)) in visitAnd() local
1219 if (FCmpInst *RHS = dyn_cast<FCmpInst>(I.getOperand(1))) in visitAnd() local
1242 if (ICmpInst *RHS = dyn_cast<ICmpInst>(Op1COp)) in visitAnd() local
[all …]
DInstCombineVectorOps.cpp250 static bool CollectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in CollectSingleShuffleElements()
329 Value *&RHS) { in CollectShuffleElements()
425 Value *RHS = 0; in visitInsertElementInst() local
449 Value *RHS = SVI.getOperand(1); in visitShuffleVectorInst() local
/external/clang/test/Index/
Dcxx-operator-overload.cpp13 Cls Cls::operator +(const Cls &RHS) { while (1) {} } in operator +()
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1228 CAMLprim LLVMValueRef llvm_build_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_add()
1234 CAMLprim LLVMValueRef llvm_build_nsw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_add()
1240 CAMLprim LLVMValueRef llvm_build_nuw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_add()
1246 CAMLprim LLVMValueRef llvm_build_fadd(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fadd()
1252 CAMLprim LLVMValueRef llvm_build_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_sub()
1258 CAMLprim LLVMValueRef llvm_build_nsw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_sub()
1264 CAMLprim LLVMValueRef llvm_build_nuw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_sub()
1270 CAMLprim LLVMValueRef llvm_build_fsub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fsub()
1276 CAMLprim LLVMValueRef llvm_build_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_mul()
1282 CAMLprim LLVMValueRef llvm_build_nsw_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_mul()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp131 const Expr *RHS = B->getRHS(); in checkPreStmt() local
419 const Expr *RHS = i->first->getRHS(); in checkEndAnalysis() local
460 bool IdempotentOperationChecker::isSelfAssign(const Expr *LHS, const Expr *RHS) { in isSelfAssign()
506 const Expr *RHS) { in isTruncationExtensionAssignment()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp76 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS, in ExpandBinOp()
139 static Value *FactorizeBinOp(unsigned Opcode, Value *LHS, Value *RHS, in FactorizeBinOp()
209 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS, in SimplifyAssociativeBinOp()
310 static Value *ThreadBinOpOverSelect(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverSelect()
385 Value *RHS, const TargetData *TD, in ThreadCmpOverSelect()
440 static Value *ThreadBinOpOverPHI(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverPHI()
484 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS, in ThreadCmpOverPHI()
1383 Value *LHS, Value *RHS) { in ExtractEquivalentCondition()
1401 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
2094 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
[all …]

1234567