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.cpp667 DenseSet<Function *> const &KernelsThatAllocateModuleLDS) { in lowerModuleScopeStructVariables() argument
715 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerModuleScopeStructVariables()
737 DenseSet<Function *> const &KernelsThatAllocateModuleLDS, in lowerKernelScopeStructVariables() argument
766 if (KernelsThatAllocateModuleLDS.contains(&Func)) { in lowerKernelScopeStructVariables()
1081 const DenseSet<Function *> KernelsThatAllocateModuleLDS = in runOnModule() local
1093 M, ModuleScopeVariables, KernelsThatAllocateModuleLDS); in runOnModule()
1097 KernelsThatAllocateModuleLDS, in runOnModule()
1171 KernelsThatAllocateModuleLDS.contains(&Func); in runOnModule()