Searched refs:HiInputs (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9412 SmallVector<int, 4> HiInputs; in lowerV8I16GeneralSingleInputVectorShuffle() local 9413 std::copy_if(HiMask.begin(), HiMask.end(), std::back_inserter(HiInputs), in lowerV8I16GeneralSingleInputVectorShuffle() 9415 std::sort(HiInputs.begin(), HiInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle() 9416 HiInputs.erase(std::unique(HiInputs.begin(), HiInputs.end()), HiInputs.end()); in lowerV8I16GeneralSingleInputVectorShuffle() 9421 std::lower_bound(HiInputs.begin(), HiInputs.end(), 4) - HiInputs.begin(); in lowerV8I16GeneralSingleInputVectorShuffle() 9422 int NumHToH = HiInputs.size() - NumLToH; in lowerV8I16GeneralSingleInputVectorShuffle() 9424 MutableArrayRef<int> LToHInputs(HiInputs.data(), NumLToH); in lowerV8I16GeneralSingleInputVectorShuffle() 9426 MutableArrayRef<int> HToHInputs(HiInputs.data() + NumLToH, NumHToH); in lowerV8I16GeneralSingleInputVectorShuffle() 10155 SmallVector<int, 4> HiInputs; in lowerV16I8VectorShuffle() local 10156 std::copy_if(Mask.begin(), Mask.end(), std::back_inserter(HiInputs), in lowerV16I8VectorShuffle() [all …]
|