Searched refs:isKernelCC (Results 1 – 3 of 3) sorted by relevance
41 if (!F || F->isDeclaration() || AMDGPU::isKernelCC(F)) in collectAddressTakenFunctions()103 if (!AMDGPU::isKernelCC(&F)) in collectReachableCallees()143 if (!AMDGPU::isKernelCC(F)) in collectNonKernelAccessorsOfLDS()175 if (!AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()179 if (AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()191 bool isKernelCC(const Function *Func) { in isKernelCC() function258 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()284 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
44 bool isKernelCC(const Function *Func);
328 if (AMDGPU::isKernelCC(Func) && !Kernels.contains(Func)) { in processUsedLDS()