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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 5356       NumVDataDwords = Is64Bit ? 4 : 2;
 5360       NumVDataDwords = Is64Bit ? 2 : 1;
 5381       NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32;
 5399         NumVDataDwords = (DMaskLanes + 1) / 2;
 5401         NumVDataDwords = DMaskLanes;
 5522       NumVDataDwords = 1;
 5524     NumVDataDwords += 1;
 5540     EVT NewVT = NumVDataDwords > 1 ?
 5541                   EVT::getVectorVT(*DAG.getContext(), MVT::f32, NumVDataDwords)
 5606                                    NumVDataDwords, NumVAddrDwords);
 5610                                      NumVDataDwords, NumVAddrDwords);
 5613                                      NumVDataDwords, NumVAddrDwords);
 5631                              DMaskLanes, NumVDataDwords, DL,