Home
last modified time | relevance | path

Searched refs:isShiftedMask_32 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.h80 if (isShiftedMask_32(Val)) { in isRunOfOnes()
88 if (isShiftedMask_32(Val)) { in isRunOfOnes()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMathExtras.h279 constexpr bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function
305 inline bool isShiftedMask_32(uint32_t Value, unsigned &MaskIdx, in isShiftedMask_32() function
307 if (!isShiftedMask_32(Value)) in isShiftedMask_32()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVE.h354 return (Val & (UINT32_C(1) << 31)) && isShiftedMask_32(Val); in isMImm32Val()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp296 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCostInst()
297 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCostInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.td596 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)
604 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)
614 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelDAGToDAG.cpp3428 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
HDARMISelLowering.cpp14374 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14387 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
20989 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp3235 return isShiftedMask_32(Mask); in isShiftedMask()