Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp176 (isShiftedMask_64(Imm.getZExtValue()) || in getIntImmCost()
177 isShiftedMask_64(~Imm.getZExtValue()))) in getIntImmCost()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h237 if (isShiftedMask_64(Imm)) { in processLogicalImmediate()
243 if (!isShiftedMask_64(~Imm)) in processLogicalImmediate()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h108 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() function
/external/llvm/include/llvm/Support/
DMathExtras.h371 inline bool isShiftedMask_64(uint64_t Value) {
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2020 if (!isShiftedMask_64(NonZeroBits)) in isBitfieldPositioningOp()
2042 return isShiftedMask_64(Mask); in isShiftedMask()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4958 } else if (isShiftedMask_64(MaskVal)) { in tryBFE()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp66 if (!isShiftedMask_64(I)) in isShiftedMask()