Searched refs:DecodePALIGNRMask (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 469 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()
|
D | X86ISelLowering.cpp | 5822 DecodePALIGNRMask(NumElems, cast<ConstantSDNode>(ImmN)->getZExtValue(), in getTargetShuffleMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 57 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
|
D | X86ShuffleDecode.cpp | 122 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, in DecodePALIGNRMask() function
|
/external/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 56 void DecodePALIGNRMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
|
D | X86ShuffleDecode.cpp | 136 void DecodePALIGNRMask(MVT VT, unsigned Imm, in DecodePALIGNRMask() function
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 574 DecodePALIGNRMask(getRegOperandVectorVT(MI, MVT::i8, 0), in EmitAnyX86InstComments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 715 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0), in EmitAnyX86InstComments()
|