Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp38 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
50 unsigned ICmpType; member
2106 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2151 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
2167 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2173 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
2269 if (C.ICmpType != SystemZICMP::SignedOnly && in shouldSwapCmpOperands()
2522 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2665 C.ICmpType = SystemZICMP::Any; in getCmp()
2667 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
[all …]