Home
last modified time | relevance | path

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

/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()