Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1359 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp990 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
997 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
1000 MasterAddr = in EmitOMPCopyinClause()
1015 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy); in EmitOMPCopyinClause()
1027 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3685 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
3722 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()