Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1089 EVT EleVT = N->getOperand(0).getValueType().getVectorElementType(); in PreprocessISelDAG() local
1090 if (EleVT == MVT::i1) in PreprocessISelDAG()
1098 EleVT.getSizeInBits()) { in PreprocessISelDAG()
H A DX86ISelLowering.cpp20737 MVT EleVT = VT.getVectorElementType(); in LowerFP_TO_INT() local
20738 if (EleVT != MVT::i64) in LowerFP_TO_INT()
20739 ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in LowerFP_TO_INT()
20760 if (EleVT.getSizeInBits() < 16) { in LowerFP_TO_INT()
20761 ResVT = MVT::getVectorVT(EleVT, 8); in LowerFP_TO_INT()
32407 EVT EleVT = VT.getVectorElementType(); in ReplaceNodeResults() local
32408 EVT ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in ReplaceNodeResults()
32430 if (EleVT.getSizeInBits() < 16) { in ReplaceNodeResults()
32431 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults()
32436 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14525 MVT EleVT = MVT::getVT(VecTy).getVectorElementType(); in getTgtMemIntrinsic() local
14526 Info.memVT = EVT::getVectorVT(I.getType()->getContext(), EleVT, NumElts); in getTgtMemIntrinsic()
14563 MVT EleVT = MVT::getVT(VecTy).getVectorElementType(); in getTgtMemIntrinsic() local
14572 Info.memVT = EVT::getVectorVT(I.getType()->getContext(), EleVT, NumElts); in getTgtMemIntrinsic()