Searched refs:CCMASK_CMP_NE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h38 const unsigned CCMASK_CMP_NE = CCMASK_CMP_LT | CCMASK_CMP_GT; member in namespace:llvm::SystemZ
H A DSystemZISelLowering.cpp1123 CCMask == SystemZ::CCMASK_CMP_NE)
1277 if (CCMask == SystemZ::CCMASK_CMP_NE)
1297 if (CCMask == SystemZ::CCMASK_CMP_NE)
1332 if (CCMask == SystemZ::CCMASK_CMP_NE && CmpVal == Low)
1336 if (CCMask == SystemZ::CCMASK_CMP_NE && CmpVal == High)
1433 CCMask == SystemZ::CCMASK_CMP_NE ||
2712 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB);
2859 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
2886 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
2926 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
[all...]
H A DSystemZElimCompare.cpp186 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE)
H A DSystemZLongBranch.cpp358 .addImm(SystemZ::CCMASK_CMP_NE)
H A DSystemZInstrInfo.cpp1057 SystemZ::CCMASK_CMP_NE, &MI->getOperand(2));
1061 SystemZ::CCMASK_CMP_NE, &MI->getOperand(2));

Completed in 166 milliseconds