Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp596 DenseSet<GlobalVariable *> &TableLookupVariables, in partitionVariablesIntoIndirectStrategies() argument
631 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
653 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
662 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()
949 DenseSet<GlobalVariable *> TableLookupVariables; in runOnModule() local
954 ModuleScopeVariables, TableLookupVariables, KernelAccessVariables, in runOnModule()
965 TableLookupVariables); in runOnModule()
1006 sortByName(std::vector<GlobalVariable *>(TableLookupVariables.begin(), in runOnModule()
1007 TableLookupVariables.end())); in runOnModule()