Searched refs:CCMASK_CMP_GE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
|
D | SystemZISelLowering.cpp | 1603 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp() 1646 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp() 1908 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 1932 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 1948 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 6181 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 6184 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() 6187 SystemZ::CCMASK_CMP_GE, 64); in EmitInstrWithCustomInserter() 6201 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 6204 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
|
D | SystemZISelLowering.cpp | 1749 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp() 1792 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp() 2055 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 2079 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 2095 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 7209 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 7212 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() 7215 SystemZ::CCMASK_CMP_GE, 64); in EmitInstrWithCustomInserter() 7229 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 7232 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() [all …]
|