Home
last modified time | relevance | path

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

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