Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3031 unsigned MaskWidth = in isWorthFoldingIntoOrrWithShift() local
3040 SrlImm + NumTrailingZeroInShiftedMask + MaskWidth - 1, DL, VT)); in isWorthFoldingIntoOrrWithShift()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5174 unsigned MaskWidth = CVal.logBase2(); in processUMulZExtIdiom() local
5175 if (MaskWidth == MulWidth) in processUMulZExtIdiom()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8707 int MaskWidth = Mask.size(); in resolveTargetShuffleInputsAndMask() local
8710 int lo = UsedInputs.size() * MaskWidth; in resolveTargetShuffleInputsAndMask()
8711 int hi = lo + MaskWidth; in resolveTargetShuffleInputsAndMask()
8723 M -= MaskWidth; in resolveTargetShuffleInputsAndMask()
8734 M = (M < hi) ? ((M - lo) + (j * MaskWidth)) : (M - MaskWidth); in resolveTargetShuffleInputsAndMask()
40273 unsigned MaskWidth = std::max<unsigned>(OpMask.size(), RootMask.size()); in combineX86ShufflesRecursively() local
40280 assert(isPowerOf2_32(MaskWidth) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()
40286 Mask.resize(MaskWidth, SM_SentinelUndef); in combineX86ShufflesRecursively()
40292 for (unsigned i = 0; i < MaskWidth; ++i) { in combineX86ShufflesRecursively()
40307 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()
[all …]