Searched refs:ByteShift (Results 1 – 2 of 2) sorted by relevance
5826 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local5828 return Index < ByteShift in calculateByteProvider()5830 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()13859 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local13865 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()13877 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()13880 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()13889 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()13891 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
6712 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local6722 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()6723 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()6726 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()6727 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()10948 bool ByteShift = ShiftEltBits > 64; in matchVectorShuffleAsShift() local10949 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchVectorShuffleAsShift()10955 Scale = ByteShift ? Scale / 2 : Scale; in matchVectorShuffleAsShift()21343 SDValue ByteShift = DAG.getConstant( in getTargetVShiftNode() local21347 ByteShift); in getTargetVShiftNode()[all …]