Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp45 : Op0(Op0In), Op1(Op1In), Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
54 unsigned ICmpType; member
1592 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
1636 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
1652 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
1658 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
1663 ISD::LoadExtType ExtType = (C.ICmpType == SystemZICMP::SignedOnly ? in adjustSubwordCmp()
1682 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand() argument
1693 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
1695 return ICmpType != SystemZICMP::SignedOnly; in isNaturalMemoryOperand()
[all …]