Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp363 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount()
381 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
H A DSystemZElimCompare.cpp212 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
256 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap()
641 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
H A DSystemZ.h46 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
H A DSystemZInstrInfo.cpp1538 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo()
1542 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1547 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()
1552 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo()
1557 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1562 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
H A DSystemZISelLowering.cpp2655 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp()
6509 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask()
7566 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax()
7692 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW()
7857 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
7868 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper()
7924 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
7950 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
8023 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
8211 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT) in emitProbedAlloca()
[all …]
H A DSystemZFrameLowering.cpp699 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_GT).addMBB(MBB); in inlineStackProbe()