Home
last modified time | relevance | path

Searched refs:MaskWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp951 unsigned MaskWidth = I->getOperand(1)->getType()->getScalarSizeInBits(); in SimplifyDemandedUseBits() local
952 RHSKnown = KnownBits(MaskWidth); in SimplifyDemandedUseBits()
956 I, 1, (DemandedMask & ~LHSKnown.Zero).zextOrTrunc(MaskWidth), in SimplifyDemandedUseBits()
984 I, 1, (DemandedMask & ~LHSKnown.Zero).zextOrTrunc(MaskWidth))) in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3469 unsigned MaskWidth = in isWorthFoldingIntoOrrWithShift() local
3478 SrlImm + NumTrailingZeroInShiftedMask + MaskWidth - 1, DL, VT)); in isWorthFoldingIntoOrrWithShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6629 int MaskWidth = Mask.size(); in resolveTargetShuffleInputsAndMask() local
6632 int lo = UsedInputs.size() * MaskWidth; in resolveTargetShuffleInputsAndMask()
6633 int hi = lo + MaskWidth; in resolveTargetShuffleInputsAndMask()
6645 M -= MaskWidth; in resolveTargetShuffleInputsAndMask()
6656 M = (M < hi) ? ((M - lo) + (j * MaskWidth)) : (M - MaskWidth); in resolveTargetShuffleInputsAndMask()
41334 unsigned MaskWidth = std::max<unsigned>(OpMask.size(), RootMask.size()); in combineX86ShufflesRecursively() local
41341 assert(isPowerOf2_32(MaskWidth) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()
41347 Mask.resize(MaskWidth, SM_SentinelUndef); in combineX86ShufflesRecursively()
41353 for (unsigned i = 0; i < MaskWidth; ++i) { in combineX86ShufflesRecursively()
41368 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
[all …]