Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1482 SmallVector<MDNode *> AliasScopes; in replaceLDSVariablesWithStruct() local
1487 AliasScopes.reserve(NumberVars); in replaceLDSVariablesWithStruct()
1491 AliasScopes.push_back(Scope); in replaceLDSVariablesWithStruct()
1493 NoAliasList.append(&AliasScopes[1], AliasScopes.end()); in replaceLDSVariablesWithStruct()
1512 NoAliasList[I - 1] = AliasScopes[I - 1]; in replaceLDSVariablesWithStruct()
1516 AliasScopes.empty() ? nullptr : MDNode::get(Ctx, {AliasScopes[I]}); in replaceLDSVariablesWithStruct()