Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h84 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
DSystemZShortenInst.cpp91 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
DSystemZOperands.td215 return SystemZ::isImmLH(N->getZExtValue());
225 return SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
276 return SystemZ::isImmLH(N->getZExtValue());
294 return SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
DSystemZInstrInfo.cpp1239 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
DSystemZISelLowering.cpp1405 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()