Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp411 Module &M, ArrayRef<GlobalVariable *> ModuleScopeVariables, in replaceUsesInInstructionsWithTableLookup() argument
418 for (size_t Index = 0; Index < ModuleScopeVariables.size(); Index++) { in replaceUsesInInstructionsWithTableLookup()
419 auto *GV = ModuleScopeVariables[Index]; in replaceUsesInInstructionsWithTableLookup()
595 DenseSet<GlobalVariable *> &ModuleScopeVariables, in partitionVariablesIntoIndirectStrategies() argument
627 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
647 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
651 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
662 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()
668 Module &M, DenseSet<GlobalVariable *> const &ModuleScopeVariables, in lowerModuleScopeStructVariables() argument
677 if (ModuleScopeVariables.empty()) { in lowerModuleScopeStructVariables()
[all …]