HomeSort by: relevance | last modified time | path
    Searched refs:VDAddr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 812 /// \param VDAddr Address of the global variable \a VD.
817 void emitThreadPrivateVarInit(CodeGenFunction &CGF, Address VDAddr,
1255 /// \param VDAddr Address of the global variable \a VD.
1260 Address VDAddr,
1272 /// \param VDAddr Address of the global variable \a VD.
1276 emitThreadPrivateVarDefinition(const VarDecl *VD, Address VDAddr,
2150 /// \param VDAddr Address of the global variable \a VD.
2154 Address VDAddr, SourceLocation Loc) override;
2161 /// \param VDAddr Address of the global variable \a VD.
2165 emitThreadPrivateVarDefinition(const VarDecl *VD, Address VDAddr,
    [all...]
CGOpenMPRuntimeGPU.cpp 4346 Address VDAddr = CGF.GetAddrOfLocalVar(VD);
4349 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType());
4352 VDAddr, VD->getType().getCanonicalType().getNonReferenceType());
4371 Address VDAddr = CGF.GetAddrOfLocalVar(VD);
4373 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr,
4376 CGF.EmitStoreOfScalar(VDAddr.getPointer(), VarLVal);
CGOpenMPRuntime.cpp 1727 Address VDAddr,
1731 return VDAddr;
1733 llvm::Type *VarTy = VDAddr.getElementType();
1735 CGF.Builder.CreatePointerCast(VDAddr.getPointer(),
1743 VDAddr.getAlignment());
1747 CodeGenFunction &CGF, Address VDAddr, llvm::Value *Ctor,
1758 OMPLoc, CGF.Builder.CreatePointerCast(VDAddr.getPointer(), CGM.VoidPtrTy),
1767 const VarDecl *VD, Address VDAddr, SourceLocation Loc,
1800 Address Arg = Address(ArgVal, VDAddr.getAlignment());
1836 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy
    [all...]
CGStmtOpenMP.cpp 912 Address VDAddr =
920 MakeAddrLValue(VDAddr, (*IRef)->getType(),
923 setAddrOfLocalVar(VD, VDAddr);
924 return VDAddr;
1083 Address VDAddr =
1086 setAddrOfLocalVar(VD, VDAddr);
1087 return VDAddr;
1655 CodeGenFunction &CGF, const VarDecl *VD, Address VDAddr,
1660 return VDAddr;
1664 llvm::Type *VarTy = VDAddr.getElementType()
    [all...]
CodeGenFunction.h 1719 /// \param VDAddr Address of the Vardecl
1722 const VarDecl *VD, Address VDAddr,

Completed in 44 milliseconds