Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12616 SmallVector<int, 4> HiInputs; in lowerV8I16GeneralSingleInputVectorShuffle() local
12618 array_pod_sort(HiInputs.begin(), HiInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle()
12619 HiInputs.erase(std::unique(HiInputs.begin(), HiInputs.end()), HiInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle()
12624 std::lower_bound(HiInputs.begin(), HiInputs.end(), 4) - HiInputs.begin(); in lowerV8I16GeneralSingleInputVectorShuffle()
12625 int NumHToH = HiInputs.size() - NumLToH; in lowerV8I16GeneralSingleInputVectorShuffle()
12627 MutableArrayRef<int> LToHInputs(HiInputs.data(), NumLToH); in lowerV8I16GeneralSingleInputVectorShuffle()
13429 SmallVector<int, 4> HiInputs; in lowerV16I8VectorShuffle() local
13431 array_pod_sort(HiInputs.begin(), HiInputs.end()); in lowerV16I8VectorShuffle()
13432 HiInputs.erase(std::unique(HiInputs.begin(), HiInputs.end()), in lowerV16I8VectorShuffle()
13433 HiInputs.end()); in lowerV16I8VectorShuffle()
[all …]