Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h150 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
DSystemZOperands.td267 return SystemZ::isImmLH(N->getZExtValue());
277 return SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
350 return SystemZ::isImmLH(N->getZExtValue());
368 return SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
DSystemZShortenInst.cpp99 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
DSystemZInstrInfo.cpp1505 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
DSystemZISelLowering.cpp1885 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZ.h166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
DSystemZOperands.td293 return SystemZ::isImmLH(N->getZExtValue());
303 return SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
385 return SystemZ::isImmLH(N->getZExtValue());
403 return SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
DSystemZShortenInst.cpp99 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
DSystemZInstrInfo.cpp1849 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
DSystemZISelLowering.cpp2032 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()