Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp119 FunctionVariableMap DirectMapKernel; in getTransitiveUsesOfLDS() local
121 getUsesOfLDSByFunction(CG, M, DirectMapKernel, DirectMapFunction); in getTransitiveUsesOfLDS()
214 for (auto &Map : {DirectMapKernel, IndirectMapKernel}) { in getTransitiveUsesOfLDS()
218 bool IsDirectMapDynLDSGV = AMDGPU::isDynamicLDS(*GV) && DirectMapKernel.contains(Fn); in getTransitiveUsesOfLDS()
237 return {std::move(DirectMapKernel), std::move(IndirectMapKernel)}; in getTransitiveUsesOfLDS()