Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp469 static void DecodePALIGNRMask(MVT VT, unsigned Imm, in DecodePALIGNRMask() function
560 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false); in deinterleave8bitStride3()
562 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true); in deinterleave8bitStride3()
563 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true); in deinterleave8bitStride3()
645 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]); in interleave8bitStride3()
647 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true); in interleave8bitStride3()
648 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true); in interleave8bitStride3()
H A DX86ISelLowering.cpp6165 DecodePALIGNRMask(NumElems, cast<ConstantSDNode>(ImmN)->getZExtValue(), in getTargetShuffleMask()
/freebsd-12.1/contrib/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h58 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
H A DX86ShuffleDecode.cpp122 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, in DecodePALIGNRMask() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp715 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0), in EmitAnyX86InstComments()