Searched refs:CCMASK_ICMP (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 364 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount() 382 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
|
| H A D | SystemZElimCompare.cpp | 215 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT() 259 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap() 537 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 | 1460 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo() 1464 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1469 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo() 1474 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo() 1479 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo() 1484 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
|
| H A D | SystemZISelLowering.cpp | 2287 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp() 3597 SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ); in lowerATOMIC_CMP_SWAP() 5626 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask() 6633 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax() 6762 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW() 6943 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 6970 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper() 7022 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
|