reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/SystemZ/SystemZ.h
   38 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
   39 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT;
lib/Target/SystemZ/SystemZElimCompare.cpp
  262       Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_EQ)
  328     ReusableCCMask &= SystemZ::CCMASK_CMP_EQ;
lib/Target/SystemZ/SystemZISelLowering.cpp
 1943   CONV(EQ);
 1971     C.CCMask ^= SystemZ::CCMASK_CMP_EQ;
 2133   return ((CCMask & SystemZ::CCMASK_CMP_EQ) |
 2144   if (C.CCMask == SystemZ::CCMASK_CMP_EQ ||
 2268     if (CCMask == SystemZ::CCMASK_CMP_EQ)
 2288     if (CCMask == SystemZ::CCMASK_CMP_EQ)
 2323     if (CCMask == SystemZ::CCMASK_CMP_EQ && CmpVal == Low)
 2327     if (CCMask == SystemZ::CCMASK_CMP_EQ && CmpVal == High)
 2363         NewC.CCMask == SystemZ::CCMASK_CMP_EQ ||
 2373       NewC.CCMask ^= SystemZ::CCMASK_CMP_EQ;
 2509     if (C.CCMask == SystemZ::CCMASK_CMP_EQ ||
 2803       C.CCMask != SystemZ::CCMASK_CMP_EQ &&
 3831                               SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ);
 5971     else if (CCMask != SystemZ::CCMASK_CMP_EQ)
 6025     case SystemZ::CCMASK_CMP_EQ: break;