Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp329 if (IsKernel() && m_uuid.IsValid()) { in LoadImageUsingMemoryModule()
345 if (IsKernel()) { in LoadImageUsingMemoryModule()
357 if (IsKernel() && !m_module_sp) { in LoadImageUsingMemoryModule()
367 if (!IsKernel() && !is_kmod(m_module_sp.get())) { in LoadImageUsingMemoryModule()
466 if (IsLoaded() && m_module_sp && IsKernel()) { in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp62 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
65 if (IsKernel) { in SIMachineFunctionInfo()
118 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workgroup-id-x")) in SIMachineFunctionInfo()
129 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workitem-id-x")) in SIMachineFunctionInfo()
140 if (!IsKernel && !F.hasFnAttribute("amdgpu-no-lds-kernel-id")) in SIMachineFunctionInfo()
H A DGCNSubtarget.cpp604 const bool IsKernel = in GCNUserSGPRUsageInfo() local
607 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
H A DSIISelLowering.cpp2926 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
2982 } else if (IsKernel) { in LowerFormalArguments()
2988 if (IsKernel) in LowerFormalArguments()
2994 if (IsKernel && Subtarget->hasKernargPreload()) in LowerFormalArguments()
3009 if (!IsKernel) { in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3104 bool IsKernel = omp::isOpenMPKernel(*F); in updateImpl() local
3113 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3114 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()
3300 if (IsKernel && !IsExplicitlyAligned) in updateImpl()
H A DAttributor.cpp3190 FI.IsKernel = F.hasFnAttribute("kernel"); in initializeInformationCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1301 return FI.IsKernel;
1380 bool IsKernel;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12391 bool IsKernel = NewFD->hasAttr<CUDAGlobalAttr>(); in CheckFunctionDeclaration() local
12395 !(IsKernel && Parm->getType().isConstQualified())) in CheckFunctionDeclaration()