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

Declarations

lib/Target/AMDGPU/AMDGPUSubtarget.h
   99   std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;

References

lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  758   unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second;
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  315   unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
  325   unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
  393   std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F);
  435   unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second;
lib/Target/AMDGPU/SIISelLowering.cpp
 6824       unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second;
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
   53   FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F);