Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12622 int NumHToL = LoInputs.size() - NumLToL; in lowerV8I16GeneralSingleInputVectorShuffle() local
12628 MutableArrayRef<int> HToLInputs(LoInputs.data() + NumLToL, NumHToL); in lowerV8I16GeneralSingleInputVectorShuffle()
12644 if ((NumHToL + NumHToH) == 0 || (NumLToL + NumLToH) == 0) { in lowerV8I16GeneralSingleInputVectorShuffle()
12647 int DOffset = ((NumHToL + NumHToH) == 0 ? 0 : 2); in lowerV8I16GeneralSingleInputVectorShuffle()
12680 if ((NumHToL + NumHToH) == 0) in lowerV8I16GeneralSingleInputVectorShuffle()
12831 if ((NumLToL == 3 && NumHToL == 1) || (NumLToL == 1 && NumHToL == 3)) in lowerV8I16GeneralSingleInputVectorShuffle()