Lines Matching defs:VData

8148   SDValue VData;
8160 VData = Op.getOperand(2);
8166 bool Is64Bit = VData.getValueSizeInBits() == 64;
8169 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL,
8170 {VData, VData2});
8172 VData = DAG.getBitcast(MVT::v4i32, VData);
8186 VData = Op.getOperand(2);
8188 MVT StoreVT = VData.getSimpleValueType();
8194 VData = handleD16VData(VData, DAG, true);
8197 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32;
8408 Ops.push_back(VData); // vdata
9036 SDValue VData = Op.getOperand(2);
9042 VData, // vdata
9054 EVT MemVT = VData.getValueType();
9064 SDValue VData = Op.getOperand(2);
9070 VData, // vdata
9082 EVT MemVT = VData.getValueType();
9654 SDValue SITargetLowering::handleD16VData(SDValue VData, SelectionDAG &DAG,
9656 EVT StoreVT = VData.getValueType();
9660 return VData;
9662 SDLoc DL(VData);
9668 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9682 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9717 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData);
9728 return VData;
9807 SDValue VData = Op.getOperand(2);
9808 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9810 VData = handleD16VData(VData, DAG);
9816 VData, // vdata
9835 SDValue VData = Op.getOperand(2);
9836 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9838 VData = handleD16VData(VData, DAG);
9844 VData, // vdata
9869 SDValue VData = Op.getOperand(2);
9870 EVT VDataVT = VData.getValueType();
9874 VData = handleD16VData(VData, DAG);
9875 VDataVT = VData.getValueType();
9879 VData =
9881 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
9889 VData,
9919 SDValue VData = Op.getOperand(2);
9920 EVT VDataVT = VData.getValueType();
9925 VData = handleD16VData(VData, DAG);
9926 VDataVT = VData.getValueType();
9930 VData =
9932 getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
9940 VData,
9955 EVT VDataType = VData.getValueType().getScalarType();