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

/freebsd-11.0-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 DSystemZLongBranch.cpp356 .addImm(SystemZ::CCMASK_ICMP)
374 .addImm(SystemZ::CCMASK_ICMP)
H A DSystemZInstrInfo.cpp1081 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP,
1085 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP,
1090 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP,
1095 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP,
1100 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP,
1105 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP,
H A DSystemZElimCompare.cpp194 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
405 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 &&
H A DSystemZISelLowering.cpp2059 C.CCValid = SystemZ::CCMASK_ICMP;
5177 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB);
5300 .addImm(SystemZ::CCMASK_ICMP)
5450 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
5477 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
5517 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)

Completed in 72 milliseconds