Searched refs:IsKernel (Results 1 – 5 of 5) 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()
57 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local60 if (IsKernel) { in SIMachineFunctionInfo()114 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workgroup-id-x")) in SIMachineFunctionInfo()125 if (IsKernel || !F.hasFnAttribute("amdgpu-no-workitem-id-x")) in SIMachineFunctionInfo()136 if (!IsKernel && !F.hasFnAttribute("amdgpu-no-lds-kernel-id")) in SIMachineFunctionInfo()
1055 const bool IsKernel = in GCNUserSGPRUsageInfo() local1064 if (IsKernel && (!F.arg_empty() || ST.getImplicitArgNumBytes(F) != 0)) in GCNUserSGPRUsageInfo()
2820 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local2876 } else if (IsKernel) { in LowerFormalArguments()2882 if (IsKernel) in LowerFormalArguments()2888 if (IsKernel && Subtarget->hasKernargPreload()) in LowerFormalArguments()2903 if (!IsKernel) { in LowerFormalArguments()
3101 bool IsKernel = omp::isOpenMPKernel(*F); in updateImpl() local3110 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()3111 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()3297 if (IsKernel && !IsExplicitlyAligned) in updateImpl()