Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
H A DSystemZOperands.td328 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLH(N->getZExtValue());
340 SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
419 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLH(N->getZExtValue());
439 SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
477 SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
H A DSystemZShortenInst.cpp97 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
H A DSystemZInstrInfo.cpp2260 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
H A DSystemZISelLowering.cpp3111 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()