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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h58 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
H A DX86ShuffleDecode.cpp123 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, function in namespace:llvm
H A DX86InstComments.cpp853 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp465 // DecodePALIGNRMask returns the shuffle mask of vpalign instruction.
478 static void DecodePALIGNRMask(MVT VT, unsigned Imm, function
569 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
571 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
572 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
654 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]);
656 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true);
657 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true);
H A DX86ISelLowering.cpp6886 DecodePALIGNRMask(NumElems, ImmN, Mask);
[all...]

Completed in 258 milliseconds