Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h165 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
DSystemZISelDAGToDAG.cpp950 SystemZ::isImmLF(~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.td382 return SystemZ::isImmLF(N->getZExtValue());
392 return SystemZ::isImmLF(uint64_t(~N->getZExtValue()));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZ.h181 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
DSystemZISelDAGToDAG.cpp981 SystemZ::isImmLF(~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.td417 return SystemZ::isImmLF(N->getZExtValue());
427 return SystemZ::isImmLF(uint64_t(~N->getZExtValue()));