Searched refs:VDataVT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7433 EVT VDataVT = VData.getValueType(); local
7434 EVT EltType = VDataVT.getScalarType();
7439 if (!isTypeLegal(VDataVT)) {
7442 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
7464 if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)
7465 return handleByteShortBufferStores(DAG, VDataVT, DL, Ops, M);
7477 EVT VDataVT = VData.getValueType(); local
7478 EVT EltType = VDataVT.getScalarType();
7484 if (!isTypeLegal(VDataVT)) {
7487 getEquivalentMemType(*DAG.getContext(), VDataVT), VDat
[all...]

Completed in 198 milliseconds