Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12612 SmallVector<int, 4> LoInputs; in lowerV8I16GeneralSingleInputVectorShuffle() local
12614 array_pod_sort(LoInputs.begin(), LoInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle()
12615 LoInputs.erase(std::unique(LoInputs.begin(), LoInputs.end()), LoInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle()
12621 std::lower_bound(LoInputs.begin(), LoInputs.end(), 4) - LoInputs.begin(); in lowerV8I16GeneralSingleInputVectorShuffle()
12622 int NumHToL = LoInputs.size() - NumLToL; in lowerV8I16GeneralSingleInputVectorShuffle()
13423 SmallVector<int, 4> LoInputs; in lowerV16I8VectorShuffle() local
13424 copy_if(Mask, std::back_inserter(LoInputs), in lowerV16I8VectorShuffle()
13426 array_pod_sort(LoInputs.begin(), LoInputs.end()); in lowerV16I8VectorShuffle()
13427 LoInputs.erase(std::unique(LoInputs.begin(), LoInputs.end()), in lowerV16I8VectorShuffle()
13428 LoInputs.end()); in lowerV16I8VectorShuffle()
[all …]