Searched refs:MasterAddr (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1359 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 990 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 D | OMPIRBuilder.cpp | 3685 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument 3722 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
|