Home
last modified time | relevance | path

Searched refs:getMinFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600Subtarget.h142 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
143 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
HDAMDGPUSubtarget.h269 virtual unsigned getMinFlatWorkGroupSize() const = 0;
HDGCNSubtarget.h1547 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1548 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
HDSIMachineFunctionInfo.h1029 unsigned getMinFlatWorkGroupSize() const {
HDAMDGPUSubtarget.cpp439 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
HDAMDGPUAttributor.cpp173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h231 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
HDAMDGPUBaseInfo.cpp981 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function