Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1099 EVT EleVT = N->getOperand(0).getValueType().getVectorElementType(); in PreprocessISelDAG() local
1100 if (EleVT == MVT::i1) in PreprocessISelDAG()
1108 EleVT.getSizeInBits()) { in PreprocessISelDAG()
H A DX86ISelLowering.cpp20923 MVT EleVT = VT.getVectorElementType(); in LowerFP_TO_INT() local
20924 if (EleVT != MVT::i64) in LowerFP_TO_INT()
20925 ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in LowerFP_TO_INT()
20946 if (EleVT.getSizeInBits() < 16) { in LowerFP_TO_INT()
20947 ResVT = MVT::getVectorVT(EleVT, 8); in LowerFP_TO_INT()
32923 EVT EleVT = VT.getVectorElementType(); in ReplaceNodeResults() local
32924 EVT ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in ReplaceNodeResults()
32946 if (EleVT.getSizeInBits() < 16) { in ReplaceNodeResults()
32947 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults()
32952 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15553 MVT EleVT = MVT::getVT(VecTy).getVectorElementType(); in getTgtMemIntrinsic() local
15554 Info.memVT = EVT::getVectorVT(I.getType()->getContext(), EleVT, NumElts); in getTgtMemIntrinsic()
15591 MVT EleVT = MVT::getVT(VecTy).getVectorElementType(); in getTgtMemIntrinsic() local
15600 Info.memVT = EVT::getVectorVT(I.getType()->getContext(), EleVT, NumElts); in getTgtMemIntrinsic()