Searched refs:isShiftedMask_64 (Results 1 – 18 of 18) sorted by relevance
176 (isShiftedMask_64(Imm.getZExtValue()) || in getIntImmCost()177 isShiftedMask_64(~Imm.getZExtValue()))) in getIntImmCost()
182 (isShiftedMask_64(Imm.getZExtValue()) || in getIntImmCost()183 isShiftedMask_64(~Imm.getZExtValue()))) in getIntImmCost()
83 static inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() function
237 if (isShiftedMask_64(Imm)) { in processLogicalImmediate()243 if (!isShiftedMask_64(~Imm)) in processLogicalImmediate()
238 if (isShiftedMask_64(Imm)) { in processLogicalImmediate()244 if (!isShiftedMask_64(~Imm)) in processLogicalImmediate()
108 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() function
371 inline bool isShiftedMask_64(uint64_t Value) {
393 constexpr inline bool isShiftedMask_64(uint64_t Value) {
423 constexpr inline bool isShiftedMask_64(uint64_t Value) {
518 return isShiftedMask_64(U.VAL); in isShiftedMask()
2119 if (!isShiftedMask_64(NonZeroBits)) in isBitfieldPositioningOp()2141 return isShiftedMask_64(Mask); in isShiftedMask()
889 if (isShiftedMask_64(NewImm) || isShiftedMask_64(~(NewImm | ~Mask))) in optimizeLogicalImm()
2020 if (!isShiftedMask_64(NonZeroBits)) in isBitfieldPositioningOp()2042 return isShiftedMask_64(Mask); in isShiftedMask()
3480 } else if (isShiftedMask_64(MaskVal)) { in tryBFE()
4958 } else if (isShiftedMask_64(MaskVal)) { in tryBFE()
103 if (!isShiftedMask_64(I)) in isShiftedMask()
66 if (!isShiftedMask_64(I)) in isShiftedMask()
6401 (Bits == 8 || Bits == 16) && isShiftedMask_64(Mask) && !(Mask & 1)) { in performAndCombine()