Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12016 unsigned ZeroHi = Zeroable.countl_one(); in lowerShuffleAsVALIGN() local
12017 assert((ZeroLo + ZeroHi) < NumElts && "Zeroable shuffle detected"); in lowerShuffleAsVALIGN()
12018 if (!ZeroLo && !ZeroHi) in lowerShuffleAsVALIGN()
12030 if (ZeroHi) { in lowerShuffleAsVALIGN()
12033 if (isSequentialOrUndefInRange(Mask, 0, NumElts - ZeroHi, Low + ZeroHi)) in lowerShuffleAsVALIGN()
12036 DAG.getTargetConstant(ZeroHi, DL, MVT::i8)); in lowerShuffleAsVALIGN()
12054 unsigned ZeroHi = Zeroable.countl_one(); in lowerShuffleAsByteShiftMask() local
12055 if (!ZeroLo && !ZeroHi) in lowerShuffleAsByteShiftMask()
12059 unsigned Len = NumElts - (ZeroLo + ZeroHi); in lowerShuffleAsByteShiftMask()
12082 DAG.getTargetConstant(Scale * ZeroHi, DL, MVT::i8)); in lowerShuffleAsByteShiftMask()
[all …]