Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7182 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
7184 return Index < ByteShift in calculateByteProvider()
7186 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
16585 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
16591 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()
16608 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()
16611 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()
16618 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
16620 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7840 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local
7848 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()
7849 Mask[i + j] = i + j - ByteShift; in getFauxShuffleMask()
7852 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()
7853 Mask[i + j - ByteShift] = i + j; in getFauxShuffleMask()
12903 bool ByteShift = ShiftEltBits > 64; in matchShuffleAsShift() local
12904 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()
12910 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()
25013 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local
25017 ByteShift); in getTargetVShiftNode()
[all …]