Searched refs:MasterAddr (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 504 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 1350 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument 1387 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 712 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local 719 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause() 722 MasterAddr = in EmitOMPCopyinClause() 736 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy), in EmitOMPCopyinClause() 743 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 966 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local 973 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause() 976 MasterAddr = in EmitOMPCopyinClause() 990 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy), in EmitOMPCopyinClause() 1000 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
|