Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp38 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()
50 unsigned ICmpType; member
1993 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()
2037 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()
2053 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()
2059 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()
2064 ISD::LoadExtType ExtType = (C.ICmpType == SystemZICMP::SignedOnly ? in adjustSubwordCmp()
2085 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand() argument
2096 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()
2098 return ICmpType != SystemZICMP::SignedOnly; in isNaturalMemoryOperand()
[all …]