Home
last modified time | relevance | path

Searched refs:isImmHF (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZ.h170 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
DSystemZISelDAGToDAG.cpp951 SystemZ::isImmHF(~RISBG.Mask)) { in tryRISBGZero()
1256 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()
1282 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()
DSystemZOperands.td386 return SystemZ::isImmHF(N->getZExtValue());
396 return SystemZ::isImmHF(uint64_t(~N->getZExtValue()));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZ.h186 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
DSystemZISelDAGToDAG.cpp982 SystemZ::isImmHF(~RISBG.Mask)) in tryRISBGZero()
1456 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()
1482 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()
DSystemZOperands.td421 return SystemZ::isImmHF(N->getZExtValue());
431 return SystemZ::isImmHF(uint64_t(~N->getZExtValue()));