Home
last modified time | relevance | path

Searched refs:CCMASK_CMP_GE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
H A DSystemZISelLowering.cpp2829 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp()
2875 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp()
3133 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
3157 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
3173 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
3372 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128()
3886 C.CCMask == SystemZ::CCMASK_CMP_GE || in getI128Select()
10923 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
10927 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()