Searched refs:CCMASK_ICMP (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 379 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount() 397 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
|
| H A D | SystemZElimCompare.cpp | 211 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT() 255 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap() 639 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
|
| H A D | SystemZ.h | 47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
|
| H A D | SystemZInstrInfo.cpp | 1555 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo() 1559 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1564 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo() 1569 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo() 1574 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1579 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
|
| H A D | SystemZFrameLowering.cpp | 824 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_GT).addMBB(MBB); in inlineStackProbe() 1352 .addImm(SystemZ::CCMASK_ICMP) in inlineStackProbe()
|
| H A D | SystemZISelLowering.cpp | 2791 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp() 6905 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask() 8089 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW() 8340 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper() 8356 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper() 8378 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ) in emitMemMemWrapper() 8433 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 8459 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 8518 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 8701 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT) in emitProbedAlloca() [all …]
|