Home
last modified time | relevance | path

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

123456789

/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/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/compiler-rt/lib/ubsan/
Dubsan_handlers.cc66 ValueHandle LHS, in HandleIntegerOverflow()
80 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_add_overflow()
84 ValueHandle LHS, in __ubsan_handle_add_overflow_abort()
91 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_sub_overflow()
95 ValueHandle LHS, in __ubsan_handle_sub_overflow_abort()
102 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_mul_overflow()
106 ValueHandle LHS, in __ubsan_handle_mul_overflow_abort()
135 ValueHandle LHS, ValueHandle RHS) { in __ubsan_handle_divrem_overflow()
150 ValueHandle LHS, in __ubsan_handle_divrem_overflow_abort()
157 ValueHandle LHS, in __ubsan_handle_shift_out_of_bounds()
[all …]
/external/llvm/include/llvm/MC/
DMCExpr.h409 const MCExpr *LHS, *RHS; variable
420 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd()
424 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd()
428 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS, in CreateDiv()
432 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS, in CreateEQ()
436 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS, in CreateGT()
440 static const MCBinaryExpr *CreateGTE(const MCExpr *LHS, const MCExpr *RHS, in CreateGTE()
444 static const MCBinaryExpr *CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateLAnd()
448 static const MCBinaryExpr *CreateLOr(const MCExpr *LHS, const MCExpr *RHS, in CreateLOr()
452 static const MCBinaryExpr *CreateLT(const MCExpr *LHS, const MCExpr *RHS, in CreateLT()
[all …]
/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()
/external/clang/lib/Analysis/
DThreadSafetyLogical.cpp20 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies()
106 bool implies(const LExpr *LHS, const LExpr *RHS) { in implies()
/external/llvm/include/llvm/ADT/
DAPInt.h1808 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1815 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1822 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
1829 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv()
1834 inline APInt udiv(const APInt &LHS, const APInt &RHS) { return LHS.udiv(RHS); } in udiv()
1839 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem()
1844 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem()
1849 inline APInt mul(const APInt &LHS, const APInt &RHS) { return LHS * RHS; } in mul()
1854 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; } in add()
1859 inline APInt sub(const APInt &LHS, const APInt &RHS) { return LHS - RHS; } in sub()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp89 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue()
101 Value *LHS, Value *RHS, in getFCmpValue()
332 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd()
557 ICmpInst *LHS, ICmpInst *RHS, in foldLogOpOfMaskedICmpsHelper()
668 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps()
791 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) { in FoldAndOfICmps()
1027 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { in FoldAndOfFCmps()
1289 if (ICmpInst *LHS = dyn_cast<ICmpInst>(Op0)) in visitAnd() local
1294 if (FCmpInst *LHS = dyn_cast<FCmpInst>(I.getOperand(0))) in visitAnd() local
1319 if (ICmpInst *LHS = dyn_cast<ICmpInst>(Op0COp)) in visitAnd() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp493 SDValue LHS = Op.getOperand(0); in LowerSDIV24() local
574 SDValue LHS = Op.getOperand(0); in LowerSDIV32() local
653 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY); in LowerSREM8() local
671 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY); in LowerSREM16() local
683 SDValue LHS = Op.getOperand(0); in LowerSREM32() local
DR600ISelLowering.cpp336 SDValue LHS = Op.getOperand(2); in LowerBR_CC() local
392 SDValue LHS = Op.getOperand(0); in LowerSELECT_CC() local
502 SDValue LHS = Op.getOperand(0); in LowerSETCC() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp493 SDValue LHS = Op.getOperand(0); in LowerSDIV24() local
574 SDValue LHS = Op.getOperand(0); in LowerSDIV32() local
653 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY); in LowerSREM8() local
671 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY); in LowerSREM16() local
683 SDValue LHS = Op.getOperand(0); in LowerSREM32() local
DR600ISelLowering.cpp336 SDValue LHS = Op.getOperand(2); in LowerBR_CC() local
392 SDValue LHS = Op.getOperand(0); in LowerSELECT_CC() local
502 SDValue LHS = Op.getOperand(0); in LowerSETCC() local
/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/clang/test/SemaObjC/
Dwarn-weak-field.m12 __strong id LHS; field
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1655 CAMLprim LLVMValueRef llvm_build_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_add()
1661 CAMLprim LLVMValueRef llvm_build_nsw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_add()
1667 CAMLprim LLVMValueRef llvm_build_nuw_add(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_add()
1673 CAMLprim LLVMValueRef llvm_build_fadd(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fadd()
1679 CAMLprim LLVMValueRef llvm_build_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_sub()
1685 CAMLprim LLVMValueRef llvm_build_nsw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_sub()
1691 CAMLprim LLVMValueRef llvm_build_nuw_sub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nuw_sub()
1697 CAMLprim LLVMValueRef llvm_build_fsub(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_fsub()
1703 CAMLprim LLVMValueRef llvm_build_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_mul()
1709 CAMLprim LLVMValueRef llvm_build_nsw_mul(LLVMValueRef LHS, LLVMValueRef RHS, in llvm_build_nsw_mul()
[all …]
/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp21 #define LHS a in false_positives() macro
/external/clang/lib/Parse/
DParseExpr.cpp121 ExprResult LHS(ParseAssignmentExpression(isTypeCast)); in ParseExpression() local
132 ExprResult LHS(ParseObjCAtExpression(AtLoc)); in ParseExpressionWithLeadingAt() local
141 ExprResult LHS(true); in ParseExpressionWithLeadingExtension() local
167 ExprResult LHS = ParseCastExpression(/*isUnaryExpression=*/false, in ParseAssignmentExpression() local
203 ExprResult LHS(ParseCastExpression(false, false, isTypeCast)); in ParseConstantExpression() local
222 Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) { in ParseRHSOfBinaryExpression()
1199 Parser::ParsePostfixExpressionSuffix(ExprResult LHS) { in ParsePostfixExpressionSuffix()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp92 Value *LHS = BinOp->getOperand(0); in getHashValue() local
109 Value *LHS = CI->getOperand(0); in getHashValue() local
142 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
244 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h80 bool areInDifferentConditionalDirectiveRegion(SourceLocation LHS, in areInDifferentConditionalDirectiveRegion()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp79 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
128 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS, in ExpandBinOp()
187 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS, in SimplifyAssociativeBinOp()
286 static Value *ThreadBinOpOverSelect(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverSelect()
358 static Value *ThreadCmpOverSelect(CmpInst::Predicate Pred, Value *LHS, in ThreadCmpOverSelect()
440 static Value *ThreadBinOpOverPHI(unsigned Opcode, Value *LHS, Value *RHS, in ThreadBinOpOverPHI()
483 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS, in ThreadCmpOverPHI()
639 Value *LHS, Value *RHS) { in computePointerDifference()
1638 Value *LHS, Value *RHS) { in ExtractEquivalentCondition()
1685 Value *LHS, Value *RHS) { in computePointerICmp()
[all …]
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp110 ExprAST *LHS, *RHS; member in __anon127e36f80111::BinaryExprAST
254 static ExprAST *ParseBinOpRHS(int ExprPrec, ExprAST *LHS) { in ParseBinOpRHS()
289 ExprAST *LHS = ParsePrimary(); in ParseExpression() local
/external/llvm/lib/MC/
DMCExpr.cpp137 const MCBinaryExpr *MCBinaryExpr::Create(Opcode Opc, const MCExpr *LHS, in Create()
579 const MCValue &LHS,const MCSymbolRefExpr *RHS_A, in EvaluateSymbolicAdd()
764 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant(); in EvaluateAsRelocatableImpl() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp87 const MCExpr *LHS = MCSymbolRefExpr::Create(Sym, Ctx); in createExprForRelocation() local

123456789