Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp42100 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local
42103 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()
42109 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
42110 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
42117 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18909 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local
18910 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()