Searched refs:isKernelFunction (Results 1 – 8 of 8) sorted by relevance
62 const bool IsKernelFn = isKernelFunction(F); in tagInvariantLoads()
534 assert(isKernelFunction(*Func)); in handleByValParam()695 return isKernelFunction(F) ? runOnKernelFunction(TM, F) in processFunction()711 if (isKernelFunction(F)) { in copyFunctionByValArgs()
234 assert(isKernelFunction(*Arg.getParent()) && in isParamGridConstant()397 !isKernelFunction(*F); in shouldEmitPTXNoReturn()
66 if (!isKernelFunction(F)) in runNVVMIntrRange()
63 inline bool isKernelFunction(const Function &F) { in isKernelFunction() function
81 return !isKernelFunction(*Arg->getParent()); in isSourceOfDivergence()606 if (isKernelFunction(*Arg->getParent())) { in getAssumedAddrSpace()
337 if (isKernelFunction(*F)) in emitFunctionEntryLabel()349 if (isKernelFunction(*F)) in emitFunctionEntryLabel()487 if (!F || isKernelFunction(*F) || F->isDeclaration()) in emitAliasDeclaration()505 if (isKernelFunction(*F)) in emitDeclarationWithName()1302 const bool IsKernelFunc = isKernelFunction(*F); in emitFunctionParamList()
3414 if (isKernelFunction(*F)) { in LowerFormalArguments()4659 assert(!isKernelFunction(*F) && "Expect kernels to have non-local linkage"); in getFunctionParamOptimizedAlign()