Home
last modified time | relevance | path

Searched refs:CCMASK_CMP_LT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h36 const unsigned CCMASK_CMP_LT = CCMASK_1; variable
38 const unsigned CCMASK_CMP_NE = CCMASK_CMP_LT | CCMASK_CMP_GT;
39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
H A DSystemZElimCompare.cpp403 OFImplies = (RHS > 0 ? SystemZ::CCMASK_CMP_LT : SystemZ::CCMASK_CMP_GT); in adjustCCMasksForInstr()
H A DSystemZInstrInfo.cpp2159 ((CCMask & SystemZ::CCMASK_CMP_GT) ? SystemZ::CCMASK_CMP_LT : 0) | in reverseCCMask()
2160 ((CCMask & SystemZ::CCMASK_CMP_LT) ? SystemZ::CCMASK_CMP_GT : 0) | in reverseCCMask()
H A DSystemZISelLowering.cpp2477 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_LT) || in adjustZeroCmp()
2521 if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_LT) in adjustSubwordCmp()
2526 Value = 128, C.CCMask = SystemZ::CCMASK_CMP_LT; in adjustSubwordCmp()
2783 if (CCMask == SystemZ::CCMASK_CMP_LT) in getTestUnderMaskCond()
2811 if (CCMask == SystemZ::CCMASK_CMP_LT) in getTestUnderMaskCond()
2823 if (CCMask == SystemZ::CCMASK_CMP_LT) in getTestUnderMaskCond()
2983 case SystemZ::CCMASK_CMP_LT: Swap = true; break; in adjustICmp128()
3495 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
9436 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT) in emitProbedAlloca()
H A DSystemZFrameLowering.cpp1413 .addImm(SystemZ::CCMASK_CMP_LT) in inlineStackProbe()