Home
last modified time | relevance | path

Searched refs:ByteShift (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11675 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
11677 uint64_t NewIndex = (Index + ByteShift) % ConcatSizeInBytes; in calculateByteProvider()
11699 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
11704 return BytesProvided - ByteShift > Index in calculateByteProvider()
11706 Index + ByteShift) in calculateByteProvider()
11718 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
11724 return Index < ByteShift in calculateByteProvider()
11726 : calculateByteProvider(Op.getOperand(0), Index - ByteShift, in calculateByteProvider()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8727 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
8732 return Index < ByteShift in calculateByteProvider()
8734 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
19468 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
19474 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6034 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local
6042 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() local
11534 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()
11540 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()
25095 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local
25099 ByteShift); in getTargetVShiftNode()
[all …]