Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp176 (isShiftedMask_64(Imm.getZExtValue()) || in getIntImmCost()
177 isShiftedMask_64(~Imm.getZExtValue()))) in getIntImmCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp182 (isShiftedMask_64(Imm.getZExtValue()) || in getIntImmCost()
183 isShiftedMask_64(~Imm.getZExtValue()))) in getIntImmCost()
/external/capstone/
DMathExtras.h83 static inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() function
/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-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h238 if (isShiftedMask_64(Imm)) { in processLogicalImmediate()
244 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h393 constexpr inline bool isShiftedMask_64(uint64_t Value) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMathExtras.h423 constexpr inline bool isShiftedMask_64(uint64_t Value) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h518 return isShiftedMask_64(U.VAL); in isShiftedMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2119 if (!isShiftedMask_64(NonZeroBits)) in isBitfieldPositioningOp()
2141 return isShiftedMask_64(Mask); in isShiftedMask()
DAArch64ISelLowering.cpp889 if (isShiftedMask_64(NewImm) || isShiftedMask_64(~(NewImm | ~Mask))) in optimizeLogicalImm()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2020 if (!isShiftedMask_64(NonZeroBits)) in isBitfieldPositioningOp()
2042 return isShiftedMask_64(Mask); in isShiftedMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3480 } else if (isShiftedMask_64(MaskVal)) { in tryBFE()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4958 } else if (isShiftedMask_64(MaskVal)) { in tryBFE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp103 if (!isShiftedMask_64(I)) in isShiftedMask()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp66 if (!isShiftedMask_64(I)) in isShiftedMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6401 (Bits == 8 || Bits == 16) && isShiftedMask_64(Mask) && !(Mask & 1)) { in performAndCombine()