Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp142 LDSAccessTypeInfo DirectAccess; member
362 if (LDSParams.DirectAccess.DynamicLDSGlobals.empty() && in buildSwDynLDSGlobal()
402 for (GlobalVariable *GV : LDSParams.DirectAccess.StaticLDSGlobals) in populateSwMetadataGlobal()
405 for (GlobalVariable *GV : LDSParams.DirectAccess.DynamicLDSGlobals) in populateSwMetadataGlobal()
461 buildInitializerForSwLDSMD(LDSParams.DirectAccess.StaticLDSGlobals); in populateSwMetadataGlobal()
463 buildInitializerForSwLDSMD(LDSParams.DirectAccess.DynamicLDSGlobals); in populateSwMetadataGlobal()
514 PopulateIndices(LDSParams.DirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
516 PopulateIndices(LDSParams.DirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()
545 auto &DirectAccess = LDSParams.DirectAccess; in replaceKernelLDSAccesses() local
554 (!DirectAccess.StaticLDSGlobals.contains(GV) && in replaceKernelLDSAccesses()
[all …]