Home
last modified time | relevance | path

Searched refs:RHS1 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h239 void intersectWithComplement(const SparseBitVectorElement &RHS1, in intersectWithComplement()
246 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i]; in intersectWithComplement()
687 void intersectWithComplement(const SparseBitVector<ElementSize> &RHS1, in intersectWithComplement() argument
690 if (this == &RHS1) { in intersectWithComplement()
695 intersectWithComplement(RHS1, RHS2Copy); in intersectWithComplement()
701 ElementListConstIter Iter1 = RHS1.Elements.begin(); in intersectWithComplement()
706 if (RHS1.Elements.empty()) in intersectWithComplement()
711 if (Iter1 == RHS1.Elements.end()) in intersectWithComplement()
730 std::copy(Iter1, RHS1.Elements.end(), std::back_inserter(Elements)); in intersectWithComplement()
733 void intersectWithComplement(const SparseBitVector<ElementSize> *RHS1, in intersectWithComplement() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp505 ConstantInt *RHS0, *RHS1; in widenCondCommon() local
509 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) { in widenCondCommon()
516 ConstantRange::makeExactICmpRegion(Pred1, RHS1->getValue()); in widenCondCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1362 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldLogicOfFCmps() local
1365 if (LHS0 == RHS1 && RHS0 == LHS1) { in foldLogicOfFCmps()
1368 std::swap(RHS0, RHS1); in foldLogicOfFCmps()
1385 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldLogicOfFCmps()
1399 if (match(LHS1, m_PosZeroFP()) && match(RHS1, m_PosZeroFP())) in foldLogicOfFCmps()
2821 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldXorOfICmps() local
2828 PredR == CmpInst::ICMP_SGT && match(RHS1, m_AllOnes())) || in foldXorOfICmps()
2830 PredR == CmpInst::ICMP_SLT && match(RHS1, m_Zero()))) { in foldXorOfICmps()
2837 PredR == CmpInst::ICMP_SLT && match(RHS1, m_Zero())) || in foldXorOfICmps()
2839 PredR == CmpInst::ICMP_SGT && match(RHS1, m_AllOnes()))) { in foldXorOfICmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1800 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in simplifyAndOrOfFCmps() local
1815 if ((isKnownNeverNaN(LHS0, TLI) && (LHS1 == RHS0 || LHS1 == RHS1)) || in simplifyAndOrOfFCmps()
1816 (isKnownNeverNaN(LHS1, TLI) && (LHS0 == RHS0 || LHS0 == RHS1))) in simplifyAndOrOfFCmps()
1827 if ((isKnownNeverNaN(RHS0, TLI) && (RHS1 == LHS0 || RHS1 == LHS1)) || in simplifyAndOrOfFCmps()
1828 (isKnownNeverNaN(RHS1, TLI) && (RHS0 == LHS0 || RHS0 == LHS1))) in simplifyAndOrOfFCmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp578 SDValue RHS1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0, in getAVRCmp() local
592 Cmp = DAG.getNode(AVRISD::CMPC, DL, MVT::Glue, LHS1, RHS1, Cmp); in getAVRCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4776 SDValue RHS1 = Op.getOperand(1); in isSaturatingConditional() local
4793 SDValue *K1 = isa<ConstantSDNode>(LHS1) ? &LHS1 : isa<ConstantSDNode>(RHS1) in isSaturatingConditional()
4794 ? &RHS1 in isSaturatingConditional()
4800 SDValue V1Tmp = (K1 && *K1 == LHS1) ? RHS1 : LHS1; in isSaturatingConditional()
4820 isLowerSaturate(LHS1, RHS1, TrueVal1, FalseVal1, CC1, *K1) in isSaturatingConditional()
4826 isUpperSaturate(LHS1, RHS1, TrueVal1, FalseVal1, CC1, *K1) in isSaturatingConditional()
5194 SDValue RHS1, RHS2; in OptimizeVFPBrcond() local
5196 expandf64Toi32(RHS, DAG, RHS1, RHS2); in OptimizeVFPBrcond()
5202 SDValue Ops[] = { Chain, ARMcc, LHS1, LHS2, RHS1, RHS2, Dest }; in OptimizeVFPBrcond()
10703 Register RHS1 = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21231 SDValue RHS1 = extract128BitVector(RHS, 0, DAG, dl); in Lower256IntVSETCC() local
21238 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1, CC), in Lower256IntVSETCC()
25700 SDValue RHS1 = extract128BitVector(RHS, 0, DAG, dl); in split256IntArith() local
25707 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1), in split256IntArith()
25729 SDValue RHS1 = extract256BitVector(RHS, 0, DAG, dl); in split512IntArith() local
25736 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1), in split512IntArith()