Searched refs:IsKernel (Results 1 – 8 of 8) 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()466 if (IsLoaded() && m_module_sp && IsKernel()) { in LoadImageUsingMemoryModule()
62 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local65 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()
604 const bool IsKernel = in GCNUserSGPRUsageInfo() local607 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
2926 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local2982 } else if (IsKernel) { in LowerFormalArguments()2988 if (IsKernel) in LowerFormalArguments()2994 if (IsKernel && Subtarget->hasKernargPreload()) in LowerFormalArguments()3009 if (!IsKernel) { in LowerFormalArguments()
3104 bool IsKernel = omp::isOpenMPKernel(*F); in updateImpl() local3113 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()3114 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()3300 if (IsKernel && !IsExplicitlyAligned) in updateImpl()
3190 FI.IsKernel = F.hasFnAttribute("kernel"); in initializeInformationCache()
1301 return FI.IsKernel;1380 bool IsKernel;
12391 bool IsKernel = NewFD->hasAttr<CUDAGlobalAttr>(); in CheckFunctionDeclaration() local12395 !(IsKernel && Parm->getType().isConstQualified())) in CheckFunctionDeclaration()