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

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; member in namespace:llvm::SystemZ
H A DSystemZInstrInfo.cpp1056 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP,
1060 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP,
1065 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP,
1070 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP,
1075 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP,
1080 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP,
H A DSystemZElimCompare.cpp185 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
394 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 &&
H A DSystemZLongBranch.cpp357 .addImm(SystemZ::CCMASK_ICMP)
375 .addImm(SystemZ::CCMASK_ICMP)
H A DSystemZISelLowering.cpp1422 CCValid = SystemZ::CCMASK_ICMP;
2589 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB);
2711 .addImm(SystemZ::CCMASK_ICMP)
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)

Completed in 106 milliseconds