Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14623 int NumHToH = HiInputs.size() - NumLToH; in lowerV8I16GeneralSingleInputShuffle() local
14627 MutableArrayRef<int> HToHInputs(HiInputs.data() + NumLToH, NumHToH); in lowerV8I16GeneralSingleInputShuffle()
14642 if ((NumHToL + NumHToH) == 0 || (NumLToL + NumLToH) == 0) { in lowerV8I16GeneralSingleInputShuffle()
14645 int DOffset = ((NumHToL + NumHToH) == 0 ? 0 : 2); in lowerV8I16GeneralSingleInputShuffle()
14678 if ((NumHToL + NumHToH) == 0) in lowerV8I16GeneralSingleInputShuffle()
14830 if ((NumHToH == 3 && NumLToH == 1) || (NumHToH == 1 && NumLToH == 3)) in lowerV8I16GeneralSingleInputShuffle()