Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h35 bool isMemoryBound(const Function *F) const;
H A DAMDGPUMachineFunction.h88 bool isMemoryBound() const { in isMemoryBound() function
H A DAMDGPUPerfHintAnalysis.cpp386 bool AMDGPUPerfHintAnalysis::isMemoryBound(const Function *F) const { in isMemoryBound() function in AMDGPUPerfHintAnalysis
H A DSIMachineFunctionInfo.cpp560 MemoryBound(MFI.isMemoryBound()), WaveLimiter(MFI.needsWaveLimiter()), in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h932 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp382 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()