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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h76 bool needsWaveLimiter() const { function in class:llvm::AMDGPUMachineFunction
H A DAMDGPUPerfHintAnalysis.h38 bool needsWaveLimiter(const Function *F) const;
H A DAMDGPUPerfHintAnalysis.cpp398 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const {
H A DSIMachineFunctionInfo.cpp548 WaveLimiter(MFI.needsWaveLimiter()),
H A DSIMachineFunctionInfo.h919 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp532 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false);

Completed in 71 milliseconds