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()
592 DenseSet<GlobalVariable *> &ModuleScopeVariables, in partitionVariablesIntoIndirectStrategies() argument
624 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
645 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
649 ModuleScopeVariables.insert(GV); in partitionVariablesIntoIndirectStrategies()
660 assert(ModuleScopeVariables.size() + TableLookupVariables.size() + in partitionVariablesIntoIndirectStrategies()
666 Module &M, DenseSet<GlobalVariable *> const &ModuleScopeVariables, in lowerModuleScopeStructVariables() argument
675 if (ModuleScopeVariables.empty()) { in lowerModuleScopeStructVariables()
[all …]