Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h398 UnsignedOnly, enumerator
H A DSystemZISelLowering.cpp2444 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2507 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2550 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
2599 if (C.ICmpType != SystemZICMP::UnsignedOnly && in shouldSwapCmpOperands()
2607 if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND) in shouldSwapCmpOperands()
2705 (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) { in adjustICmpTruncate()
2885 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2913 SystemZICMP::UnsignedOnly))) { in adjustForTestUnderMask()
2968 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustICmp128()
3076 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
H A DSystemZOperators.td511 return Type != SystemZICMP::UnsignedOnly;