Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h758 virtual Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
DCGExpr.cpp1953 Addr = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
DCGOpenMPRuntime.cpp1733 Address CGOpenMPRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPRuntime
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1250 virtual Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
2134 Address getAddrOfThreadPrivate(CodeGenFunction &CGF, const VarDecl *VD,
DCGExpr.cpp2447 Addr = CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in EmitThreadPrivateVarDeclLValue()
2451 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
DCodeGenFunction.h1678 static Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
DCGOpenMPRuntime.cpp1709 Address CGOpenMPRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPRuntime
12545 Address CGOpenMPSIMDRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPSIMDRuntime
DCGStmtOpenMP.cpp1631 Address CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in getAddrOfThreadPrivate() function in CodeGenFunction::OMPBuilderCBHelpers