Searched refs:isKernelCC (Results 1 – 4 of 4) sorted by relevance
409 if (!F || F->isDeclaration() || llvm::AMDGPU::isKernelCC(F)) in collectAddressTakenFunctions()476 if (!llvm::AMDGPU::isKernelCC(&F)) in collectReachableCallees()521 if (!llvm::AMDGPU::isKernelCC(F)) in collectNonKernelAccessorsOfLDS()553 if (!llvm::AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()557 if (llvm::AMDGPU::isKernelCC(F)) { in getFunctionToInstsMap()
44 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()65 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
1085 bool isKernelCC(const Function *Func);
1911 bool isKernelCC(const Function *Func) { in isKernelCC() function