Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp593 DenseSet<GlobalVariable *> &TableLookupVariables, in partitionVariablesIntoIndirectStrategies() argument
628 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
651 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
660 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()
1070 DenseSet<GlobalVariable *> TableLookupVariables; in runOnModule() local
1075 ModuleScopeVariables, TableLookupVariables, KernelAccessVariables, in runOnModule()
1086 TableLookupVariables); in runOnModule()
1127 sortByName(std::vector<GlobalVariable *>(TableLookupVariables.begin(), in runOnModule()
1128 TableLookupVariables.end())); in runOnModule()