Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZ.h39 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
HDSystemZISelLowering.cpp2004 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp()
2047 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp()
2314 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
2338 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
2354 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond()
6251 case SystemZ::CCMASK_CMP_LE: CCMask = SystemZ::CCMASK_CMP_GE; break; in combineCCMask()
6252 case SystemZ::CCMASK_CMP_GE: CCMask = SystemZ::CCMASK_CMP_LE; break; in combineCCMask()
7954 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter()
7957 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter()
7960 SystemZ::CCMASK_CMP_GE, 64); in EmitInstrWithCustomInserter()
[all …]