| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 87 InstructionCost RHS2(RHS); 88 *this += RHS2; 99 InstructionCost RHS2(RHS); 100 *this -= RHS2; 111 InstructionCost RHS2(RHS); 112 *this *= RHS2; 123 InstructionCost RHS2(RHS); 124 *this /= RHS2; 170 InstructionCost RHS2(RHS); 171 return *this == RHS2; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 240 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()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple.def | 82 /* GIMPLE_ASSIGN <SUBCODE, LHS, RHS1[, RHS2]> represents the assignment 85 LHS = RHS1 SUBCODE RHS2. 98 RHS2 is the second operand on the RHS of the assignment. It must be a tree
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple.def | 82 /* GIMPLE_ASSIGN <SUBCODE, LHS, RHS1[, RHS2]> represents the assignment 85 LHS = RHS1 SUBCODE RHS2. 98 RHS2 is the second operand on the RHS of the assignment. It must be a tree
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 2926 Value *LHS2, *RHS2; in visitSelectInst() local 2927 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst() 2929 RHS2, SI, SPF, RHS)) in visitSelectInst() 2931 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst() 2933 RHS2, SI, SPF, LHS)) in visitSelectInst()
|
| H A D | InstCombineCompares.cpp | 2694 Value *LHS2, *RHS2; in matchThreeWayIntCompare() local 2695 if (!match(UnequalVal, m_Select(m_ICmp(PredB, m_Value(LHS2), m_Value(RHS2)), in matchThreeWayIntCompare() 2702 std::swap(LHS2, RHS2); in matchThreeWayIntCompare() 2708 if (PredB == ICmpInst::ICMP_SGT && isa<Constant>(RHS2)) { in matchThreeWayIntCompare() 2712 PredB, cast<Constant>(RHS2)); in matchThreeWayIntCompare() 2716 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare() 2721 return PredB == ICmpInst::ICMP_SLT && RHS == RHS2; in matchThreeWayIntCompare()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 683 SDValue RHS2 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_1, in getAVRCmp() local 696 Cmp = DAG.getNode(AVRISD::CMPC, DL, MVT::Glue, LHS2, RHS2, Cmp); in getAVRCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 2788 const Value *LHS2 = nullptr, *RHS2 = nullptr; in isSignedMinMaxClamp() local 2789 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor; in isSignedMinMaxClamp() 2793 if (!match(RHS2, m_APInt(CHigh))) in isSignedMinMaxClamp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5421 SDValue RHS1, RHS2; in OptimizeVFPBrcond() local 5423 expandf64Toi32(RHS, DAG, RHS1, RHS2); in OptimizeVFPBrcond() 5425 RHS2 = DAG.getNode(ISD::AND, dl, MVT::i32, RHS2, Mask); in OptimizeVFPBrcond() 5429 SDValue Ops[] = { Chain, ARMcc, LHS1, LHS2, RHS1, RHS2, Dest }; in OptimizeVFPBrcond() 11504 Register RHS2 = MI.getOperand(4).getReg(); in EmitInstrWithCustomInserter() local 11510 .addReg(LHS2).addReg(RHS2) in EmitInstrWithCustomInserter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6091 SDValue RHS1, RHS2; in splitVectorIntBinary() local 6092 std::tie(RHS1, RHS2) = splitVector(Op.getOperand(1), DAG, dl); in splitVectorIntBinary() 6098 DAG.getNode(Op.getOpcode(), dl, HiVT, LHS2, RHS2)); in splitVectorIntBinary() 22768 SDValue RHS1, RHS2; in splitIntVSETCC() local 22769 std::tie(RHS1, RHS2) = splitVector(RHS, DAG, dl); in splitIntVSETCC() 22776 DAG.getNode(ISD::SETCC, dl, HiVT, LHS2, RHS2, CC)); in splitIntVSETCC()
|