Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp120 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels; member in __anon71805cce0111::ReplaceLDSUseImpl
152 LDSToNonKernels[GV] = AMDGPU::collectNonKernelAccessorsOfLDS(GV); in shouldIgnorePointerReplacement()
153 return LDSToNonKernels[GV].empty(); in shouldIgnorePointerReplacement()
339 SmallPtrSet<Function *, 8> &LDSAccessors = LDSToNonKernels[GV]; in replaceLDSUse()