Home
last modified time | relevance | path

Searched refs:CCMASK_ICMP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp380 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount()
401 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
H A DSystemZElimCompare.cpp202 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
249 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap()
629 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
H A DSystemZ.h47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
H A DSystemZInstrInfo.cpp1852 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo()
1856 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1861 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()
1866 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo()
1871 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1876 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
H A DSystemZFrameLowering.cpp845 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_GT).addMBB(MBB); in inlineStackProbe()
1444 .addImm(SystemZ::CCMASK_ICMP) in inlineStackProbe()
H A DSystemZISelLowering.cpp3474 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp()
5206 SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ); in lowerATOMIC_CMP_SWAP()
8713 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask()
9844 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE).addMBB(JoinMBB); in emitICmp128Hi()
10031 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax()
10154 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW()
10397 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
10413 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
10435 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
10490 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
[all …]