Home
last modified time | relevance | path

Searched defs:KernelsThatAllocateModuleLDS (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp670 lowerModuleScopeStructVariables(Module & M,DenseSet<GlobalVariable * > const & ModuleScopeVariables,DenseSet<Function * > const & KernelsThatAllocateModuleLDS) lowerModuleScopeStructVariables() argument
740 lowerKernelScopeStructVariables(Module & M,LDSUsesInfoTy & LDSUsesInfo,DenseSet<GlobalVariable * > const & ModuleScopeVariables,DenseSet<Function * > const & KernelsThatAllocateModuleLDS,GlobalVariable * MaybeModuleScopeStruct) lowerKernelScopeStructVariables() argument
961 const DenseSet<Function *> KernelsThatAllocateModuleLDS = runOnModule() local