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

References

lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  392   if (Info.hasPrivateSegmentBuffer()) {
  393     unsigned PrivateSegmentBufferReg = Info.addPrivateSegmentBuffer(TRI);
  398   if (Info.hasDispatchPtr()) {
  399     unsigned DispatchPtrReg = Info.addDispatchPtr(TRI);
  404   if (Info.hasQueuePtr()) {
  405     unsigned QueuePtrReg = Info.addQueuePtr(TRI);
  410   if (Info.hasKernargSegmentPtr()) {
  412     Register InputPtrReg = Info.addKernargSegmentPtr(TRI);
  421   if (Info.hasDispatchID()) {
  422     unsigned DispatchIDReg = Info.addDispatchID(TRI);
  427   if (Info.hasFlatScratchInit()) {
  428     unsigned FlatScratchInitReg = Info.addFlatScratchInit(TRI);