Searched refs:IsKernel (Results 1 – 6 of 6) sorted by relevance
329 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()
98 bool IsKernel() const { return m_is_kernel; }; in IsKernel() function
55 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local58 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()
1040 const bool IsKernel = in GCNUserSGPRUsageInfo() local1049 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
2752 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local2806 } else if (IsKernel) { in LowerFormalArguments()2812 if (IsKernel) in LowerFormalArguments()2818 if (IsKernel && Subtarget->hasKernargPreload() && in LowerFormalArguments()2834 if (!IsKernel) { in LowerFormalArguments()
3102 bool IsKernel = omp::isOpenMPKernel(*F); in updateImpl() local3111 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()3112 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()3298 if (IsKernel && !IsExplicitlyAligned) in updateImpl()