Searched refs:CCMASK_ICMP (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 359 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount() 377 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
|
D | SystemZ.h | 47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
|
D | SystemZInstrInfo.cpp | 1221 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()
|
D | SystemZElimCompare.cpp | 195 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT() 417 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 && in fuseCompareOperations()
|
D | SystemZISelLowering.cpp | 2113 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/ |
D | SystemZLongBranch.cpp | 364 .addImm(SystemZ::CCMASK_ICMP) in splitBranchOnCount() 382 .addImm(SystemZ::CCMASK_ICMP) in splitCompareBranch()
|
D | SystemZElimCompare.cpp | 215 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()
|
D | SystemZ.h | 47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2; variable
|
D | SystemZInstrInfo.cpp | 1534 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()
|
D | SystemZISelLowering.cpp | 2282 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()
|