Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7783 EVT ReqRetVT = ResultTypes[0]; in constructRetValue() local
7784 int ReqRetNumElts = ReqRetVT.isVector() ? ReqRetVT.getVectorNumElements() : 1; in constructRetValue()
7816 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
7818 EVT LegalReqRetVT = ReqRetVT; in constructRetValue()
7819 if (!ReqRetVT.isVector()) { in constructRetValue()
7823 Data = DAG.getNode(ISD::TRUNCATE, DL, ReqRetVT.changeTypeToInteger(), Data); in constructRetValue()
7826 if ((ReqRetVT.getVectorNumElements() % 2) == 1 && in constructRetValue()
7827 ReqRetVT.getVectorElementType().getSizeInBits() == 16) { in constructRetValue()
7829 EVT::getVectorVT(*DAG.getContext(), ReqRetVT.getVectorElementType(), in constructRetValue()
7830 ReqRetVT.getVectorNumElements() + 1); in constructRetValue()