Home
last modified time | relevance | path

Searched refs:isKernelFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp215 assert(isKernelFunction(*Arg->getParent()) && in isParamGridConstant()
339 bool isKernelFunction(const Function &F) { in isKernelFunction() function
408 !isKernelFunction(*F); in shouldEmitPTXNoReturn()
H A DNVPTXUtilities.h64 bool isKernelFunction(const Function &);
H A DNVPTXAsmPrinter.cpp469 if (isKernelFunction(*F)) in emitFunctionEntryLabel()
481 if (isKernelFunction(*F)) in emitFunctionEntryLabel()
611 if (!F || isKernelFunction(*F) || F->isDeclaration()) in emitAliasDeclaration()
629 if (isKernelFunction(*F)) in emitDeclarationWithName()
1507 bool isKernelFunc = isKernelFunction(*F); in emitFunctionParamList()
1527 if (isKernelFunction(*F)) { in emitFunctionParamList()
H A DNVPTXTargetTransformInfo.cpp76 return !isKernelFunction(*Arg->getParent()); in isSourceOfDivergence()
H A DNVPTXLowerArgs.cpp618 return isKernelFunction(F) ? runOnKernelFunction(TM, F) in runOnFunction()
H A DNVPTXISelDAGToDAG.cpp742 bool IsKernelFn = isKernelFunction(F->getFunction()); in canLowerToLDG()
H A DNVPTXISelLowering.cpp5113 assert(!isKernelFunction(*F) && "Expect kernels to have non-local linkage"); in getFunctionParamOptimizedAlign()