Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp669 DenseSet<Function *> const &KernelsThatAllocateModuleLDS) { in lowerModuleScopeStructVariables() argument
717 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerModuleScopeStructVariables()
739 DenseSet<Function *> const &KernelsThatAllocateModuleLDS, in lowerKernelScopeStructVariables() argument
768 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerKernelScopeStructVariables()
960 const DenseSet<Function *> KernelsThatAllocateModuleLDS = in runOnModule() local
972 M, ModuleScopeVariables, KernelsThatAllocateModuleLDS); in runOnModule()
976 KernelsThatAllocateModuleLDS, in runOnModule()
1049 KernelsThatAllocateModuleLDS.contains(&Func); in runOnModule()