Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h161 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
H A DSystemZOperands.td317 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLL(N->getZExtValue());
328 SystemZ::isImmLL(uint32_t(~N->getZExtValue()));
408 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLL(N->getZExtValue());
427 SystemZ::isImmLL(uint64_t(~N->getZExtValue()));
H A DSystemZShortenInst.cpp95 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
H A DSystemZInstrInfo.cpp2214 else if (SystemZ::isImmLL(Value)) in loadImmediate()
H A DSystemZISelLowering.cpp2763 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()