reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
217 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || 261 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || 536 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 &&lib/Target/SystemZ/SystemZISelLowering.cpp
2502 C.CCValid = SystemZ::CCMASK_ICMP; 3831 SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ); 5955 if (CCValid != SystemZ::CCMASK_ICMP) 6994 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); 7123 .addImm(SystemZ::CCMASK_ICMP) 7304 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) 7331 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) 7383 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)lib/Target/SystemZ/SystemZInstrInfo.cpp
1422 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, 1426 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, 1431 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, 1436 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, 1441 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, 1446 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP,lib/Target/SystemZ/SystemZLongBranch.cpp
363 .addImm(SystemZ::CCMASK_ICMP) 381 .addImm(SystemZ::CCMASK_ICMP)