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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h72 bool isMemoryBound() const { function in class:llvm::AMDGPUMachineFunction
H A DAMDGPUPerfHintAnalysis.h36 bool isMemoryBound(const Function *F) const;
H A DAMDGPUPerfHintAnalysis.cpp390 bool AMDGPUPerfHintAnalysis::isMemoryBound(const Function *F) const {
H A DSIMachineFunctionInfo.cpp547 MemoryBound(MFI.isMemoryBound()),
H A DSIMachineFunctionInfo.h919 if (!isMemoryBound() && !needsWaveLimiter())
H A DAMDGPUAsmPrinter.cpp365 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()),

Completed in 122 milliseconds