Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46508 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local
46511 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()
46517 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
46518 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
46525 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20599 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local
20600 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()