Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp2455 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp()
2501 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp()
2762 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
2786 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
2802 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
2962 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128()
9437 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
9441 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()