Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1513 virtual void emitDeclareSimdFunction(const FunctionDecl *FD,
H A DCodeGenModule.cpp1605 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
H A DCGOpenMPRuntime.cpp9302 void CGOpenMPRuntime::emitDeclareSimdFunction(const FunctionDecl *FD, in emitDeclareSimdFunction() function in CGOpenMPRuntime