Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp399 SmallVector<Metadata *> NoAliasList; in replaceLDSVariablesWithStruct() local
409 NoAliasList.append(&AliasScopes[1], AliasScopes.end()); in replaceLDSVariablesWithStruct()
430 NoAliasList[I - 1] = AliasScopes[I - 1]; in replaceLDSVariablesWithStruct()
432 NoAliasList.empty() ? nullptr : MDNode::get(Ctx, NoAliasList); in replaceLDSVariablesWithStruct()