• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/

Lines Matching refs:VData

5820   SDValue VData;
5829 VData = Op.getOperand(2);
5831 bool Is64Bit = VData.getValueType() == MVT::i64;
5834 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL,
5835 {VData, VData2});
5837 VData = DAG.getBitcast(MVT::v4i32, VData);
5855 VData = Op.getOperand(2);
5857 MVT StoreVT = VData.getSimpleValueType();
5863 VData = handleD16VData(VData, DAG);
5866 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32;
6080 Ops.push_back(VData); // vdata
7237 SDValue SITargetLowering::handleD16VData(SDValue VData,
7239 EVT StoreVT = VData.getValueType();
7243 return VData;
7245 SDLoc DL(VData);
7251 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
7260 return VData;
7306 SDValue VData = Op.getOperand(2);
7307 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
7309 VData = handleD16VData(VData, DAG);
7319 VData, // vdata
7337 SDValue VData = Op.getOperand(2);
7338 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
7340 VData = handleD16VData(VData, DAG);
7344 VData, // vdata
7362 SDValue VData = Op.getOperand(2);
7363 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
7365 VData = handleD16VData(VData, DAG);
7369 VData, // vdata
7388 SDValue VData = Op.getOperand(2);
7389 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
7391 VData = handleD16VData(VData, DAG);
7399 VData,
7419 EVT VDataType = VData.getValueType().getScalarType();
7432 SDValue VData = Op.getOperand(2);
7433 EVT VDataVT = VData.getValueType();
7437 VData = handleD16VData(VData, DAG);
7440 VData =
7442 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
7448 VData,
7476 SDValue VData = Op.getOperand(2);
7477 EVT VDataVT = VData.getValueType();
7482 VData = handleD16VData(VData, DAG);
7485 VData =
7487 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
7493 VData,
7510 EVT VDataType = VData.getValueType().getScalarType();