Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp42 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
54 unsigned ICmpType; member
2467 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2514 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
2530 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2536 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
2541 ISD::LoadExtType ExtType = (C.ICmpType == SystemZICMP::SignedOnly ? in adjustSubwordCmp()
2562 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand() argument
2573 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
2575 return ICmpType != SystemZICMP::SignedOnly; in isNaturalMemoryOperand()
[all …]