Searched refs:ByteShift (Results 1 – 2 of 2) sorted by relevance
7818 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local7820 return Index < ByteShift in calculateByteProvider()7822 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()17527 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local17533 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()17558 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()17561 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()17568 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()17570 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
8529 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local8537 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()8538 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()8541 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()8542 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()13665 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local13666 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()13672 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()26291 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local26295 ByteShift); in getTargetVShiftNode()[all …]