Lines Matching refs:HalfOffset
14837 int HalfOffset = NumLoInputs == 0 ? Size / 2 : 0; in lowerShuffleAsPermuteAndUnpack() local
14849 assert(Mask[i] % Size >= HalfOffset && "Found input from wrong half!"); in lowerShuffleAsPermuteAndUnpack()
14852 2 * ((Mask[i] % Size) - HalfOffset) + (Mask[i] < Size ? 0 : 1); in lowerShuffleAsPermuteAndUnpack()
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()
25609 Store->getPointerInfo().getWithOffset(HalfOffset), in splitVectorStore()
48985 unsigned HalfOffset = 16; in combineLoad() local
48988 DAG.getMemBasePlusOffset(Ptr1, TypeSize::Fixed(HalfOffset), dl); in combineLoad()
48996 Ld->getPointerInfo().getWithOffset(HalfOffset), in combineLoad()