Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h145 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
DSystemZOperands.td263 return SystemZ::isImmLL(N->getZExtValue());
273 return SystemZ::isImmLL(uint32_t(~N->getZExtValue()));
346 return SystemZ::isImmLL(N->getZExtValue());
364 return SystemZ::isImmLL(uint64_t(~N->getZExtValue()));
DSystemZShortenInst.cpp94 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
DSystemZInstrInfo.cpp1503 else if (SystemZ::isImmLL(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.h161 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
DSystemZOperands.td289 return SystemZ::isImmLL(N->getZExtValue());
299 return SystemZ::isImmLL(uint32_t(~N->getZExtValue()));
381 return SystemZ::isImmLL(N->getZExtValue());
399 return SystemZ::isImmLL(uint64_t(~N->getZExtValue()));
DSystemZShortenInst.cpp94 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
DSystemZInstrInfo.cpp1847 else if (SystemZ::isImmLL(Value)) in loadImmediate()
DSystemZISelLowering.cpp2032 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()