Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h504 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1350 InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, in createCopyinClauseBlocks() argument
1387 Value *MasterPtr = Builder.CreatePtrToInt(MasterAddr, IntPtrTy); in createCopyinClauseBlocks()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp712 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/
DCGStmtOpenMP.cpp966 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()