Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.h84 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
H A DSystemZShortenInst.cpp91 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
H A 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()));
H A DSystemZInstrInfo.cpp1239 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
H A DSystemZISelLowering.cpp1406 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()