Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.h37 bool needsWaveLimiter(const Function *F) const;
DAMDGPUMachineFunction.h71 bool needsWaveLimiter() const { in needsWaveLimiter() function
DAMDGPUMachineFunction.cpp37 WaveLimiter = PHA->needsWaveLimiter(&F); in AMDGPUMachineFunction()
DSIMachineFunctionInfo.h638 if (!isMemoryBound() && !needsWaveLimiter()) in getMinAllowedOccupancy()
DAMDGPUPerfHintAnalysis.cpp391 bool AMDGPUPerfHintAnalysis::needsWaveLimiter(const Function *F) const { in needsWaveLimiter() function in AMDGPUPerfHintAnalysis
DAMDGPUAsmPrinter.cpp479 " WaveLimiterHint : " + Twine(MFI->needsWaveLimiter()), false); in runOnMachineFunction()