Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp359 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount()
377 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
DSystemZ.h47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
DSystemZInstrInfo.cpp1221 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo()
1225 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1230 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()
1235 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo()
1240 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1245 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
DSystemZElimCompare.cpp195 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
417 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
DSystemZISelLowering.cpp2113 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp()
5499 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax()
5623 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW()
5771 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
5798 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
5842 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp364 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount()
382 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
DSystemZElimCompare.cpp215 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
259 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToLoadAndTrap()
538 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
DSystemZ.h47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
DSystemZInstrInfo.cpp1534 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP, in getBranchInfo()
1538 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1543 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()
1548 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP, in getBranchInfo()
1553 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP, in getBranchInfo()
1558 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP, in getBranchInfo()
DSystemZISelLowering.cpp2282 C.CCValid = SystemZ::CCMASK_ICMP; in getCmp()
3594 SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ); in lowerATOMIC_CMP_SWAP()
5532 if (CCValid != SystemZ::CCMASK_ICMP) in combineCCMask()
6475 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB); in emitAtomicLoadMinMax()
6604 .addImm(SystemZ::CCMASK_ICMP) in emitAtomicCmpSwapW()
6785 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
6812 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()
6864 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE) in emitMemMemWrapper()