Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp761 DenseSet<GlobalVariable *> &TableLookupVariables, in partitionVariablesIntoIndirectStrategies() argument
796 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
818 TableLookupVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
827 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()
1159 DenseSet<GlobalVariable *> TableLookupVariables; in runOnModule() local
1164 ModuleScopeVariables, TableLookupVariables, KernelAccessVariables, in runOnModule()
1175 TableLookupVariables); in runOnModule()
1216 sortByName(std::vector<GlobalVariable *>(TableLookupVariables.begin(), in runOnModule()
1217 TableLookupVariables.end())); in runOnModule()