Home
last modified time | relevance | path

Searched refs:Kernel (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp22 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
93 struct MappingTraits<Kernel::Attrs::Metadata> {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td276 defm Kernel : CapabilityOperand<6, 0, 0, [], []>;
277 defm Vector16 : CapabilityOperand<7, 0, 0, [], [Kernel]>;
278 defm Float16Buffer : CapabilityOperand<8, 0, 0, [], [Kernel]>;
283 defm ImageBasic : CapabilityOperand<13, 0, 0, [], [Kernel]>;
286 defm Pipes : CapabilityOperand<17, 0, 0, [], [Kernel]>;
289 defm LiteralSampler : CapabilityOperand<20, 0, 0, [], [Kernel]>;
325 defm NamedBarrier : CapabilityOperand<59, 0x10100, 0, [], [Kernel]>;
484 defm Kernel: ExecutionModelOperand<6, [Kernel]>;
518 defm OpenCL : MemoryModelOperand<2, [Kernel]>;
560 defm LocalSizeHint : ExecutionModeOperand<18, [Kernel]>;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dfacilities-routing.t52 POE::Kernel->sig_child($child_pid, sub { wait() });
54 POE::Kernel->post(syslog => "shutdown");
55 POE::Kernel->stop;
60 POE::Kernel->run;
143 POE::Kernel->post(syslog => "shutdown");
144 POE::Kernel->stop;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h26 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel) in MemorySanitizerOptions()
27 : MemorySanitizerOptions(TrackOrigins, Recover, Kernel, false) {} in MemorySanitizerOptions()
28 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel,
30 bool Kernel; member
/openbsd-src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py9 from ipykernel.kernelbase import Kernel
14 class TableGenKernel(Kernel):
54 Kernel.__init__(self, **kwargs)
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h38 return CodeModel::Kernel; in unwrap()
53 case CodeModel::Kernel: in wrap()
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DMakefile31 ${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td
33 -I${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel \
37 ${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td
39 -I${LLDB_SRCS}/source/Plugins/DynamicLoader/Darwin-Kernel \
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h21 using Kernel = Function *; variable
24 using KernelSet = SetVector<Kernel>;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp189 Kernel::CodeProps::Metadata MetadataStreamerYamlV2::getHSACodeProps( in getHSACodeProps()
193 HSAMD::Kernel::CodeProps::Metadata HSACodeProps; in getHSACodeProps()
219 Kernel::DebugProps::Metadata MetadataStreamerYamlV2::getHSADebugProps( in getHSADebugProps()
221 return HSAMD::Kernel::DebugProps::Metadata(); in getHSADebugProps()
245 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernelLanguage() local
255 Kernel.mLanguage = "OpenCL C"; in emitKernelLanguage()
256 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
258 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
348 HSAMetadata.mKernels.back().mArgs.push_back(Kernel::Arg::Metadata()); in emitKernelArg()
469 HSAMetadata.mKernels.push_back(Kernel::Metadata()); in emitKernel()
[all …]
H A DAMDGPUSubtarget.cpp453 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize() argument
454 auto Node = Kernel.getMetadata("reqd_work_group_size"); in getReqdWorkGroupSize()
464 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() argument
466 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID()
469 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID()
473 Function *Kernel = I->getParent()->getParent(); in makeLIDRangeMetadata() local
475 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
510 unsigned ReqdSize = getReqdWorkGroupSize(*Kernel, Dim); in makeLIDRangeMetadata()
H A DAMDGPUHSAMetadataStreamer.h181 Kernel::CodeProps::Metadata getHSACodeProps(
184 Kernel::DebugProps::Metadata getHSADebugProps(
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1840 DenseMap<Function *, std::optional<Kernel>> UniqueKernelMap;
1843 Kernel getUniqueKernelFor(Function &F);
1846 Kernel getUniqueKernelFor(Instruction &I) { in getUniqueKernelFor()
1946 Kernel OpenMPOpt::getUniqueKernelFor(Function &F) { in getUniqueKernelFor()
1952 std::optional<Kernel> &CachedKernel = UniqueKernelMap[&F]; in getUniqueKernelFor()
1960 CachedKernel = Kernel(&F); in getUniqueKernelFor()
1977 auto GetUniqueKernelForUse = [&](const Use &U) -> Kernel { in getUniqueKernelFor()
2001 SmallPtrSet<Kernel, 2> PotentialKernels; in getUniqueKernelFor()
2006 Kernel K = nullptr; in getUniqueKernelFor()
2083 Kernel K = getUniqueKernelFor(*F); in rewriteDeviceCodeStateMachine()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp159 EnqueuedBlockMap[E].Kernel = nullptr; in recordBlockInfo()
178 if (EnqueuedBlockMap[Block].Kernel) { in emitOpenCLEnqueuedBlock()
189 EnqueuedBlockMap[Block].Kernel = F; in emitOpenCLEnqueuedBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSanitizers.def49 // Kernel AddressSanitizer (KASan)
55 // Kernel Hardware-assisted AddressSanitizer (KHWASan)
67 // Kernel MemorySanitizer (KMSAN)
130 // Kernel Control Flow Integrity
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h119 namespace Kernel {
442 std::vector<Kernel::Metadata> mKernels = std::vector<Kernel::Metadata>();
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp157 case CodeModel::Kernel: { in classifyLocalReference()
203 case CodeModel::Kernel: { in classifyGlobalReference()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/
H A DCMakeLists.txt1 add_subdirectory(Darwin-Kernel)
/openbsd-src/share/btrace/
H A Dkprofile.bt4 * kprofile.bt Kernel profiling (stack sampling) at 100Hz.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn8 "//lldb/source/Plugins/DynamicLoader/Darwin-Kernel",
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/
H A DCMakeLists.txt16 add_subdirectory(MacOSX-Kernel)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DGlobalDecl.h40 Kernel = 0, enumerator
159 return D->getLangOpts().CUDAIsDevice ? KernelReferenceKind::Kernel in getDefaultKernelReference()
/openbsd-src/sys/arch/i386/i386/
H A Dmptramp.s226 GDTE(0x9f,0xcf) # Kernel text
227 GDTE(0x93,0xcf) # Kernel data
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DBUILD.gn12 static_library("Darwin-Kernel") {
/openbsd-src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile20 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn26 "//lldb/source/Plugins/DynamicLoader/Darwin-Kernel",

12345