Searched refs:CCMASK_ICMP (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
|
D | SystemZLongBranch.cpp | 356 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount() 374 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
|
D | SystemZInstrInfo.cpp | 1081 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo() 1085 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1090 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo() 1095 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo() 1100 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1105 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
|
D | SystemZElimCompare.cpp | 194 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT() 405 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareAndBranch()
|
D | SystemZISelLowering.cpp | 2059 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp() 5177 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax() 5300 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW() 5450 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 5477 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 5517 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
|