Lines Matching refs:HalfOffset
14056 int HalfOffset = NumLoInputs == 0 ? Size / 2 : 0; in lowerShuffleAsPermuteAndUnpack() local
14068 assert(Mask[i] % Size >= HalfOffset && "Found input from wrong half!"); in lowerShuffleAsPermuteAndUnpack()
14071 2 * ((Mask[i] % Size) - HalfOffset) + (Mask[i] < Size ? 0 : 1); in lowerShuffleAsPermuteAndUnpack()
14848 MutableArrayRef<int> HalfMask, int HalfOffset) { in lowerV8I16GeneralSingleInputShuffle() argument
14852 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputShuffle()
14853 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
14860 SourceHalfMask[Input - HalfOffset] = Input - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
14867 SourceHalfMask[InPlaceInputs[0] - HalfOffset] = in lowerV8I16GeneralSingleInputShuffle()
14868 InPlaceInputs[0] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
14872 SourceHalfMask[AdjIndex - HalfOffset] = InPlaceInputs[1] - HalfOffset; in lowerV8I16GeneralSingleInputShuffle()
24330 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore() local
24333 DAG.getMemBasePlusOffset(Ptr0, TypeSize::Fixed(HalfOffset), DL); in splitVectorStore()
24339 Store->getPointerInfo().getWithOffset(HalfOffset), in splitVectorStore()
45781 unsigned HalfOffset = 16; in combineLoad() local
45784 DAG.getMemBasePlusOffset(Ptr1, TypeSize::Fixed(HalfOffset), dl); in combineLoad()
45792 Ld->getPointerInfo().getWithOffset(HalfOffset), in combineLoad()