Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp379 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount()
397 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
H A DSystemZElimCompare.cpp205 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
249 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap()
625 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.cpp1567 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo()
1571 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1576 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()
1581 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo()
1586 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1591 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
H A DSystemZISelLowering.cpp3064 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp()
7445 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask()
8664 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW()
8915 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
8931 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
8953 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
9008 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
9034 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
9095 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
9278 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT) in emitProbedAlloca()
[all …]
H A DSystemZFrameLowering.cpp825 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_GT).addMBB(MBB); in inlineStackProbe()
1407 .addImm(SystemZ::CCMASK_ICMP) in inlineStackProbe()