Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h38 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT; variable
H A DSystemZISelLowering.cpp2115 (Value == -1 && C.CCMask == SystemZ::CCMASK_CMP_LE) || in adjustZeroCmp()
2424 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
2440 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
2452 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond()
2512 if (NewC.CCMask == SystemZ::CCMASK_CMP_LE || in adjustForTestUnderMask()
8460 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter()
8463 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter()
8466 SystemZ::CCMASK_CMP_LE, 64); in EmitInstrWithCustomInserter()
8480 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter()
8483 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter()
[all …]