Searched refs:DirectAccess (Results 1 – 1 of 1) sorted by relevance
142 LDSAccessTypeInfo DirectAccess; member362 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() local554 (!DirectAccess.StaticLDSGlobals.contains(GV) && in replaceKernelLDSAccesses()[all …]