Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5826 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
5828 return Index < ByteShift in calculateByteProvider()
5830 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
13859 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
13865 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()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6712 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local
6722 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() local
10949 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchVectorShuffleAsShift()
10955 Scale = ByteShift ? Scale / 2 : Scale; in matchVectorShuffleAsShift()
21343 SDValue ByteShift = DAG.getConstant( in getTargetVShiftNode() local
21347 ByteShift); in getTargetVShiftNode()
[all …]