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.td321 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLH(N->getZExtValue());
333 SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
412 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLH(N->getZExtValue());
432 SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
470 SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
H A DSystemZShortenInst.cpp100 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
H A DSystemZInstrInfo.cpp1968 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
H A DSystemZISelLowering.cpp2740 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()