Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h57 bool isKernelFunction(const Function &);
H A DNVPTXAsmPrinter.cpp456 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()
H A DNVPTXUtilities.cpp284 bool isKernelFunction(const Function &F) { in isKernelFunction() function
H A DNVPTXLowerArgs.cpp464 return isKernelFunction(F) ? runOnKernelFunction(F) : runOnDeviceFunction(F); in runOnFunction()
H A DNVPTXTargetTransformInfo.cpp75 return !isKernelFunction(*Arg->getParent()); in isSourceOfDivergence()
H A DNVPTXISelDAGToDAG.cpp701 bool IsKernelFn = isKernelFunction(F->getFunction()); in canLowerToLDG()
H A DNVPTXISelLowering.cpp4347 assert(!isKernelFunction(*F) && "Expect kernels to have non-local linkage"); in getFunctionParamOptimizedAlign()