Searched refs:ByteShift (Results 1 – 2 of 2) sorted by relevance
8031 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local8036 return Index < ByteShift in calculateByteProvider()8038 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()18181 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local18187 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()18212 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()18215 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()18222 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()18224 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
8632 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local8640 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()8641 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()8644 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()8645 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()13984 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local13985 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()13986 : (ByteShift ? X86ISD::VSRLDQ : X86ISD::VSRLI); in matchShuffleAsShift()13987 int ShiftAmt = Shift * ScalarSizeInBits / (ByteShift ? 8 : 1); in matchShuffleAsShift()13991 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()[all …]