Searched refs:isMask_64 (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h92 /// isMask_64 - This function returns true if the argument is a sequence of ones
95 inline bool isMask_64(uint64_t Value) { function in namespace:llvm
109 return isMask_64((Value - 1) | Value);
/external/llvm/include/llvm/Support/
H A DMathExtras.h355 /// isMask_64 - This function returns true if the argument is a non-empty
358 inline bool isMask_64(uint64_t Value) { function in namespace:llvm
372 return Value && isMask_64((Value - 1) | Value);
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp253 return isMask_64(~Chunk);
263 return isMask_64(Chunk);
H A DAArch64ISelDAGToDAG.cpp1574 if (BitWide && isMask_64(AndMask >> SrlImm)) {
H A DAArch64ISelLowering.cpp7394 if (isMask_64(TruncMask) &&
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp4885 if (!isMask_64(MaskVal)) {
4953 if (isMask_64(MaskVal)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2621 isMask_64(Imm64)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 657 milliseconds