Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h378 UnsignedOnly, enumerator
H A DSystemZISelLowering.cpp2245 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2306 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2349 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
2396 if (C.ICmpType != SystemZICMP::UnsignedOnly && in shouldSwapCmpOperands()
2404 if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND) in shouldSwapCmpOperands()
2498 (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) { in adjustICmpTruncate()
2658 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2686 SystemZICMP::UnsignedOnly))) { in adjustForTestUnderMask()
2803 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
H A DSystemZOperators.td487 return Type != SystemZICMP::UnsignedOnly;