Searched refs:isShiftedMask_32 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMask.cpp | 60 if (!isShiftedMask_32(V, Idx, Len)) in replaceConstExtTransferImmWithMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.h | 80 if (isShiftedMask_32(Val)) { in isRunOfOnes() 88 if (isShiftedMask_32(Val)) { in isRunOfOnes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 280 constexpr bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function 306 inline bool isShiftedMask_32(uint32_t Value, unsigned &MaskIdx, in isShiftedMask_32() function 308 if (!isShiftedMask_32(Value)) in isShiftedMask_32()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.h | 355 return (Val & (UINT32_C(1) << 31)) && isShiftedMask_32(Val); in isMImm32Val()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 295 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCostInst() 296 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCostInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 635 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen) 643 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen) 653 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 689 if (!isShiftedMask_32(C1) || isInt<12>(C1)) in trySignedBitfieldInsertInMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 3419 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
|
| H A D | ARMISelLowering.cpp | 14451 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift() 14464 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift() 20923 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3337 return isShiftedMask_32(Mask); in isShiftedMask()
|