Searched refs:CCMASK_CMP_EQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h35 const unsigned CCMASK_CMP_EQ = CCMASK_0; member in namespace:llvm::SystemZ
39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT;
H A DSystemZElimCompare.cpp244 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ;
H A DSystemZISelLowering.cpp1086 CCMask ^= SystemZ::CCMASK_CMP_EQ;
1122 else if (CCMask == SystemZ::CCMASK_CMP_EQ ||
1275 if (CCMask == SystemZ::CCMASK_CMP_EQ)
1295 if (CCMask == SystemZ::CCMASK_CMP_EQ)
1330 if (CCMask == SystemZ::CCMASK_CMP_EQ && CmpVal == Low)
1334 if (CCMask == SystemZ::CCMASK_CMP_EQ && CmpVal == High)
1432 if (CCMask == SystemZ::CCMASK_CMP_EQ ||
1444 CCMask = ((CCMask & SystemZ::CCMASK_CMP_EQ) |

Completed in 106 milliseconds