Home
last modified time | relevance | path

Searched refs:isReferenceableKernel (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h74 if (D->isReferenceableKernel()) { in MultiVersionIndex()
82 assert(D->isReferenceableKernel() && "Decl is not a GPU kernel!"); in GlobalDecl()
137 cast<FunctionDecl>(getDecl())->isReferenceableKernel()) || in getKernelReferenceKind()
205 cast<FunctionDecl>(getDecl())->isReferenceableKernel() && in getWithKernelReferenceKind()
H A DDecl.h3129 bool isReferenceableKernel() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp563 GD = FD->isReferenceableKernel() ? GlobalDecl(FD) : GlobalDecl(D); in writeFuncOrVarName()
H A DDecl.cpp5523 bool FunctionDecl::isReferenceableKernel() const { in isReferenceableKernel() function in FunctionDecl
H A DExpr.cpp691 GD = FD->isReferenceableKernel() ? GlobalDecl(FD) : GlobalDecl(ND); in ComputeName()