Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13213 int NumHToH = HiInputs.size() - NumLToH; in lowerV8I16GeneralSingleInputShuffle() local
13217 MutableArrayRef<int> HToHInputs(HiInputs.data() + NumLToH, NumHToH); in lowerV8I16GeneralSingleInputShuffle()
13232 if ((NumHToL + NumHToH) == 0 || (NumLToL + NumLToH) == 0) { in lowerV8I16GeneralSingleInputShuffle()
13235 int DOffset = ((NumHToL + NumHToH) == 0 ? 0 : 2); in lowerV8I16GeneralSingleInputShuffle()
13268 if ((NumHToL + NumHToH) == 0) in lowerV8I16GeneralSingleInputShuffle()
13418 if ((NumHToH == 3 && NumLToH == 1) || (NumHToH == 1 && NumLToH == 3)) in lowerV8I16GeneralSingleInputShuffle()