Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A DbeforeNAME.out_markdown3 > Building and Debugging NetBSD Kernels
H A DbeforeNAME.out_ascii3 Building and Debugging NetBSD Kernels
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp191 KernelSet &Kernels, bool OpenMPPostLink) in OMPInformationCache()
193 Kernels(Kernels), OpenMPPostLink(OpenMPPostLink) { in OMPInformationCache()
540 KernelSet &Kernels; member
906 if (!OMPInfoCache.Kernels.count(F)) in printKernels()
1837 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel()
2648 if (OMPInfoCache.Kernels.count(getAnchorScope())) in manifest()
2874 if (OMPInfoCache.Kernels.count(getAnchorScope())) { in handleEntryBB()
2926 bool IsKernel = OMPInfoCache.Kernels.count(F); in updateImpl()
3996 assert(OMPInfoCache.Kernels.count(Kernel) && "Expected kernel function!"); in changeToSPMDMode()
5332 KernelSet Kernels = getDeviceKernels(M); in run() local
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h432 constexpr char Kernels[] = "Kernels"; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp205 YIO.mapOptional(Key::Kernels, MD.mKernels); in mapping()
/openbsd-src/gnu/llvm/llvm/docs/Proposals/
H A DTestSuite.rst230 https://github.com/ParRes/Kernels/tree/default/Cxx11
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp953 auto Kernels = in emitKernel() local
965 Kernels.push_back(Kern); in emitKernel()
/openbsd-src/gnu/llvm/llvm/docs/
H A DNVPTXUsage.rst31 Marking Functions as Kernels
H A DAMDGPUUsage.rst2708 "Kernels" sequence of Required Sequence of the mappings for each
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td1464 // OpenCL2.0 : 6.13.17 : Enqueuing Kernels