Home
last modified time | relevance | path

Searched refs:hasKernelCallingConv (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp290 KI.ExternalNotKernel = F.hasExternalLinkage() && !F.hasKernelCallingConv(); in emitKernelInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h281 bool hasKernelCallingConv() const { in hasKernelCallingConv() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5908 if (F.hasKernelCallingConv()) { in getDeviceKernels()