Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h740 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2086 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
2123 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp987 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
994 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
997 MasterAddr = in EmitOMPCopyinClause()
1011 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy); in EmitOMPCopyinClause()
1023 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()