Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
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()
DX86ISelLowering.cpp5822 DecodePALIGNRMask(NumElems, cast<ConstantSDNode>(ImmN)->getZExtValue(), in getTargetShuffleMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h57 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
DX86ShuffleDecode.cpp122 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, in DecodePALIGNRMask() function
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h56 void DecodePALIGNRMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
DX86ShuffleDecode.cpp136 void DecodePALIGNRMask(MVT VT, unsigned Imm, in DecodePALIGNRMask() function
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp574 DecodePALIGNRMask(getRegOperandVectorVT(MI, MVT::i8, 0), in EmitAnyX86InstComments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp715 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0), in EmitAnyX86InstComments()