Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h37 bool needsWaveLimiter(const Function *F) const;
H A DAMDGPUMachineFunction.h108 bool needsWaveLimiter() const {
96 bool needsWaveLimiter() const { needsWaveLimiter() function
H A DAMDGPUPerfHintAnalysis.cpp424 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
H A DSIMachineFunctionInfo.h1064 if (!isMemoryBound() && !needsWaveLimiter())
H A DSIMachineFunctionInfo.cpp679 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DAMDGPUAsmPrinter.cpp637 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()