Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp245 static bool areEquivalent(const llvm::fltSemantics &LHS, 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 …]
DKnownBits.cpp19 const KnownBits &LHS, const KnownBits &RHS, in computeForAddCarry()
48 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry()
55 const KnownBits &LHS, KnownBits RHS) { in computeForAddSub()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h536 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()
590 bool willNotOverflow(BinaryOperator::BinaryOps Opcode, const Value *LHS, in willNotOverflow()
[all …]
DInstCombineAndOrXor.cpp55 static Value *getNewICmpValue(unsigned Code, bool Sign, Value *LHS, Value *RHS, in getNewICmpValue()
65 static Value *getFCmpValue(unsigned Code, Value *LHS, Value *RHS, in getFCmpValue()
293 static bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred, in decomposeBitTestICmp()
312 Value *&D, Value *&E, ICmpInst *LHS, in getMaskedTypeForICmpPair()
442 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
572 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmpsAsymmetric()
606 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps()
804 foldAndOrOfEqualityCmpsWithConstants(ICmpInst *LHS, ICmpInst *RHS, in foldAndOrOfEqualityCmpsWithConstants()
860 Value *InstCombiner::foldAndOrOfICmpsOfAndWithPow2(ICmpInst *LHS, ICmpInst *RHS, in foldAndOrOfICmpsOfAndWithPow2()
1145 Value *InstCombiner::foldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS, in foldAndOfICmps()
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h157 Child LHS; variable
173 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
181 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine()
365 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine()
373 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine()
396 Child LHS, RHS; in utohexstr() local
DAPInt.h1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
1906 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv()
1911 inline APInt udiv(const APInt &LHS, const APInt &RHS) { return LHS.udiv(RHS); } in udiv()
1916 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem()
1921 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem()
1926 inline APInt mul(const APInt &LHS, const APInt &RHS) { return LHS * RHS; } in mul()
1931 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; } in add()
1936 inline APInt sub(const APInt &LHS, const APInt &RHS) { return LHS - RHS; } in sub()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTwine.h156 Child LHS = {0}; variable
174 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
182 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine()
357 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine()
365 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine()
388 Child LHS, RHS; in utohexstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp352 Value *LHS = AO->getOperand(0), *RHS = AO->getOperand(1); in tryReassociateGEPAtIndex() local
368 unsigned I, Value *LHS, in tryReassociateGEPAtIndex()
438 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in tryReassociateBinaryOp() local
449 Instruction *NaryReassociatePass::tryReassociateBinaryOp(Value *LHS, Value *RHS, in tryReassociateBinaryOp()
478 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() local
511 const SCEV *LHS, in getBinarySCEV()
DStraightLineStrengthReduce.cpp394 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in allocateCandidatesAndFindBasisForAdd() local
401 Value *LHS, Value *RHS, Instruction *I) { in allocateCandidatesAndFindBasisForAdd()
433 Value *LHS, Value *RHS, Instruction *I) { in allocateCandidatesAndFindBasisForMul()
462 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in allocateCandidatesAndFindBasisForMul() local
491 Value *LHS = nullptr; in factorArrayIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp73 [](StringRef LHS, StringRef RHS) { in initialize()
1497 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
1501 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
1505 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
1509 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()
DLoopUnrollAnalyzer.cpp69 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitBinaryOperator() local
167 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitCmpInst() local
DInstructionSimplify.cpp127 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
145 static Value *simplifyCmpSelCase(CmpInst::Predicate Pred, Value *LHS, in simplifyCmpSelCase()
162 static Value *simplifyCmpSelTrueCase(CmpInst::Predicate Pred, Value *LHS, in simplifyCmpSelTrueCase()
171 static Value *simplifyCmpSelFalseCase(CmpInst::Predicate Pred, Value *LHS, in simplifyCmpSelFalseCase()
236 static Value *ExpandBinOp(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS, in ExpandBinOp()
295 Value *LHS, Value *RHS, in SimplifyAssociativeBinOp()
394 static Value *ThreadBinOpOverSelect(Instruction::BinaryOps Opcode, Value *LHS, in ThreadBinOpOverSelect()
472 static Value *ThreadCmpOverSelect(CmpInst::Predicate Pred, Value *LHS, in ThreadCmpOverSelect()
518 static Value *ThreadBinOpOverPHI(Instruction::BinaryOps Opcode, Value *LHS, in ThreadBinOpOverPHI()
561 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS, in ThreadCmpOverPHI()
[all …]
DCmpInstAnalysis.cpp66 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, in decomposeBitTestICmp()
DScalarEvolution.cpp661 const LoopInfo *const LI, const SCEV *LHS, const SCEV *RHS, in CompareSCEVComplexity()
818 const SCEV *&LHS = Ops[0], *&RHS = Ops[1]; in GroupByComplexity() local
825 llvm::stable_sort(Ops, [&](const SCEV *LHS, const SCEV *RHS) { in GroupByComplexity()
1857 const SCEV *LHS; in getZeroExtendExpr() local
3165 const SCEV *ScalarEvolution::getURemExpr(const SCEV *LHS, in getURemExpr()
3194 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr()
3344 const SCEV *ScalarEvolution::getUDivExactExpr(const SCEV *LHS, in getUDivExactExpr()
3583 auto FoldOp = [&](const APInt &LHS, const APInt &RHS) { in getMinMaxExpr()
3688 const SCEV *ScalarEvolution::getSMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getSMaxExpr()
3697 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, const SCEV *RHS) { in getUMaxExpr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp34 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) { in addEntry()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
77 Target RHS) { return LHS.first < RHS; }); in addUUID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugFrameDataSubsection.cpp51 [](const FrameData &LHS, const FrameData &RHS) { in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
126 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS) { in add()
130 Counter CounterExpressionBuilder::subtract(Counter LHS, Counter RHS) { in subtract()
177 Expected<int64_t> LHS = evaluate(E.LHS); in evaluate() local
510 llvm::sort(Regions, [](const CountedRegion &LHS, const CountedRegion &RHS) { in sortNestedRegions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h133 VPValue *createAnd(VPValue *LHS, VPValue *RHS) { in createAnd()
137 VPValue *createOr(VPValue *LHS, VPValue *RHS) { in createOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp484 static void NegateCC(SDValue &LHS, SDValue &RHS, ISD::CondCode &CC) { in NegateCC()
501 SDValue LHS = Op.getOperand(2); in LowerBR_CC() local
514 SDValue LHS = Op.getOperand(0); in LowerSELECT_CC() local
701 Register LHS = MI.getOperand(1).getReg(); in EmitInstrWithCustomInserter() local

123456789