Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp834 DenseSet<Function *> const &KernelsThatAllocateModuleLDS) { in lowerModuleScopeStructVariables() argument
882 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerModuleScopeStructVariables()
904 DenseSet<Function *> const &KernelsThatAllocateModuleLDS, in lowerKernelScopeStructVariables() argument
933 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerKernelScopeStructVariables()
1170 const DenseSet<Function *> KernelsThatAllocateModuleLDS = in runOnModule() local
1182 M, ModuleScopeVariables, KernelsThatAllocateModuleLDS); in runOnModule()
1186 KernelsThatAllocateModuleLDS, in runOnModule()
1259 KernelsThatAllocateModuleLDS.contains(&Func); in runOnModule()