Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp38 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
50 unsigned ICmpType; member
2245 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2290 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
2306 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2312 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
2408 if (C.ICmpType != SystemZICMP::SignedOnly && in shouldSwapCmpOperands()
2658 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2801 C.ICmpType = SystemZICMP::Any; in getCmp()
2803 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
[all …]