Searched refs:CCMASK_CMP_LE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT; variable
|
D | SystemZISelLowering.cpp | 1601 (Value == -1 && C.CCMask == SystemZ::CCMASK_CMP_LE) || in adjustZeroCmp() 1912 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 1928 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 1940 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 2000 if (NewC.CCMask == SystemZ::CCMASK_CMP_LE || in adjustForTestUnderMask() 6171 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter() 6174 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter() 6177 SystemZ::CCMASK_CMP_LE, 64); in EmitInstrWithCustomInserter() 6191 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter() 6194 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT; variable
|
D | SystemZISelLowering.cpp | 1747 (Value == -1 && C.CCMask == SystemZ::CCMASK_CMP_LE) || in adjustZeroCmp() 2059 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 2075 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 2087 if (CCMask == SystemZ::CCMASK_CMP_LE) in getTestUnderMaskCond() 2147 if (NewC.CCMask == SystemZ::CCMASK_CMP_LE || in adjustForTestUnderMask() 7199 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter() 7202 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter() 7205 SystemZ::CCMASK_CMP_LE, 64); in EmitInstrWithCustomInserter() 7219 SystemZ::CCMASK_CMP_LE, 0); in EmitInstrWithCustomInserter() 7222 SystemZ::CCMASK_CMP_LE, 32); in EmitInstrWithCustomInserter() [all …]
|