Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20873 MVT ShortVecVT = MVT::getVectorVT(MVT::i16, VecSize / 16); in LowerHorizontalByteSum() local
20875 DAG.getBitcast(ShortVecVT, Low), in LowerHorizontalByteSum()
20876 DAG.getBitcast(ShortVecVT, High)); in LowerHorizontalByteSum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24474 MVT ShortVecVT = MVT::getVectorVT(MVT::i16, VecSize / 16); in LowerHorizontalByteSum() local
24476 DAG.getBitcast(ShortVecVT, Low), in LowerHorizontalByteSum()
24477 DAG.getBitcast(ShortVecVT, High)); in LowerHorizontalByteSum()