Searched refs:CCMASK_CMP_GE (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 39 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
|
D | SystemZISelLowering.cpp | 2004 (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 …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 39 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT; variable
|
D | SystemZISelLowering.cpp | 2051 (Value == 1 && C.CCMask == SystemZ::CCMASK_CMP_GE)) { in adjustZeroCmp() 2095 else if (Value == 0 && C.CCMask == SystemZ::CCMASK_CMP_GE) in adjustSubwordCmp() 2354 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 2378 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 2394 if (CCMask == SystemZ::CCMASK_CMP_GE) in getTestUnderMaskCond() 8343 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 8346 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() 8349 SystemZ::CCMASK_CMP_GE, 64); in EmitInstrWithCustomInserter() 8363 SystemZ::CCMASK_CMP_GE, 0); in EmitInstrWithCustomInserter() 8366 SystemZ::CCMASK_CMP_GE, 32); in EmitInstrWithCustomInserter() [all …]
|