Searched refs:ByteShift (Results 1 – 3 of 3) sorted by relevance
11675 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local11677 uint64_t NewIndex = (Index + ByteShift) % ConcatSizeInBytes; in calculateByteProvider()11699 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local11704 return BytesProvided - ByteShift > Index in calculateByteProvider()11706 Index + ByteShift) in calculateByteProvider()11718 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local11724 return Index < ByteShift in calculateByteProvider()11726 : calculateByteProvider(Op.getOperand(0), Index - ByteShift, in calculateByteProvider()
8727 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local8732 return Index < ByteShift in calculateByteProvider()8734 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()19468 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local19474 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()19504 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()19507 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()19514 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()19516 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
6034 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local6042 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()6043 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()6046 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()6047 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()11533 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local11534 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()11540 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()25095 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local25099 ByteShift); in getTargetVShiftNode()[all …]