Home
last modified time | relevance | path

Searched refs:needsWaveLimiter (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h37 bool needsWaveLimiter(const Function *F) const;
H A DAMDGPUMachineFunction.h101 bool needsWaveLimiter() const { in needsWaveLimiter() function
H A DAMDGPUPerfHintAnalysis.cpp424 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
H A DSIMachineFunctionInfo.cpp602 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h963 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp577 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()