Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h35 bool isMemoryBound(const Function *F) const;
H A DAMDGPUMachineFunction.h92 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.cpp631 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h1025 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp375 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()