Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1284 virtual Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
2177 Address getAddrOfThreadPrivate(CodeGenFunction &CGF, const VarDecl *VD,
H A DCGExpr.cpp2528 Addr = CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in EmitThreadPrivateVarDeclLValue()
2532 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
H A DCodeGenFunction.h1760 static Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp1674 Address CGOpenMPRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPRuntime
12900 Address CGOpenMPSIMDRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1646 Address CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in getAddrOfThreadPrivate() function in CodeGenFunction::OMPBuilderCBHelpers