OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxOccupancy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.cpp
125
unsigned
MaxOccupancy
) const {
126
const auto SGPROcc = std::min(
MaxOccupancy
,
129
std::min(
MaxOccupancy
,
131
const auto OtherSGPROcc = std::min(
MaxOccupancy
,
134
std::min(
MaxOccupancy
,
AMDGPUPromoteAlloca.cpp
805
unsigned
MaxOccupancy
= ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage,
822
MaxOccupancy
= std::min(OccupancyHint,
MaxOccupancy
);
827
= ST.getMaxLocalMemSizeWithWaveCount(
MaxOccupancy
, F);
838
<< " with a maximum occupancy of " <<
MaxOccupancy
<< '\n'
GCNRegPressure.h
78
unsigned
MaxOccupancy
= std::numeric_limits<unsigned>::max()) const;
Completed in 19 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026