Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14837 int HalfOffset = NumLoInputs == 0 ? Size / 2 : 0; in lowerShuffleAsPermuteAndUnpack() local
15627 MutableArrayRef<int> HalfMask, int HalfOffset) { in lowerV8I16GeneralSingleInputShuffle() argument
15631 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputShuffle()
15632 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
15639 SourceHalfMask[Input - HalfOffset] = Input - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
15646 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputShuffle()
15647 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
15651 SourceHalfMask[AdjIndex - HalfOffset] = InPlaceInputs[1] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
25600 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore() local
25603 DAG.getMemBasePlusOffset(Ptr0, TypeSize::Fixed(HalfOffset), DL); in splitVectorStore()
[all …]