Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11525 unsigned ZeroLo = Zeroable.countr_one(); in lowerShuffleAsVALIGN() local
11527 assert((ZeroLo + ZeroHi) < NumElts && "Zeroable shuffle detected"); in lowerShuffleAsVALIGN()
11528 if (!ZeroLo && !ZeroHi) in lowerShuffleAsVALIGN()
11531 if (ZeroLo) { in lowerShuffleAsVALIGN()
11532 SDValue Src = Mask[ZeroLo] < (int)NumElts ? V1 : V2; in lowerShuffleAsVALIGN()
11533 int Low = Mask[ZeroLo] < (int)NumElts ? 0 : NumElts; in lowerShuffleAsVALIGN()
11534 if (isSequentialOrUndefInRange(Mask, ZeroLo, NumElts - ZeroLo, Low)) in lowerShuffleAsVALIGN()
11537 DAG.getTargetConstant(NumElts - ZeroLo, DL, MVT::i8)); in lowerShuffleAsVALIGN()
11563 unsigned ZeroLo = Zeroable.countr_one(); in lowerShuffleAsByteShiftMask() local
11565 if (!ZeroLo && !ZeroHi) in lowerShuffleAsByteShiftMask()
[all …]