Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12852 if (InPlaceInputs.empty()) in lowerV8I16GeneralSingleInputVectorShuffle()
12854 if (InPlaceInputs.size() == 1) { in lowerV8I16GeneralSingleInputVectorShuffle()
12855 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputVectorShuffle()
12856 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
12857 PSHUFDMask[InPlaceInputs[0] / 2] = InPlaceInputs[0] / 2; in lowerV8I16GeneralSingleInputVectorShuffle()
12862 for (int Input : InPlaceInputs) { in lowerV8I16GeneralSingleInputVectorShuffle()
12870 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputVectorShuffle()
12871 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
12874 int AdjIndex = InPlaceInputs[0] ^ 1; in lowerV8I16GeneralSingleInputVectorShuffle()
13436 ArrayRef<int> InPlaceInputs = TargetLo ? LoInputs : HiInputs; in lowerV16I8VectorShuffle() local
[all …]