Searched refs:RHS2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h238 // RHS1 & ~RHS2 into this element
240 const SparseBitVectorElement &RHS2,
246 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i];
686 // Result of RHS1 & ~RHS2 is stored into this bitmap.
688 const SparseBitVector<ElementSize> &RHS2)
691 intersectWithComplement(RHS2);
693 } else if (this == &RHS2) {
694 SparseBitVector RHS2Copy(RHS2);
702 ElementListConstIter Iter2 = RHS2.Elements.begin();
705 // If RHS2 i
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2544 Value *LHS2, *RHS2; local
2545 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor)
2547 RHS2, SI, SPF, RHS))
2549 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor)
2551 RHS2, SI, SPF, LHS))
H A DInstCombineCompares.cpp2645 Value *LHS2, *RHS2; local
2646 if (!match(UnequalVal, m_Select(m_ICmp(PredB, m_Value(LHS2), m_Value(RHS2)),
2653 std::swap(LHS2, RHS2);
2659 if (PredB == ICmpInst::ICMP_SGT && isa<Constant>(RHS2)) {
2662 getFlippedStrictnessPredicateAndConstant(PredB, cast<Constant>(RHS2));
2666 RHS2 = FlippedStrictness->second;
2671 return PredB == ICmpInst::ICMP_SLT && RHS == RHS2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp580 SDValue RHS2 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_1, local
593 Cmp = DAG.getNode(AVRISD::CMPC, DL, MVT::Glue, LHS2, RHS2, Cmp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4787 SDValue RHS2 = Op2.getOperand(1); local
4797 SDValue *K2 = isa<ConstantSDNode>(LHS2) ? &LHS2 : isa<ConstantSDNode>(RHS2)
4798 ? &RHS2
4802 SDValue V2Tmp = (K2 && *K2 == LHS2) ? RHS2 : LHS2;
4823 : isLowerSaturate(LHS2, RHS2, TrueVal2, FalseVal2, CC2, *K2)
4829 : isUpperSaturate(LHS2, RHS2, TrueVal2, FalseVal2, CC2, *K2)
5195 SDValue RHS1, RHS2; local
5197 expandf64Toi32(RHS, DAG, RHS1, RHS2);
5199 RHS2 = DAG.getNode(ISD::AND, dl, MVT::i32, RHS2, Mas
10707 Register RHS2 = MI.getOperand(4).getReg(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2416 const Value *LHS2 = nullptr, *RHS2 = nullptr; local
2417 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor;
2421 if (!match(RHS2, m_APInt(CHigh)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21232 SDValue RHS2 = extract128BitVector(RHS, NumElems / 2, DAG, dl);
21239 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, RHS2, CC));
[all...]

Completed in 352 milliseconds