Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp143 LDSAccessTypeInfo IndirectAccess; member
363 LDSParams.IndirectAccess.DynamicLDSGlobals.empty()) in buildSwDynLDSGlobal()
408 for (GlobalVariable *GV : LDSParams.IndirectAccess.StaticLDSGlobals) in populateSwMetadataGlobal()
411 for (GlobalVariable *GV : LDSParams.IndirectAccess.DynamicLDSGlobals) in populateSwMetadataGlobal()
462 buildInitializerForSwLDSMD(LDSParams.IndirectAccess.StaticLDSGlobals); in populateSwMetadataGlobal()
464 buildInitializerForSwLDSMD(LDSParams.IndirectAccess.DynamicLDSGlobals); in populateSwMetadataGlobal()
515 PopulateIndices(LDSParams.IndirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
517 PopulateIndices(LDSParams.IndirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
544 auto &IndirectAccess = LDSParams.IndirectAccess; in replaceKernelLDSAccesses() local
552 if ((IndirectAccess.StaticLDSGlobals.contains(GV) || in replaceKernelLDSAccesses()
[all …]