Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22384 MVT EleVT = VT.getVectorElementType(); in LowerFP_TO_INT() local
22385 if (EleVT != MVT::i64) in LowerFP_TO_INT()
22386 ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in LowerFP_TO_INT()
22407 if (EleVT.getSizeInBits() < 16) { in LowerFP_TO_INT()
22408 ResVT = MVT::getVectorVT(EleVT, 8); in LowerFP_TO_INT()
32733 EVT EleVT = VT.getVectorElementType(); in ReplaceNodeResults() local
32734 EVT ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in ReplaceNodeResults()
32756 if (EleVT.getSizeInBits() < 16) { in ReplaceNodeResults()
32757 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults()
32762 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()