Home
last modified time | relevance | path

Searched refs:RHS2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DInstructionCost.h112 InstructionCost RHS2(RHS);
113 *this += RHS2;
129 InstructionCost RHS2(RHS);
130 *this -= RHS2;
151 InstructionCost RHS2(RHS);
152 *this *= RHS2;
163 InstructionCost RHS2(RHS);
164 *this /= RHS2;
210 InstructionCost RHS2(RHS);
211 return *this == RHS2;
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSparseBitVector.h240 const SparseBitVectorElement &RHS2, in intersectWithComplement()
246 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i]; in intersectWithComplement()
688 const SparseBitVector<ElementSize> &RHS2) in intersectWithComplement() argument
691 intersectWithComplement(RHS2); in intersectWithComplement()
693 } else if (this == &RHS2) { in intersectWithComplement()
694 SparseBitVector RHS2Copy(RHS2); in intersectWithComplement()
702 ElementListConstIter Iter2 = RHS2.Elements.begin(); in intersectWithComplement()
710 while (Iter2 != RHS2.Elements.end()) { in intersectWithComplement()
734 const SparseBitVector<ElementSize> *RHS2) { in intersectWithComplement() argument
735 intersectWithComplement(*RHS1, *RHS2); in intersectWithComplement()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2969 Value *LHS2, *RHS2; in visitSelectInst() local
2970 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst()
2972 RHS2, SI, SPF, RHS)) in visitSelectInst()
2974 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst()
2976 RHS2, SI, SPF, LHS)) in visitSelectInst()
DInstCombineCompares.cpp2752 Value *LHS2, *RHS2; in matchThreeWayIntCompare() local
2753 if (!match(UnequalVal, m_Select(m_ICmp(PredB, m_Value(LHS2), m_Value(RHS2)), in matchThreeWayIntCompare()
2760 std::swap(LHS2, RHS2); in matchThreeWayIntCompare()
2766 if (PredB == ICmpInst::ICMP_SGT && isa<Constant>(RHS2)) { in matchThreeWayIntCompare()
2770 PredB, cast<Constant>(RHS2)); in matchThreeWayIntCompare()
2774 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()
2779 return PredB == ICmpInst::ICMP_SLT && RHS == RHS2; in matchThreeWayIntCompare()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp693 SDValue RHS2 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_1, in getAVRCmp() local
706 Cmp = DAG.getNode(AVRISD::CMPC, DL, MVT::Glue, LHS2, RHS2, Cmp); in getAVRCmp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp2830 const Value *LHS2 = nullptr, *RHS2 = nullptr; in isSignedMinMaxClamp() local
2831 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor; in isSignedMinMaxClamp()
2835 if (!match(RHS2, m_APInt(CHigh))) in isSignedMinMaxClamp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp5573 SDValue RHS1, RHS2; in OptimizeVFPBrcond() local
5575 expandf64Toi32(RHS, DAG, RHS1, RHS2); in OptimizeVFPBrcond()
5577 RHS2 = DAG.getNode(ISD::AND, dl, MVT::i32, RHS2, Mask); in OptimizeVFPBrcond()
5581 SDValue Ops[] = { Chain, ARMcc, LHS1, LHS2, RHS1, RHS2, Dest }; in OptimizeVFPBrcond()
11791 Register RHS2 = MI.getOperand(4).getReg(); in EmitInstrWithCustomInserter() local
11797 .addReg(LHS2).addReg(RHS2) in EmitInstrWithCustomInserter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp6088 SDValue RHS1, RHS2; in splitVectorIntBinary() local
6089 std::tie(RHS1, RHS2) = splitVector(Op.getOperand(1), DAG, dl); in splitVectorIntBinary()
6095 DAG.getNode(Op.getOpcode(), dl, HiVT, LHS2, RHS2)); in splitVectorIntBinary()
22909 SDValue RHS1, RHS2; in splitIntVSETCC() local
22910 std::tie(RHS1, RHS2) = splitVector(RHS, DAG, dl); in splitIntVSETCC()
22917 DAG.getNode(ISD::SETCC, dl, HiVT, LHS2, RHS2, CC)); in splitIntVSETCC()