Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7818 uint64_t ByteShift = BitShift / 8; in calculateByteProvider() local
7820 return Index < ByteShift in calculateByteProvider()
7822 : calculateByteProvider(Op->getOperand(0), Index - ByteShift, in calculateByteProvider()
17527 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
17533 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()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8529 uint64_t ByteShift = ShiftVal / 8; in getFauxShuffleMask() local
8537 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() local
13666 Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI) in matchShuffleAsShift()
13672 Scale = ByteShift ? Scale / 2 : Scale; in matchShuffleAsShift()
26291 SDValue ByteShift = DAG.getTargetConstant( in getTargetVShiftNode() local
26295 ByteShift); in getTargetVShiftNode()
[all …]