Searched refs:isShiftedMask_64 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp176 (isShiftedMask_64(Imm.getZExtValue()) ||
177 isShiftedMask_64(~Imm.getZExtValue())))
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h106 /// isShiftedMask_64 - This function returns true if the argument contains a
108 inline bool isShiftedMask_64(uint64_t Value) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h237 if (isShiftedMask_64(Imm)) {
243 if (!isShiftedMask_64(~Imm))
/external/llvm/include/llvm/Support/
H A DMathExtras.h369 /// isShiftedMask_64 - This function returns true if the argument contains a
371 inline bool isShiftedMask_64(uint64_t Value) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2020 if (!isShiftedMask_64(NonZeroBits))
2042 return isShiftedMask_64(Mask);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp66 if (!isShiftedMask_64(I))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp4958 } else if (isShiftedMask_64(MaskVal)) {

Completed in 562 milliseconds