Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.h38 bool needsWaveLimiter(const Function *F) const;
DAMDGPUMachineFunction.h76 bool needsWaveLimiter() const { in needsWaveLimiter() function
DAMDGPUPerfHintAnalysis.cpp398 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
DSIMachineFunctionInfo.cpp487 WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
DSIMachineFunctionInfo.h907 if (!isMemoryBound() && !needsWaveLimiter())
DAMDGPUAsmPrinter.cpp526 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()