Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h384 UnsignedOnly, enumerator
DSystemZISelLowering.cpp2106 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2167 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2210 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
2257 if (C.ICmpType != SystemZICMP::UnsignedOnly && in shouldSwapCmpOperands()
2265 if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND) in shouldSwapCmpOperands()
2362 (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) { in adjustICmpTruncate()
2522 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2550 SystemZICMP::UnsignedOnly))) { in adjustForTestUnderMask()
2667 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
DSystemZOperators.td502 return Type != SystemZICMP::UnsignedOnly;