Searched refs:isKernelCC (Results 1 – 5 of 5) 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()
186 if (!Func.isDeclaration() && AMDGPU::isKernelCC(&Func)) { in runOnModule()
74 assert(!F || isKernelCC(F)); in shouldLowerLDSToStruct()95 Ret |= !isKernelCC(UF); in shouldLowerLDSToStruct()
807 bool isKernelCC(const Function *Func);
1713 bool isKernelCC(const Function *Func) { in isKernelCC() function