Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38212 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
38225 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()
38274 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local
38277 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()
38283 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
38284 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
38291 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17361 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local
17362 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()