Searched refs:isKernelFunction (Results 1 – 7 of 7) sorted by relevance
57 bool isKernelFunction(const Function &);
456 if (isKernelFunction(*F)) in emitFunctionEntryLabel()467 if (isKernelFunction(*F)) in emitFunctionEntryLabel()605 if (isKernelFunction(*F)) in emitDeclaration()1457 bool isKernelFunc = isKernelFunction(*F); in emitFunctionParamList()1478 if (isKernelFunction(*F)) { in emitFunctionParamList()
284 bool isKernelFunction(const Function &F) { in isKernelFunction() function
464 return isKernelFunction(F) ? runOnKernelFunction(F) : runOnDeviceFunction(F); in runOnFunction()
75 return !isKernelFunction(*Arg->getParent()); in isSourceOfDivergence()
701 bool IsKernelFn = isKernelFunction(F->getFunction()); in canLowerToLDG()
4347 assert(!isKernelFunction(*F) && "Expect kernels to have non-local linkage"); in getFunctionParamOptimizedAlign()