HomeSort by relevance Sort by last modified time
    Searched refs:RHS1 (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/ADT/
SparseBitVector.h 231 // RHS1 & ~RHS2 into this element
232 void intersectWithComplement(const SparseBitVectorElement &RHS1,
239 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i];
696 // Result of RHS1 & ~RHS2 is stored into this bitmap.
697 void intersectWithComplement(const SparseBitVector<ElementSize> &RHS1,
700 if (this == &RHS1) {
705 intersectWithComplement(RHS1, RHS2Copy);
711 ElementListConstIter Iter1 = RHS1.Elements.begin();
714 // If RHS1 is empty, we are done
715 // If RHS2 is empty, we still have to copy RHS1
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SparseBitVector.h 239 // RHS1 & ~RHS2 into this element
240 void intersectWithComplement(const SparseBitVectorElement &RHS1,
247 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i];
682 // Result of RHS1 & ~RHS2 is stored into this bitmap.
683 void intersectWithComplement(const SparseBitVector<ElementSize> &RHS1,
686 if (this == &RHS1) {
691 intersectWithComplement(RHS1, RHS2Copy);
697 ElementListConstIter Iter1 = RHS1.Elements.begin();
700 // If RHS1 is empty, we are done
701 // If RHS2 is empty, we still have to copy RHS1
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SparseBitVector.h 253 // RHS1 & ~RHS2 into this element
254 void intersectWithComplement(const SparseBitVectorElement &RHS1,
261 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i];
690 // Result of RHS1 & ~RHS2 is stored into this bitmap.
691 void intersectWithComplement(const SparseBitVector<ElementSize> &RHS1,
696 ElementListConstIter Iter1 = RHS1.Elements.begin();
699 // If RHS1 is empty, we are done
700 // If RHS2 is empty, we still have to copy RHS1
701 if (RHS1.Elements.empty())
706 if (Iter1 == RHS1.Elements.end()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 410 ConstantInt *RHS0, *RHS1;
414 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) {
419 ConstantRange::makeExactICmpRegion(Pred1, RHS1->getValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 467 ConstantInt *RHS0, *RHS1;
471 match(Cond1, m_ICmp(Pred1, m_Specific(LHS), m_ConstantInt(RHS1)))) {
476 ConstantRange::makeExactICmpRegion(Pred1, RHS1->getValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 570 SDValue RHS1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0,
584 Cmp = DAG.getNode(AVRISD::CMPC, DL, MVT::Glue, LHS1, RHS1, Cmp);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 145 milliseconds