Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp133 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels; member in __anoncff4dc4a0111::ReplaceLDSUseImpl
164 LDSToNonKernels[GV] = AMDGPU::collectNonKernelAccessorsOfLDS(GV); in shouldIgnorePointerReplacement()
165 return LDSToNonKernels[GV].empty(); in shouldIgnorePointerReplacement()
350 SmallPtrSet<Function *, 8> &LDSAccessors = LDSToNonKernels[GV]; in replaceLDSUse()