Searched refs:ByteShift (Results 1 – 2 of 2) sorted by relevance
7182 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local7184 return Index < ByteShift in calculateByteProvider()7186 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()16585 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local16591 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()16608 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()16611 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()16618 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()16620 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
7840 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local7848 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()7849 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()7852 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()7853 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()12903 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local12904 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()12910 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()25013 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local25017 ByteShift); in getTargetVShiftNode()[all …]