Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h35 bool isMemoryBound(const Function *F) const;
H A DAMDGPUMachineFunction.h104 bool isMemoryBound() const { in isMemoryBound() function
H A DAMDGPUPerfHintAnalysis.cpp416 bool AMDGPUPerfHintAnalysis::isMemoryBound(const Function *F) const { in isMemoryBound() function in AMDGPUPerfHintAnalysis
H A DSIMachineFunctionInfo.h1047 if (!isMemoryBound() && !needsWaveLimiter())
H A DSIMachineFunctionInfo.cpp677 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DAMDGPUAsmPrinter.cpp374 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()