Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8304 unsigned NumBytesPerElt = NumBitsPerElt / 8; in getFauxShuffleMask() local
8511 unsigned DstByte = DstIdx * NumBytesPerElt; in getFauxShuffleMask()
8527 MinBytesPerElts = std::min(MinBytesPerElts, NumBytesPerElt); in getFauxShuffleMask()
8530 for (unsigned i = MinBytesPerElts; i < NumBytesPerElt; ++i) in getFauxShuffleMask()
8639 for (unsigned i = 0; i != NumSizeInBytes; i += NumBytesPerElt) in getFauxShuffleMask()
8640 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()
8643 for (unsigned i = 0; i != NumSizeInBytes; i += NumBytesPerElt) in getFauxShuffleMask()
8644 for (unsigned j = ByteShift; j != NumBytesPerElt; ++j) in getFauxShuffleMask()
8657 Offset = (X86ISD::VROTLI == Opcode ? NumBytesPerElt - Offset : Offset); in getFauxShuffleMask()
8659 int BaseIdx = i * NumBytesPerElt; in getFauxShuffleMask()
[all …]