reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
758 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second;
lib/Target/AMDGPU/AMDGPUSubtarget.cpp315 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);