Searched defs:ShiftMask (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 4129 const SDValue ShiftMask = in performShlCombine() local 4200 const SDValue ShiftMask = in performSraCombine() local 4316 const SDValue ShiftMask = in performSrlCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5648 int ShiftMask = -1; in buildSDivUsingMul() local 5678 Register MagicFactor, Factor, Shift, ShiftMask; in buildSDivUsingMul() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6543 int ShiftMask = -1; in BuildSDIV() local 6573 SDValue MagicFactor, Factor, Shift, ShiftMask; in BuildSDIV() local
|
| H A D | DAGCombiner.cpp | 15442 const APInt& ShiftMask = Mask->getConstantOperandAPInt(1); in reduceLoadWidth() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 31796 uint64_t ShiftMask = I->getType()->getPrimitiveSizeInBits() - 1; in FindSingleBitChange() local 39767 SmallVector<int, 16> ShiftMask(NumMaskElts, SM_SentinelZero); in matchBinaryPermuteShuffle() local 39778 SmallVector<int, 16> ShiftMask(NumMaskElts, SM_SentinelZero); in matchBinaryPermuteShuffle() local
|