Home
last modified time | relevance | path

Searched refs:OutSVT (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36581 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
36594 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()
36643 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local
36646 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()
36652 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
36653 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
36660 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16724 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local
16725 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()