reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 5344     VData = Op.getOperand(2);
 5346     bool Is64Bit = VData.getValueType() == MVT::i64;
 5349       VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL,
 5350                                  {VData, VData2});
 5352         VData = DAG.getBitcast(MVT::v4i32, VData);
 5352         VData = DAG.getBitcast(MVT::v4i32, VData);
 5370       VData = Op.getOperand(2);
 5372       MVT StoreVT = VData.getSimpleValueType();
 5378         VData = handleD16VData(VData, DAG);
 5378         VData = handleD16VData(VData, DAG);
 5381       NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32;
 5569     Ops.push_back(VData); // vdata