Searched refs:ByteShift (Results 1 – 2 of 2) sorted by relevance
7152 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local7154 return Index < ByteShift in calculateByteProvider()7156 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()16390 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local16396 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()16413 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()16416 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()16423 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()16425 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
7839 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local7847 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()7848 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()7851 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()7852 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()12867 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local12868 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()12869 : (ByteShift ? X86ISD::VSRLDQ : X86ISD::VSRLI); in matchShuffleAsShift()12870 int ShiftAmt = Shift * ScalarSizeInBits / (ByteShift ? 8 : 1); in matchShuffleAsShift()12874 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()[all …]