Searched refs:Kernels (Results 1 – 8 of 8) sorted by relevance
325 SmallPtrSet<Function *, 32> Kernels; in processUsedLDS() local328 if (AMDGPU::isKernelCC(Func) && !Kernels.contains(Func)) { in processUsedLDS()330 Kernels.insert(Func); in processUsedLDS()
911 auto Kernels = in emitKernel() local923 Kernels.push_back(Kern); in emitKernel()
128 SmallPtrSetImpl<Kernel> &Kernels) in OMPInformationCache()130 Kernels(Kernels) { in OMPInformationCache()443 SmallPtrSetImpl<Kernel> &Kernels; member784 if (!OMPInfoCache.Kernels.count(F)) in printKernels()1707 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel()2809 if (!OMPInfoCache.Kernels.count(Fn)) in initialize()3991 for (Function *Kernel : OMPInfoCache.Kernels) in registerAAs()4178 KernelSet Kernels = getDeviceKernels(M); in run() local4181 if (Kernels.contains(&F)) in run()4204 if (!F.isDeclaration() && !Kernels.contains(&F) && IsCalled(F) && in run()[all …]
427 constexpr char Kernels[] = "Kernels"; variable
204 YIO.mapOptional(Key::Kernels, MD.mKernels); in mapping()
314 title = {A Tale of Four Kernels},
1405 // OpenCL2.0 : 6.13.17 : Enqueuing Kernels
11653 application-level code. Kernels may wish to not include uttrack.c in