Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp39 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
51 unsigned ICmpType; member
2444 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2491 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
2507 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2513 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
2885 NewC.ICmpType = SystemZICMP::UnsignedOnly; in adjustForTestUnderMask()
2968 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustICmp128()
3074 C.ICmpType = SystemZICMP::Any; in getCmp()
3076 C.ICmpType = SystemZICMP::UnsignedOnly; in getCmp()
[all …]