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

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h31 const unsigned CCMASK_ANY = CCMASK_0 | CCMASK_1 | CCMASK_2 | CCMASK_3; member in namespace:llvm::SystemZ
44 const unsigned CCMASK_CMP_O = CCMASK_ANY ^ CCMASK_CMP_UO;
65 const unsigned CCMASK_TM_SOME_0 = CCMASK_TM_ALL_1 ^ CCMASK_ANY;
66 const unsigned CCMASK_TM_SOME_1 = CCMASK_TM_ALL_0 ^ CCMASK_ANY;
69 const unsigned CCMASK_TM = CCMASK_ANY;
H A DSystemZInstrInfo.cpp275 if (Branch.CCMask == SystemZ::CCMASK_ANY) {
1046 return SystemZII::Branch(SystemZII::BranchNormal, SystemZ::CCMASK_ANY,
1047 SystemZ::CCMASK_ANY, &MI->getOperand(0));
H A DSystemZISelLowering.cpp1333 return SystemZ::CCMASK_TM_MIXED_MSB_0 ^ SystemZ::CCMASK_ANY;
1337 return SystemZ::CCMASK_TM_MIXED_MSB_1 ^ SystemZ::CCMASK_ANY;
2994 .addImm(SystemZ::CCMASK_ANY).addImm(SystemZ::CCMASK_3).addMBB(LoopMBB);

Completed in 100 milliseconds