Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp500 auto PopulateIndices = [&](SetVector<GlobalVariable *> &LDSGlobals, in populateLDSToReplacementIndicesMap() local
513 PopulateIndices(SwLDSVector, Idx); in populateLDSToReplacementIndicesMap()
514 PopulateIndices(LDSParams.DirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
515 PopulateIndices(LDSParams.IndirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
516 PopulateIndices(LDSParams.DirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
517 PopulateIndices(LDSParams.IndirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()