OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxNumVGPRs
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h
1072
unsigned
getMaxNumVGPRs
(unsigned WavesPerEU) const {
1073
return AMDGPU::IsaInfo::
getMaxNumVGPRs
(this, WavesPerEU);
1084
unsigned
getMaxNumVGPRs
(const MachineFunction &MF) const;
GCNNSAReassign.cpp
239
MaxNumVGPRs = ST->
getMaxNumVGPRs
(MF);
240
MaxNumVGPRs = std::min(ST->
getMaxNumVGPRs
(MFI->getOccupancy()), MaxNumVGPRs);
GCNSchedStrategy.cpp
45
VGPRCriticalLimit = ST.
getMaxNumVGPRs
(TargetOccupancy);
388
unsigned MaxVGPRs = ST.
getMaxNumVGPRs
(MF);
AMDGPUSubtarget.cpp
780
unsigned GCNSubtarget::
getMaxNumVGPRs
(const MachineFunction &MF) const {
787
unsigned MaxNumVGPRs =
getMaxNumVGPRs
(WavesPerEU.first);
800
if (Requested && Requested >
getMaxNumVGPRs
(WavesPerEU.first))
AMDGPUPromoteAlloca.cpp
178
MaxVGPRs = ST.
getMaxNumVGPRs
(ST.getWavesPerEU(F).first);
1103
MaxVGPRs = ST.
getMaxNumVGPRs
(ST.getWavesPerEU(F).first);
SIRegisterInfo.cpp
504
unsigned MaxNumVGPRs = ST.
getMaxNumVGPRs
(MF);
2290
return std::min(ST.
getMaxNumVGPRs
(Occupancy), ST.
getMaxNumVGPRs
(MF));
AMDGPUTargetTransformInfo.cpp
289
MaxVGPRs(ST->
getMaxNumVGPRs
(
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h
262
unsigned
getMaxNumVGPRs
(const MCSubtargetInfo *STI, unsigned WavesPerEU);
AMDGPUBaseInfo.cpp
745
unsigned
getMaxNumVGPRs
(const MCSubtargetInfo *STI, unsigned WavesPerEU) {
Completed in 24 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026