Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29578 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
29584 assert((OutSVT == MVT::i8 || OutSVT == MVT::i16) && in combineVectorTruncationWithPACKUS()
29587 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()
29593 if (OutSVT == MVT::i8) { in combineVectorTruncationWithPACKUS()
29603 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()
29676 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local
29679 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()
29685 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
29686 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
29704 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()