Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h37 bool needsWaveLimiter(const Function *F) const;
H A DAMDGPUMachineFunction.h92 bool needsWaveLimiter() const { in needsWaveLimiter() function
H A DAMDGPUPerfHintAnalysis.cpp394 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
H A DSIMachineFunctionInfo.cpp560 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h932 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp569 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()