Home
last modified time | relevance | path

Searched refs:IsKernel (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp706 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
734 if (IsKernel() && m_uuid.IsValid()) { in LoadImageUsingMemoryModule()
767 if (IsKernel()) { in LoadImageUsingMemoryModule()
806 if (IsKernel() && !m_module_sp) { in LoadImageUsingMemoryModule()
838 const bool ignore_linkedit = !IsKernel(); in LoadImageUsingMemoryModule()
893 if (is_loaded && m_module_sp && IsKernel()) { in LoadImageUsingMemoryModule()
1170 if (image_info.IsKernel()) { in ParseKextSummaries()
1295 if (!image_info.IsKernel()) { in ParseKextSummaries()
H A DDynamicLoaderDarwinKernel.h165 bool IsKernel()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp72 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
75 if (IsKernel) { in SIMachineFunctionInfo()
123 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workgroup-id-x")) in SIMachineFunctionInfo()
132 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workitem-id-x")) in SIMachineFunctionInfo()
152 if (!IsKernel && !F.hasFnAttribute("amdgpu-no-lds-kernel-id")) in SIMachineFunctionInfo()
H A DSIISelLowering.cpp2407 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
2456 } else if (IsKernel) { in LowerFormalArguments()
2470 if (IsKernel) { in LowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2926 bool IsKernel = OMPInfoCache.Kernels.count(F); in updateImpl() local
2935 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3084 if (IsKernel) in updateImpl()