Lines Matching defs:VData

7915   SDValue VData;
7927 VData = Op.getOperand(2);
7933 bool Is64Bit = VData.getValueSizeInBits() == 64;
7936 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL,
7937 {VData, VData2});
7939 VData = DAG.getBitcast(MVT::v4i32, VData);
7953 VData = Op.getOperand(2);
7955 MVT StoreVT = VData.getSimpleValueType();
7961 VData = handleD16VData(VData, DAG, true);
7964 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32;
8175 Ops.push_back(VData); // vdata
8787 SDValue VData = Op.getOperand(2);
8793 VData, // vdata
8805 EVT MemVT = VData.getValueType();
8815 SDValue VData = Op.getOperand(2);
8821 VData, // vdata
8833 EVT MemVT = VData.getValueType();
9405 SDValue SITargetLowering::handleD16VData(SDValue VData, SelectionDAG &DAG,
9407 EVT StoreVT = VData.getValueType();
9411 return VData;
9413 SDLoc DL(VData);
9419 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9433 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9468 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9479 return VData;
9549 SDValue VData = Op.getOperand(2);
9550 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9552 VData = handleD16VData(VData, DAG);
9558 VData, // vdata
9577 SDValue VData = Op.getOperand(2);
9578 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9580 VData = handleD16VData(VData, DAG);
9586 VData, // vdata
9611 SDValue VData = Op.getOperand(2);
9612 EVT VDataVT = VData.getValueType();
9616 VData = handleD16VData(VData, DAG);
9617 VDataVT = VData.getValueType();
9621 VData =
9623 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
9631 VData,
9661 SDValue VData = Op.getOperand(2);
9662 EVT VDataVT = VData.getValueType();
9667 VData = handleD16VData(VData, DAG);
9668 VDataVT = VData.getValueType();
9672 VData =
9674 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
9682 VData,
9697 EVT VDataType = VData.getValueType().getScalarType();