Home
last modified time | relevance | path

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

/freebsd-14.2/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()
467 if (IsLoaded() && m_module_sp && IsKernel()) { in LoadImageUsingMemoryModule()
H A DDynamicLoaderFreeBSDKernel.h98 bool IsKernel() const { return m_is_kernel; }; in IsKernel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp55 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
58 if (IsKernel) { in SIMachineFunctionInfo()
112 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workgroup-id-x")) in SIMachineFunctionInfo()
123 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workitem-id-x")) in SIMachineFunctionInfo()
134 if (!IsKernel && !F.hasFnAttribute("amdgpu-no-lds-kernel-id")) in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.cpp1040 const bool IsKernel = in GCNUserSGPRUsageInfo() local
1049 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
H A DSIISelLowering.cpp2752 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
2806 } else if (IsKernel) { in LowerFormalArguments()
2812 if (IsKernel) in LowerFormalArguments()
2818 if (IsKernel && Subtarget->hasKernargPreload() && in LowerFormalArguments()
2834 if (!IsKernel) { in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3102 bool IsKernel = omp::isOpenMPKernel(*F); in updateImpl() local
3111 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3112 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()
3298 if (IsKernel && !IsExplicitlyAligned) in updateImpl()