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.cpp11526 unsigned ZeroHi = Zeroable.countl_one(); in lowerShuffleAsVALIGN() local
11527 assert((ZeroLo + ZeroHi) < NumElts && "Zeroable shuffle detected"); in lowerShuffleAsVALIGN()
11528 if (!ZeroLo && !ZeroHi) in lowerShuffleAsVALIGN()
11540 if (ZeroHi) { in lowerShuffleAsVALIGN()
11543 if (isSequentialOrUndefInRange(Mask, 0, NumElts - ZeroHi, Low + ZeroHi)) in lowerShuffleAsVALIGN()
11546 DAG.getTargetConstant(ZeroHi, DL, MVT::i8)); in lowerShuffleAsVALIGN()
11564 unsigned ZeroHi = Zeroable.countl_one(); in lowerShuffleAsByteShiftMask() local
11565 if (!ZeroLo && !ZeroHi) in lowerShuffleAsByteShiftMask()
11569 unsigned Len = NumElts - (ZeroLo + ZeroHi); in lowerShuffleAsByteShiftMask()
11592 DAG.getTargetConstant(Scale * ZeroHi, DL, MVT::i8)); in lowerShuffleAsByteShiftMask()
[all …]