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.cpp8346 EVT ReqRetVT = ResultTypes[0]; in constructRetValue() local
8347 int ReqRetNumElts = ReqRetVT.isVector() ? ReqRetVT.getVectorNumElements() : 1; in constructRetValue()
8379 Data = adjustLoadValueTypeImpl(Data, ReqRetVT, DL, DAG, Unpacked); in constructRetValue()
8381 EVT LegalReqRetVT = ReqRetVT; in constructRetValue()
8382 if (!ReqRetVT.isVector()) { in constructRetValue()
8386 Data = DAG.getNode(ISD::TRUNCATE, DL, ReqRetVT.changeTypeToInteger(), Data); in constructRetValue()
8389 if ((ReqRetVT.getVectorNumElements() % 2) == 1 && in constructRetValue()
8390 ReqRetVT.getVectorElementType().getSizeInBits() == 16) { in constructRetValue()
8392 EVT::getVectorVT(*DAG.getContext(), ReqRetVT.getVectorElementType(), in constructRetValue()
8393 ReqRetVT.getVectorNumElements() + 1); in constructRetValue()