| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | AMDGPUMetadata.cpp | 23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata) 24 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata) 91 struct MappingTraits<Kernel::Attrs::Metadata> { 97 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping() 105 struct MappingTraits<Kernel::Arg::Metadata> { 129 struct MappingTraits<Kernel::CodeProps::Metadata> { 141 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping() 159 struct MappingTraits<Kernel::DebugProps::Metadata> { 175 struct MappingTraits<Kernel::Metadata> { 177 YIO.mapRequired(Kernel::Key::Name, MD.mName); in mapping() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 39 return CodeModel::Kernel; in unwrap() 54 case CodeModel::Kernel: in wrap()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 211 Kernel::CodeProps::Metadata 216 HSAMD::Kernel::CodeProps::Metadata HSACodeProps; in getHSACodeProps() 240 Kernel::DebugProps::Metadata 244 HSAMD::Kernel::DebugProps::Metadata HSADebugProps; in getHSADebugProps() 282 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernelLanguage() local 292 Kernel.mLanguage = "OpenCL C"; in emitKernelLanguage() 293 Kernel.mLanguageVersion.push_back( in emitKernelLanguage() 295 Kernel.mLanguageVersion.push_back( in emitKernelLanguage() 486 HSAMetadata.mKernels.push_back(Kernel::Metadata()); in emitKernel() 487 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernel() local [all …]
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | CHROMEBOOK-SNOW | 1 # Kernel configuration for Samsung Chromebook (Exynos5 Dual machine). 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | CHROMEBOOK-SPRING | 1 # Kernel configuration for HP Chromebook 11 (Exynos5 Dual machine). 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | ARNDALE | 1 # Kernel configuration for Arndale Board (Exynos5 Dual development platform). 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | ARNDALE-OCTA | 1 # Kernel configuration for Arndale Octa Board (Exynos 5420) 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | QUARTZ | 1 # Kernel configuration for Device Solutions Quartz Module. 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | EXYNOS5250 | 1 # Kernel configuration for Samsung Exynos 5250 boards. 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | EXYNOS5420 | 1 # Kernel configuration for Samsung Exynos 5420 boards. 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | COLIBRI-VF50 | 1 # Kernel configuration for Toradex Colibri VF50 Evaluation Board. 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | COSMIC | 1 # Kernel configuration for Cosmic Board (Freescale Vybrid Family development board). 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | CHROMEBOOK | 1 # Kernel configuration for Chromebook (Exynos5 Dual machine). 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | SOCDK | 2 # Kernel configuration for Altera Arria10 SOC Development Kit. 5 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | SOCKIT | 2 # Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC). 5 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | APALIS-IMX6 | 1 # Kernel configuration for Toradex Apalis i.MX6 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | SOCKIT-BERI | 2 # Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC). 5 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | JETSON-TK1 | 1 # Kernel configuration for Jetson TK1 board 4 # and/or the handbook section on Kernel Configuration Files:
|
| H A D | CHROMEBOOK-PEACH-PIT | 1 # Kernel configuration for Chromebook2 (Exynos5 Octa machine). 4 # and/or the handbook section on Kernel Configuration Files:
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | lib.in | 64 LINE("libgeom", "Userland API Library for Kernel GEOM subsystem (libgeom, \\-lgeom)") 75 LINE("libkcore", "Kernel Memory Core Access Library (libkcore, \\-lkcore)") 76 LINE("libkiconv", "Kernel-side iconv Library (libkiconv, \\-lkiconv)") 78 LINE("libkvm", "Kernel Data Access Library (libkvm, \\-lkvm)") 84 LINE("libmemstat", "Kernel Memory Allocator Statistics Library (libmemstat, \\-lmemstat)") 116 LINE("librumpclient", "Clientside Stubs for rump Kernel Remote Protocols (librumpclient, \\-lrumpcl…
|
| H A D | msec.in | 29 LINE("4", "FreeBSD Kernel Interfaces Manual") 34 LINE("9", "FreeBSD Kernel Developer\'s Manual")
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 137 EnqueuedBlockMap[E].Kernel = nullptr; in recordBlockInfo() 159 if (EnqueuedBlockMap[Block].Kernel) { in emitOpenCLEnqueuedBlock() 171 EnqueuedBlockMap[Block].Kernel = F; in emitOpenCLEnqueuedBlock()
|
| /freebsd-12.1/sys/amd64/conf/ |
| H A D | MINIMAL | 19 # and/or the handbook section on Kernel Configuration Files: 78 options KDTRACE_HOOKS # Kernel DTrace hooks 79 options DDB_CTF # Kernel ELF linker loads CTF data 87 options SMP # Symmetric MultiProcessor Kernel
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | AMDGPUMetadata.h | 101 namespace Kernel { 422 std::vector<Kernel::Metadata> mKernels = std::vector<Kernel::Metadata>();
|
| /freebsd-12.1/sys/powerpc/conf/ |
| H A D | MPC85XX | 64 options KDTRACE_HOOKS # Kernel DTrace hooks 65 options DDB_CTF # Kernel ELF linker loads CTF data
|