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 | 1056 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo() 1060 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1065 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo() 1070 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo() 1075 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1080 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
|
D | SystemZElimCompare.cpp | 184 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT() 393 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareAndBranch()
|
D | SystemZISelLowering.cpp | 1582 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp() 2925 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax() 3048 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW() 3198 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 3225 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 3265 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
|